]> Git Repo - u-boot.git/commit
board: presidio-asic: Add basic G3 engr. development board support
authorAlex Nemirovsky <[email protected]>
Thu, 30 Jan 2020 20:34:59 +0000 (12:34 -0800)
committerTom Rini <[email protected]>
Fri, 7 Feb 2020 21:16:01 +0000 (16:16 -0500)
commit7d706a886fdd99e76a1123a8fefbe060fd11bebb
treead59579dca2cf8f166390d0a65bca7ea7b7610cb
parent0de653d8cfa6eba4a9ffd1fc958a31b2d8818dff
board: presidio-asic: Add basic G3 engr. development board support

Add basic Presidio G3 engineering board support

Signed-off-by: Alex Nemirovsky <[email protected]>
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/ca-presidio-engboard.dts [new file with mode: 0644]
arch/arm/mach-cortina/Makefile [new file with mode: 0644]
board/cortina/presidio-asic/Kconfig [new file with mode: 0644]
board/cortina/presidio-asic/MAINTAINERS [new file with mode: 0644]
board/cortina/presidio-asic/Makefile [new file with mode: 0644]
board/cortina/presidio-asic/lowlevel_init.S [new file with mode: 0644]
board/cortina/presidio-asic/presidio.c [new file with mode: 0644]
configs/cortina_presidio-asic-base_defconfig [new file with mode: 0644]
include/configs/presidio_asic.h [new file with mode: 0644]
This page took 0.036489 seconds and 4 git commands to generate.