board: purism: add the Purism Librem5 phone
authorAngus Ainslie <angus@akkea.ca>
Thu, 25 Aug 2022 13:46:02 +0000 (06:46 -0700)
committerStefano Babic <sbabic@denx.de>
Sun, 18 Sep 2022 20:56:10 +0000 (22:56 +0200)
commit466a9ea2a1ae0e6e0d4aed2d74a9e71240912654
treeaf569a6e4f29da31a69c267a4c90dbe5e4347c4b
parent1f650d9ec66ee168f4a2373aa19e3a5f9f4a7254
board: purism: add the Purism Librem5 phone

Initial commit of Librem5 u-boot and SPL

Signed-off-by: Angus Ainslie <angus@akkea.ca>
Co-developed-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Reviewed-by: Fabio Estevam <festevam@denx.de>
19 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mq-librem5-r4-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mq-librem5-r4.dts [new file with mode: 0644]
arch/arm/dts/imx8mq-librem5.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/purism/librem5/Kconfig [new file with mode: 0644]
board/purism/librem5/MAINTAINERS [new file with mode: 0644]
board/purism/librem5/Makefile [new file with mode: 0644]
board/purism/librem5/imximage-8mq-lpddr4.cfg [new file with mode: 0644]
board/purism/librem5/librem5.c [new file with mode: 0644]
board/purism/librem5/librem5.h [new file with mode: 0644]
board/purism/librem5/lpddr4_timing.c [new file with mode: 0644]
board/purism/librem5/lpddr4_timing_b0.c [new file with mode: 0644]
board/purism/librem5/spl.c [new file with mode: 0644]
configs/librem5_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/purism/index.rst [new file with mode: 0644]
doc/board/purism/librem5.rst [new file with mode: 0644]
include/configs/librem5.h [new file with mode: 0644]