coreboot/payloads/ubootcli
Hung-Te Lin 366a2e44af payload/ubootcli: Minimal changes to fix build errors.
The libpayload build environment has been changed slightly and here are the
minimal changes to compile ubootcli under ebuild system:

 - Allow overriding LIBPAYLOAD_DIR.
 - Include only single libpayload.a.
 - Revise build flags.
 - Increase heap/stack size so video console init is fine.
 - Remove abort() which may be defined in libpayload.
 - Change weak link default function to non-inline (so it will be provided).

BUG=none
TEST=With a crafted ubootcli.ebuild:
     emerge-nyan ubootcli # arm pass
     emerge-rambi ubootcli # x86 pass

Change-Id: Icd3bd9f29a3682cd1a2c148a2a57ce44efe33664
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/199476
Reviewed-by: Julius Werner <jwerner@chromium.org>
2014-05-15 05:23:22 +00:00
..
cmd_help.c payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
cmd_license.c payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
command.c payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
command.h payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
common.h payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
linker_lists.h payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
main.c payload/ubootcli: Minimal changes to fix build errors. 2014-05-15 05:23:22 +00:00
Makefile payload/ubootcli: Minimal changes to fix build errors. 2014-05-15 05:23:22 +00:00
ubootcli.h payload/ubootcli: add the u-boot cli 2014-01-09 13:58:47 +00:00
ubootcli.ldscript.arm payload/ubootcli: Minimal changes to fix build errors. 2014-05-15 05:23:22 +00:00
ubootcli.ldscript.i386 payload/ubootcli: Minimal changes to fix build errors. 2014-05-15 05:23:22 +00:00