]> 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, 1 Jan 2025 12:50:19 +0000 (13:50 +0100)
commita4e9e89dc751b848f4c62b04d63ab070da661019
treeb0e18f193510b4872c60c77f53e05e4f3a4e7b6c
parent4be40460758057b9a85b0303dc072c108813cdf6
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]