coreboot-kgpe-d16/payloads/libpayload/arch/powerpc
Gabe Black 0af03d24f8 Refactor the endianness conversion functions and header files.
The endianness of an architecture is now set up automatically using Kconfig
and some common code. The available conversion functions were also expanded
to go to or from a particular endianness. Those use the abbreviation le or be
for little or big endian.

Built for Stumpy and saw coreinfo cbfs support work which uses network
byte order. Used the functions which convert to little endian to implement an
AHCI driver. The source arch is also little endian, so they were effectively
(and successfully) inert.

Change-Id: I3a2d2403855b3e0e93fa34f45e8e542b3e5afeac
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1719
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-11-08 19:49:51 +01:00
..
Config.in Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
Makefile.inc Fixes to the libpayload build system 2011-07-03 14:47:48 +02:00
coreboot.c Extend coreboot table entry for serial ports 2011-10-21 23:34:30 +02:00
exec.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
head.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
main.c Reduce warnings/errors in libpayload when using picky compiler options 2011-06-30 20:41:23 +02:00
sysinfo.c Let lib_get_sysinfo() pass through the success of get_coreboot_info() 2011-12-24 12:02:18 +01:00
timer.c This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
util.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
virtual.c Reduce warnings/errors in libpayload when using picky compiler options 2011-06-30 20:41:23 +02:00