]> 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>
Tue, 17 Dec 2024 20:17:10 +0000 (21:17 +0100)
commit4e62adf58cf4f5c47e7d47ac3c26662395d1bc78
tree9a0eee75cf19dbcbae76264c15d5f51362fb04b2
parent25fb58e88aba0c4af0af554d7b141be3f2e5e0b5
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]