All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: crownbay: Adjust VGA rom address
@ 2021-07-27 13:30 Bin Meng
  2021-07-31  1:35 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2021-07-27 13:30 UTC (permalink / raw)
  To: u-boot, Simon Glass

binman complains when binary blobs are present:

  Node '/binman/rom/intel-vga': Offset 0xfff90000 (4294508544) overlaps
  with previous entry '/binman/rom/u-boot-dtb-with-ucode' ending at
  0xfff9204c (4294516812)

Adjust VGA rom address to 0xfffa0000 so that u-boot.rom image can be
successfully built again.

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

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

diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index 0258f31089..af8fb0d805 100644
--- a/configs/crownbay_defconfig
+++ b/configs/crownbay_defconfig
@@ -10,6 +10,7 @@ CONFIG_VENDOR_INTEL=y
 CONFIG_TARGET_CROWNBAY=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_FIT=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: crownbay: Adjust VGA rom address
  2021-07-27 13:30 [PATCH] x86: crownbay: Adjust VGA rom address Bin Meng
@ 2021-07-31  1:35 ` Simon Glass
  2021-07-31  1:58   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2021-07-31  1:35 UTC (permalink / raw)
  To: Bin Meng; +Cc: U-Boot Mailing List

On Tue, 27 Jul 2021 at 07:30, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> binman complains when binary blobs are present:
>
>   Node '/binman/rom/intel-vga': Offset 0xfff90000 (4294508544) overlaps
>   with previous entry '/binman/rom/u-boot-dtb-with-ucode' ending at
>   0xfff9204c (4294516812)
>
> Adjust VGA rom address to 0xfffa0000 so that u-boot.rom image can be
> successfully built again.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  configs/crownbay_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: crownbay: Adjust VGA rom address
  2021-07-31  1:35 ` Simon Glass
@ 2021-07-31  1:58   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2021-07-31  1:58 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List

On Sat, Jul 31, 2021 at 9:35 AM Simon Glass <sjg@chromium.org> wrote:
>
> On Tue, 27 Jul 2021 at 07:30, Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > binman complains when binary blobs are present:
> >
> >   Node '/binman/rom/intel-vga': Offset 0xfff90000 (4294508544) overlaps
> >   with previous entry '/binman/rom/u-boot-dtb-with-ucode' ending at
> >   0xfff9204c (4294516812)
> >
> > Adjust VGA rom address to 0xfffa0000 so that u-boot.rom image can be
> > successfully built again.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> >
> >  configs/crownbay_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-31  1:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 13:30 [PATCH] x86: crownbay: Adjust VGA rom address Bin Meng
2021-07-31  1:35 ` Simon Glass
2021-07-31  1:58   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.