]> git.dujemihanovic.xyz Git - u-boot.git/commit
initial support
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 17 Dec 2024 20:17:10 +0000 (21:17 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 25 Dec 2024 14:00:04 +0000 (15:00 +0100)
commit1f750fa6ff86f6c1af76305d84b970ed24d1dece
tree0e6c74ed4b09e642e1fae16b7a7824dfd2716512
parent3391587e3fe22db6c71882f652e13543a4501694
initial support

This makes the screen gray, implying lowlevel_init() at least is
reached.
15 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/dts/Makefile
arch/arm/dts/pxa1908-samsung-coreprimevelte.dts [new file with mode: 0644]
arch/arm/dts/pxa1908.dtsi [new file with mode: 0644]
arch/arm/mach-mmp/Kconfig [new file with mode: 0644]
arch/arm/mach-mmp/Makefile [new file with mode: 0644]
arch/arm/mach-mmp/mmu.c [new file with mode: 0644]
board/samsung/coreprimevelte/Kconfig [new file with mode: 0644]
board/samsung/coreprimevelte/Makefile [new file with mode: 0644]
board/samsung/coreprimevelte/coreprimevelte.c [new file with mode: 0644]
configs/coreprimevelte_defconfig [new file with mode: 0644]
drivers/serial/ns16550.c
include/configs/pxa1908.h [new file with mode: 0644]
include/dt-bindings/clock/marvell,pxa1908.h [new file with mode: 0644]