|
Major refactoring of structures, with unit tests. This matches the doc I sent out earlier.
Firmware-side code for LoadKernel() is in place now. LoadFirmware() replacement coming soon.
The new functions are implemented in parallel to the existing ones (i.e., everything that used to work still does).
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2523 lines, -36 lines) |
Patch |
 |
M |
Makefile
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
host/Makefile
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/include/host_common.h
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/include/host_key.h
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/include/host_signature.h
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/lib/host_common.c
|
View
|
|
1 chunk |
+185 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/lib/host_key.c
|
View
|
|
1 chunk |
+145 lines, -0 lines |
2 comments
|
Download
|
 |
A |
host/lib/host_signature.c
|
View
|
|
1 chunk |
+135 lines, -0 lines |
0 comments
|
Download
|
 |
A |
host/linktest/main.c
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/Makefile
|
View
|
|
5 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/run_image_verification_tests.sh
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
tests/run_vboot_common_tests.sh
|
View
|
1
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/vboot_common2_tests.c
|
View
|
1
|
1 chunk |
+210 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/vboot_common3_tests.c
|
View
|
1
|
1 chunk |
+295 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/vboot_common_tests.c
|
View
|
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utility/Makefile
|
View
|
1
|
4 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
utility/load_kernel_test.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
vboot_firmware/Makefile
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
vboot_firmware/include/load_firmware_fw.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vboot_firmware/include/load_kernel_fw.h
|
View
|
|
2 chunks |
+4 lines, -5 lines |
1 comment
|
Download
|
 |
M |
vboot_firmware/lib/cryptolib/include/rsa.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
vboot_firmware/lib/cryptolib/rsa_utility.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
vboot_firmware/lib/include/vboot_common.h
|
View
|
1
2
3
4
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
vboot_firmware/lib/include/vboot_firmware.h
|
View
|
|
1 chunk |
+24 lines, -0 lines |
1 comment
|
Download
|
 |
A |
vboot_firmware/lib/include/vboot_kernel.h
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
2 comments
|
Download
|
 |
A |
vboot_firmware/lib/include/vboot_struct.h
|
View
|
|
1 chunk |
+123 lines, -0 lines |
3 comments
|
Download
|
 |
M |
vboot_firmware/lib/load_kernel_fw.c
|
View
|
1
2
3
4
|
6 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
A |
vboot_firmware/lib/vboot_common.c
|
View
|
|
1 chunk |
+312 lines, -0 lines |
1 comment
|
Download
|
 |
A |
vboot_firmware/lib/vboot_firmware.c
|
View
|
|
1 chunk |
+173 lines, -0 lines |
1 comment
|
Download
|
 |
A |
vboot_firmware/lib/vboot_kernel.c
|
View
|
1
2
3
4
|
1 chunk |
+266 lines, -0 lines |
2 comments
|
Download
|
 |
M |
vboot_firmware/linktest/main.c
|
View
|
2
3
4
|
4 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|