[U-Boot] [PATCH v3] [x86] Add a target for running as a coreboot payload

From: Gabe Black gabeblack@google.com
Add a target for running u-boot as a coreboot payload in boards.cfg.
Signed-off-by: Gabe Black gabeblack@chromium.org --- Changes in v2: Change capitalization of the x86 tag.
Changes in v3: Move the Signed-off-by line up.
boards.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/boards.cfg b/boards.cfg index 604becf..cc7dd2b 100644 --- a/boards.cfg +++ b/boards.cfg @@ -266,6 +266,7 @@ tcm-bf518 blackfin blackfin tcm-bf537 blackfin blackfin eNET x86 x86 eNET - sc520 eNET:SYS_TEXT_BASE=0x38040000 eNET_SRAM x86 x86 eNET - sc520 eNET:SYS_TEXT_BASE=0x19000000 +coreboot-x86 x86 x86 coreboot chromebook-x86 coreboot coreboot:SYS_TEXT_BASE=0xFC0000 sandbox sandbox sandbox sandbox sandbox - cobra5272 m68k mcf52x2 cobra5272 - idmr m68k mcf52x2

Dear Gabe Black,
In message 1320438740-20752-1-git-send-email-gabeblack@chromium.org you wrote:
From: Gabe Black gabeblack@google.com
Add a target for running u-boot as a coreboot payload in boards.cfg.
Signed-off-by: Gabe Black gabeblack@chromium.org
Changes in v2: Change capitalization of the x86 tag.
Changes in v3: Move the Signed-off-by line up.
boards.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Can you please squash the related patches into useful sets?
This patch alone makes no sense.
Best regards,
Wolfgang Denk
participants (2)
-
Gabe Black
-
Wolfgang Denk