u-boot-brain/arch/arm/mach-nexell
Stefan Bosch 95e9a8e2cb arm: add mach-nexell (all files except header files)
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- SPL not supported yet --> no spl-directory in arch/arm/mach-nexell.
  Appropriate line in Makefile removed.
- clock.c: 'section(".data")' added to declaration of clk_periphs[] and
  core_hz.
- Kconfig: Changes to have a structure like in mach-bcm283x/Kconfig,
  e.g. "config ..." entries moved from other Kconfig.
- timer.c: 'section(".data")' added to declaration of timestamp and
  lastdec.
- arch/arm/mach-nexell/serial.c removed because this is for the UARTs
  of the S5P6818 SoC which is not supported yet. S5P4418 UARTs are
  different, here the (existing) PL011-code is used.
- '#ifdef CONFIG...' changed to 'if (IS_ENABLED(CONFIG...))' where
  possible (and similar).

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
2020-07-29 08:43:40 -04:00
..
include/mach arm: add mach-nexell (header files) 2020-07-29 08:43:40 -04:00
clock.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
cmd_boot_linux.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
config.mk arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
Kconfig arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
Makefile arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
nx_gpio.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
nx_sec_reg.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
reg-call.S arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
reset.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
tieoff.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00
timer.c arm: add mach-nexell (all files except header files) 2020-07-29 08:43:40 -04:00