summaryrefslogtreecommitdiff
path: root/payloads/coreinfo/cbfs_module.c
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2012-03-19 03:06:46 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-08 19:49:51 +0100
commit0af03d24f816ae1e7f1610cf40d6a23c32dbd470 (patch)
tree61205970ce0702e30b750bca5d427fae355b5f02 /payloads/coreinfo/cbfs_module.c
parentd3890cc16de538c44ed1419a1df54bde560d1787 (diff)
downloadcoreboot-0af03d24f816ae1e7f1610cf40d6a23c32dbd470.tar.xz
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>
Diffstat (limited to 'payloads/coreinfo/cbfs_module.c')
-rw-r--r--payloads/coreinfo/cbfs_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/coreinfo/cbfs_module.c b/payloads/coreinfo/cbfs_module.c
index 274356dd2e..ceb0e3cce2 100644
--- a/payloads/coreinfo/cbfs_module.c
+++ b/payloads/coreinfo/cbfs_module.c
@@ -18,7 +18,7 @@
*/
#include "coreinfo.h"
-#include "arch/endian.h"
+#include "endian.h"
#ifdef CONFIG_MODULE_CBFS