Files
OpenCellular/firmware/README
Che-Liang Chiou 0a0e8d0bb2 Add firmware build mode to Makefiles
This CL also includes a biosincludes.h for ARM platform.

The changes to ebuilds are in a separated CL:5352002.

BUG=None
TEST=Run 'make' and 'make FIRMWARE_ARCH=arm' successfully

Review URL: http://codereview.chromium.org/5301004

Change-Id: I76738972a8215e346910a76a664a91f6f6927747
2010-11-30 09:30:45 +08:00

9 lines
257 B
Plaintext

arch/ is stuff that defines the architecture-dependent information (only used in
firmware build mode).
lib/ is stuff that the BIOS needs to link with.
stub/ is stuff to be implemented by the BIOS.
include/ describes the interfaces between the two parts.