coreboot-kgpe-d16/payloads/libpayload
Stefan Reinauer c359124ef4 fix cross compilationor libpayload / coreinfo by honoring
the setting of CC in the payload (coreinfo) when calling
 
make CC=i386-elf-gcc AS=i386-elf-as AR=i386-elf-ar STRIP=i386-elf-strip

This still does not cope with the hardcoded -fno-stack-protector in
libpayload's Makefile.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-08-07 15:22:01 +00:00
..
bin fix cross compilationor libpayload / coreinfo by honoring 2008-08-07 15:22:01 +00:00
crypto Add a SHA-1 implementation to libpayload. 2008-04-03 23:01:23 +00:00
curses libpayload: Support curses for serial 2008-06-20 00:01:42 +00:00
drivers add get_option to libpayload, so coreboot cmos options can be queried. 2008-08-07 10:21:05 +00:00
i386 add get_option to libpayload, so coreboot cmos options can be queried. 2008-08-07 10:21:05 +00:00
include add get_option to libpayload, so coreboot cmos options can be queried. 2008-08-07 10:21:05 +00:00
lib libpayload: Add PAYLOAD_INFO macro 2008-05-27 20:06:54 +00:00
libc libpayload: Add a function to verify the checksum on a LAR file 2008-05-27 19:57:53 +00:00
sample libpayload: Fix the putc function 2008-05-14 20:07:31 +00:00
util/kconfig Change kconfig references from 'buildrom' to 'libpayload'. 2008-03-20 01:58:08 +00:00
Config.in Various small consistency fixes (trivial): 2008-04-11 18:01:50 +00:00
LICENSES Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
Makefile libpayload: Avoid .svn files in the header install 2008-04-10 17:57:42 +00:00
README libpayload: The initial chunk of code writen by AMD 2008-03-19 23:56:58 +00:00

README

This is libpayload, a minimal library to support standalone payloads
that can be booted with firmware like coreboot.  It handles the setup
code, and provides common C library symbols such as malloc() and
printf().

Please see the sample/ directory for an example of the payload in
action.