mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
Change-Id: I2e325ff9bd53fdaeb69c2d115c30785d6ca09b57 BUG=chromium-os:7178 TEST=manual: Both in host and chroot environments: . run `make clean && make && make runtests' in the top directory . observe the following being added in the end of the report: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ./gen_fuzz_test_cases.sh Generating test image file... 1+0 records in 1+0 records out 500000 bytes (500 kB) copied, 0.0790024 s, 6.3 MB/s Generating test bootloader file... 1+0 records in 1+0 records out 50000 bytes (50 kB) copied, 0.00921653 s, 5.4 MB/s Generating test config file... 1+0 records in 1+0 records out 3000 bytes (3.0 kB) copied, 0.000618682 s, 4.8 MB/s Generating key blocks... Generating signed firmware test image... Generating signed kernel test image... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Review URL: http://codereview.chromium.org/4687007
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.