mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
BUG=chromium-os:1302 TEST=cat <<EOF | sh sudo emerge vboot_reference && emerge-tegra2_seaboard vboot_reference-firmware && [ -f /build/tegra2_seaboard/usr/include/vboot/vboot_struct.h ] && echo 'Succeed!' EOF Review URL: http://codereview.chromium.org/6187005 Change-Id: I363daa7ed49c49fee3b3ed0fae06857142fe5cb4
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.