[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
Andreas Bießmann
andreas.devel at googlemail.com
Mon Nov 30 22:30:48 CET 2015
Hi Tom,
please pull the following changes into u-boot/master
Andreas
The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:
Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to e4677f1ae221ac615f32c993aaf3d2497ad5009d:
arm: at91/spl: atmel_sfr: move saic redirect to separate file (2015-11-30 22:27:55 +0100)
----------------------------------------------------------------
Wenyou Yang (7):
gpio: atmel: Add the PIO4 driver support
arm: atmel: Add SAMA5D2 Xplained board
arm: at91/spl: matrix: move matrix init to separate file
arm: at91/spl: matrix: remove matrix write protection code
arm: at91/spl: matrix: remove security peripheral select code
arm: at91/spl: matrix: use matrix slave id macros
arm: at91/spl: atmel_sfr: move saic redirect to separate file
arch/arm/mach-at91/Kconfig | 5 +
arch/arm/mach-at91/Makefile | 2 +-
arch/arm/mach-at91/armv7/Makefile | 1 +
arch/arm/mach-at91/armv7/sama5d2_devices.c | 57 +++++
arch/arm/mach-at91/armv7/sama5d4_devices.c | 55 -----
arch/arm/mach-at91/atmel_sfr.c | 21 ++
arch/arm/mach-at91/include/mach/at91_pmc.h | 9 +-
arch/arm/mach-at91/include/mach/atmel_pio4.h | 48 ++++
arch/arm/mach-at91/include/mach/atmel_usba_udc.h | 3 +-
arch/arm/mach-at91/include/mach/hardware.h | 2 +
arch/arm/mach-at91/include/mach/sama5_sfr.h | 1 -
arch/arm/mach-at91/include/mach/sama5d2.h | 203 ++++++++++++++++
arch/arm/mach-at91/include/mach/sama5d4.h | 28 +++
arch/arm/mach-at91/matrix.c | 34 +++
board/atmel/sama5d2_xplained/Kconfig | 15 ++
board/atmel/sama5d2_xplained/MAINTAINERS | 7 +
board/atmel/sama5d2_xplained/Makefile | 8 +
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 283 ++++++++++++++++++++++
configs/sama5d2_xplained_mmc_defconfig | 11 +
configs/sama5d2_xplained_spiflash_defconfig | 11 +
drivers/gpio/Kconfig | 11 +
drivers/gpio/Makefile | 1 +
drivers/gpio/atmel_pio4.c | 296 +++++++++++++++++++++++
include/configs/sama5d2_xplained.h | 122 ++++++++++
24 files changed, 1171 insertions(+), 63 deletions(-)
create mode 100644 arch/arm/mach-at91/armv7/sama5d2_devices.c
create mode 100644 arch/arm/mach-at91/atmel_sfr.c
create mode 100644 arch/arm/mach-at91/include/mach/atmel_pio4.h
create mode 100644 arch/arm/mach-at91/include/mach/sama5d2.h
create mode 100644 arch/arm/mach-at91/matrix.c
create mode 100644 board/atmel/sama5d2_xplained/Kconfig
create mode 100644 board/atmel/sama5d2_xplained/MAINTAINERS
create mode 100644 board/atmel/sama5d2_xplained/Makefile
create mode 100644 board/atmel/sama5d2_xplained/sama5d2_xplained.c
create mode 100644 configs/sama5d2_xplained_mmc_defconfig
create mode 100644 configs/sama5d2_xplained_spiflash_defconfig
create mode 100644 drivers/gpio/atmel_pio4.c
create mode 100644 include/configs/sama5d2_xplained.h
More information about the U-Boot
mailing list