文件名称:一个简单的bootloader程序
文件大小:14KB
文件格式:GZ
更新时间:2020-12-06 15:31:48
2440 bootloader
针对s3c2440芯片的启动模式,仿照uboot的相关代码的一个简单的bootloader程序,功能不多,但是已经有框架了
【文件预览】:
bootloader-2440-2
----gboot.bin(2KB)
----main.o(2KB)
----uart.c(1008B)
----gboot.lds(235B)
----button.c(457B)
----nand.o(6KB)
----start.o(3KB)
----gboot.elf(42KB)
----nand.c(3KB)
----start.S(3KB)
----mmu.o(3KB)
----led.o(3KB)
----interrupt.c(1KB)
----Makefile(268B)
----led.c(234B)
----mmu.c(2KB)
----button.o(2KB)
----interrupt.o(3KB)
----main.c(133B)