All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address
@ 2017-11-17  1:29 Anatolij Gustschin
  2017-11-17  5:45 ` Stefan Roese
  2017-11-20  7:07 ` Bin Meng
  0 siblings, 2 replies; 4+ messages in thread
From: Anatolij Gustschin @ 2017-11-17  1:29 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
index 59bde05c80..535bfe411d 100644
--- a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
+++ b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
@@ -6,6 +6,7 @@ CONFIG_INTERNAL_UART=y
 CONFIG_DEBUG_UART=y
 CONFIG_SMP=y
 CONFIG_HAVE_VGA_BIOS=y
+CONFIG_VGA_BIOS_ADDR=0xfffb0000
 CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_GENERATE_ACPI_TABLE=y
-- 
2.11.0

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

* [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address
  2017-11-17  1:29 [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address Anatolij Gustschin
@ 2017-11-17  5:45 ` Stefan Roese
  2017-11-20  7:07 ` Bin Meng
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2017-11-17  5:45 UTC (permalink / raw)
  To: u-boot

On 17.11.2017 02:29, Anatolij Gustschin wrote:
> Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image
> can be built again.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>   configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
> index 59bde05c80..535bfe411d 100644
> --- a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
> +++ b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
> @@ -6,6 +6,7 @@ CONFIG_INTERNAL_UART=y
>   CONFIG_DEBUG_UART=y
>   CONFIG_SMP=y
>   CONFIG_HAVE_VGA_BIOS=y
> +CONFIG_VGA_BIOS_ADDR=0xfffb0000
>   CONFIG_GENERATE_PIRQ_TABLE=y
>   CONFIG_GENERATE_MP_TABLE=y
>   CONFIG_GENERATE_ACPI_TABLE=y
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address
  2017-11-17  1:29 [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address Anatolij Gustschin
  2017-11-17  5:45 ` Stefan Roese
@ 2017-11-20  7:07 ` Bin Meng
  2017-11-20  9:19   ` Bin Meng
  1 sibling, 1 reply; 4+ messages in thread
From: Bin Meng @ 2017-11-20  7:07 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 17, 2017 at 9:29 AM, Anatolij Gustschin <agust@denx.de> wrote:
> Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image
> can be built again.
>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

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

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

* [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address
  2017-11-20  7:07 ` Bin Meng
@ 2017-11-20  9:19   ` Bin Meng
  0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2017-11-20  9:19 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 20, 2017 at 3:07 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Fri, Nov 17, 2017 at 9:29 AM, Anatolij Gustschin <agust@denx.de> wrote:
>> Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image
>> can be built again.
>>
>> Signed-off-by: Anatolij Gustschin <agust@denx.de>
>> ---
>>  configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>
> Acked-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

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

end of thread, other threads:[~2017-11-20  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17  1:29 [U-Boot] [PATCH] x86: conga-qeval20-qa3-e3845: Adjust VGA rom address Anatolij Gustschin
2017-11-17  5:45 ` Stefan Roese
2017-11-20  7:07 ` Bin Meng
2017-11-20  9:19   ` 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.