]> git.baikalelectronics.ru Git - uboot.git/commit
arm: add mach-nexell (header files)
authorStefan Bosch <stefan_b@posteo.net>
Fri, 10 Jul 2020 17:07:25 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 12:43:40 +0000 (08:43 -0400)
commit863d6532b3669681cc7b474baf03aa6ef5d78fe1
treebee27b92d3854f805f8b09b04bf5068de761426c
parentfac79035d69bbe507147ce2985df2a1bfc5049e0
arm: add mach-nexell (header files)

Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- DM_VIDEO support (display_dev.h).
- boot0.h added, handles NSIH --> tools/nexell obsolete.
- gpio.h: Include-path to errno.h changed.

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
12 files changed:
arch/arm/mach-nexell/include/mach/boot0.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/clk.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/display.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/display_dev.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/ehci.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/gpio.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/mipi_display.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/nexell.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/nx_gpio.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/reset.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/sec_reg.h [new file with mode: 0644]
arch/arm/mach-nexell/include/mach/tieoff.h [new file with mode: 0644]