You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments