Bootloader-JZ2440各种驱动裸板程序

时间:2024-01-07 11:03:16
【文件属性】:

文件名称:Bootloader-JZ2440各种驱动裸板程序

文件大小:162KB

文件格式:ZIP

更新时间:2024-01-07 11:03:16

Bootloader JZ2440 驱动

自己完成的一个JZ2440的裸板Bootloader,包含lds makefile nandflash norflash启动等功能,同时又2440的多种驱动程序。


【文件预览】:
boot.lds
test.lds
SRC
----crt0.s(1KB)
----LIB()
--------lib1funcs.S(8KB)
--------string_utils.c(4KB)
----NANDFLASH()
--------nandflash.c(5KB)
----KEY()
--------key.c(964B)
----main.c(831B)
----IIC()
--------iic_controller.c(1KB)
--------s3c2440_iic_controller.c(4KB)
----UART()
--------uart.c(1KB)
----ADC()
--------adc.c(261B)
----SDRAM()
--------sdram.c(805B)
----start.S(3KB)
----MYLIB()
--------my_printf.c(2KB)
--------my_test.c(4KB)
----INIT()
--------init.c(1KB)
----INTERRUPT()
--------irq.c(2KB)
--------exception.c(310B)
----EEPROM()
--------at24xx.c(0B)
----LCD()
--------font.c(1KB)
--------lcd_4_3.c(990B)
--------lcd_controller.c(1KB)
--------geometry.c(3KB)
--------lcd.c(1KB)
--------framebuffer.c(1KB)
--------font_8x16.c(99KB)
--------lcd_test.c(3KB)
--------s3c2440_lcd_controller.c(4KB)
----SPI()
--------spi_controller.c(41B)
----TOUCH()
--------touchpad.c(676B)
----TIMER()
--------timer.c(403B)
----CLK()
--------delay.c(86B)
--------clk.c(372B)
----LED()
--------led.c(172B)
--------Makefile(491B)
dst.bin
INCLUDE
----my_test.h(258B)
----spi_controller.h(90B)
----config.h(418B)
----string_utils.h(324B)
----geometry.h(183B)
----s3c24xx.h(33KB)
----key.h(190B)
----iic_controller.h(590B)
----lcd.h(1KB)
----led.h(278B)
----s3c2440_iic_controller.h(278B)
----nandflash.h(755B)
----irq.h(471B)
----uart.h(335B)
----init.h(163B)
----lcd_4_3.h(135B)
----my_printf.h(201B)
----adc.h(114B)
----s3c2440_lcd_controller.h(392B)
----exception.h(127B)
----at24xx.h(0B)
----delay.h(85B)
----framebuffer.h(170B)
----clk.h(77B)
----lcd_controller.h(536B)
----lcd_test.h(94B)
----touchpad.h(573B)
----font.h(218B)
----timer.h(414B)
----sdram.h(173B)
test.exe
Makefile
libgcc.a
dst.dis

网友评论