Commit 311899d
committed
tests: add simple test case for ARM64 Image loader
The test_image.bin is a cut of the first 4096 bytes of a pre-compiled
linux kernel ARM64 Image. You can generate by:
make Image
head -c 4096 arch/arm64/boot/Image > test_image.bin
Signed-off-by: Qiu Wenbo <qiuwenbo@phytium.com.cn>1 parent 5e5295d commit 311899d
2 files changed
+27
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
658 | | - | |
659 | 657 | | |
660 | 658 | | |
661 | 659 | | |
| |||
700 | 698 | | |
701 | 699 | | |
702 | 700 | | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
703 | 710 | | |
704 | 711 | | |
705 | 712 | | |
| |||
858 | 865 | | |
859 | 866 | | |
860 | 867 | | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
861 | 886 | | |
862 | 887 | | |
863 | 888 | | |
| |||
Binary file not shown.
0 commit comments