diff mbox

[U-Boot,3/3] x86: bayleybay: Change default vga bios rom address

Message ID 1440689897-30244-3-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Aug. 27, 2015, 3:38 p.m. UTC
With multiple microcode blobs included, the generated u-boot-dtb.bin
leaves merely several hundred bytes before the vga bios. Change the
vga bios rom address to make a bigger room for u-boot-dtb.bin.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 configs/bayleybay_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Aug. 28, 2015, 5:58 p.m. UTC | #1
On 27 August 2015 at 09:38, Bin Meng <bmeng.cn@gmail.com> wrote:
> With multiple microcode blobs included, the generated u-boot-dtb.bin
> leaves merely several hundred bytes before the vga bios. Change the
> vga bios rom address to make a bigger room for u-boot-dtb.bin.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  configs/bayleybay_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass <sjg@chromium.org>
Tested on Minnowmax:
Tested-by: Simon Glass <sjg@chromium.org>
Simon Glass Sept. 1, 2015, 12:31 a.m. UTC | #2
On 28 August 2015 at 11:58, Simon Glass <sjg@chromium.org> wrote:
> On 27 August 2015 at 09:38, Bin Meng <bmeng.cn@gmail.com> wrote:
>> With multiple microcode blobs included, the generated u-boot-dtb.bin
>> leaves merely several hundred bytes before the vga bios. Change the
>> vga bios rom address to make a bigger room for u-boot-dtb.bin.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  configs/bayleybay_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>
> Tested on Minnowmax:
> Tested-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig
index 13bd282..766576d 100644
--- a/configs/bayleybay_defconfig
+++ b/configs/bayleybay_defconfig
@@ -5,6 +5,7 @@  CONFIG_TARGET_BAYLEYBAY=y
 CONFIG_HAVE_INTEL_ME=y
 CONFIG_SMP=y
 CONFIG_HAVE_VGA_BIOS=y
+CONFIG_VGA_BIOS_ADDR=0xfffa0000
 CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_CMD_CPU=y