Files
OpenCellular/firmware
Stefan Reinauer 01f276bb0e vboot_reference: Fix typo in firmware Makefile
BUG=none
TEST=test booting on stumpy

Change-Id: Ie89704d62714d1e78603d83ce86167ce9c682cb0
Reviewed-on: https://gerrit.chromium.org/gerrit/11055
Tested-by: Stefan Reinauer <reinauer@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
2011-11-02 12:59:35 -07:00
..
2011-07-25 13:02:26 -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.