Files
OpenCellular/firmware
Bill Richardson 931728a003 Address security concerns for vboot_audio.c
Based on the compile-time constants, I don't think we were in any danger,
but I've added the checks anyway. It never hurts to be certain!

BUG=chromium-os:22786
TEST=none

Change-Id: I469dda19b4589e484a41ca9bae1e107787f3cf4d
Reviewed-on: https://gerrit.chromium.org/gerrit/11516
Tested-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-by: Gaurav Shah <gauravsh@chromium.org>
2011-11-14 10:45:56 -08: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.