Files
OpenCellular/firmware
Stefan Reinauer fbc4b7d8fd Fix the tree for tangent
u-boot got too big on ARM, so don't unroll the loops there.

BUG=none
TEST=none

Change-Id: I426621e147bef7cff1285b0ce063123fbeea751b
Reviewed-on: https://gerrit.chromium.org/gerrit/11078
Reviewed-by: Vince Laviano <vlaviano@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jon Kliegman <kliegs@chromium.org>
Tested-by: Stefan Reinauer <reinauer@chromium.org>
2011-11-02 15:49:11 -07:00
..
2011-07-25 13:02:26 -07:00
2011-11-02 15:49:11 -07:00
2010-11-30 09:30:45 +08:00

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.