[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
Andreas Bießmann
andreas.devel at googlemail.com
Fri Feb 19 14:00:40 CET 2016
Hi Tom,
there is another issue in this PR. Please drop it, I'll send another one
shortly.
Andreas
On 18.02.2016 22:34, Andreas Bießmann wrote:
> Hi Tom,
>
> Please pull into u-boot/master.
>
> buildman for arm has a warning in one patch which is repaired some patches
> later in this pull. I think this is Ok since it is an unused variable warning
> for some boards which do not declare a specific define. The later patch will
> remove the warning line completely.
>
> Andreas
>
> The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b:
>
> Prepare v2016.03-rc2 (2016-02-15 21:44:30 +0000)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-atmel.git master
>
> for you to fetch changes up to bb21ae82b27aa51254f32f0238d3bf60874646dd:
>
> ARM: Add Support for the VInCo platform (2016-02-18 21:46:20 +0100)
>
> ----------------------------------------------------------------
> Gregory CLEMENT (1):
> ARM: Add Support for the VInCo platform
>
> Marek Vasut (1):
> arm: at91: Add support for DENX MA5D4 SoM and EVK
>
> Matthias Michel (1):
> siemens,at91: enable features for smartweb
>
> Samuel Mescoff (1):
> ARM: at91: sama5d2: configure the L2 cache memory
>
> Wenyou Yang (15):
> ARM: at91: asm/at91_pmc.h: fix trival register offset
> ARM: at91: clock: add a new file to handle clock
> ARM: cpu: at91: clean up peripheral clock code
> board: atmel: clean up peripheral clock code
> drivers: at91: clean up peripheral clock code
> ARM: at91: clock: add UTMI PLL enable/disable function
> ARM: at91: armv7: clean up UTMI PLL handle code
> drivers: usb: atmel: clean up the UTMI PLL code
> board: atmel: siemens: clean up UTMI PLL code
> ARM: at91: clock: add PLLB enable/disable functions
> drivers: usb: ohci-at91: clean up the PLLB code
> board: atmel: siemens: clean up PLLB code
> ARM: at91: clock: add PMC_PLLICPR init function
> ARM: at91: clean up the PMC_PLLICPR init code
> board: atmel: clean up the PMC_PLLICPR init code
>
> arch/arm/mach-at91/Kconfig | 12 +
> arch/arm/mach-at91/Makefile | 1 +
> arch/arm/mach-at91/arm920t/at91rm9200_devices.c | 14 +-
> arch/arm/mach-at91/arm920t/clock.c | 38 ++
> arch/arm/mach-at91/arm920t/timer.c | 6 +-
> arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c | 36 +-
> arch/arm/mach-at91/arm926ejs/at91sam9261_devices.c | 28 +-
> arch/arm/mach-at91/arm926ejs/at91sam9263_devices.c | 37 +-
> .../mach-at91/arm926ejs/at91sam9m10g45_devices.c | 33 +-
> arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c | 40 +-
> arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c | 28 +-
> arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c | 38 +-
> arch/arm/mach-at91/arm926ejs/clock.c | 37 +-
> arch/arm/mach-at91/arm926ejs/cpu.c | 1 -
> arch/arm/mach-at91/arm926ejs/timer.c | 5 +-
> arch/arm/mach-at91/armv7/clock.c | 26 --
> arch/arm/mach-at91/armv7/cpu.c | 1 -
> arch/arm/mach-at91/armv7/sama5d2_devices.c | 5 +-
> arch/arm/mach-at91/armv7/sama5d3_devices.c | 5 +-
> arch/arm/mach-at91/armv7/sama5d4_devices.c | 5 +-
> arch/arm/mach-at91/armv7/timer.c | 1 -
> arch/arm/mach-at91/atmel_sfr.c | 7 +
> arch/arm/mach-at91/clock.c | 121 ++++++
> arch/arm/mach-at91/include/mach/at91_common.h | 1 +
> arch/arm/mach-at91/include/mach/at91_pmc.h | 15 +-
> arch/arm/mach-at91/include/mach/clk.h | 8 +
> arch/arm/mach-at91/include/mach/sama5_sfr.h | 1 +
> arch/arm/mach-at91/phy.c | 1 -
> arch/arm/mach-at91/sdram.c | 1 -
> arch/arm/mach-at91/spl_at91.c | 5 +-
> arch/arm/mach-at91/spl_atmel.c | 4 +
> board/atmel/at91rm9200ek/at91rm9200ek.c | 1 -
> board/atmel/at91rm9200ek/led.c | 6 +-
> board/atmel/at91sam9260ek/at91sam9260ek.c | 15 +-
> board/atmel/at91sam9261ek/at91sam9261ek.c | 8 +-
> board/atmel/at91sam9261ek/led.c | 6 +-
> board/atmel/at91sam9263ek/at91sam9263ek.c | 23 +-
> board/atmel/at91sam9263ek/led.c | 9 +-
> board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 20 +-
> board/atmel/at91sam9m10g45ek/led.c | 7 +-
> board/atmel/at91sam9n12ek/at91sam9n12ek.c | 6 +-
> board/atmel/at91sam9rlek/at91sam9rlek.c | 18 +-
> board/atmel/at91sam9rlek/led.c | 7 +-
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 10 +-
> board/atmel/sama5d2_xplained/sama5d2_xplained.c | 1 -
> board/atmel/sama5d3_xplained/sama5d3_xplained.c | 9 +-
> board/atmel/sama5d3xek/sama5d3xek.c | 9 +-
> board/atmel/sama5d4_xplained/sama5d4_xplained.c | 9 +-
> board/atmel/sama5d4ek/sama5d4ek.c | 9 +-
> board/bluewater/snapper9260/snapper9260.c | 15 +-
> board/calao/usb_a9263/usb_a9263.c | 11 +-
> board/denx/ma5d4evk/Kconfig | 12 +
> board/denx/ma5d4evk/MAINTAINERS | 6 +
> board/denx/ma5d4evk/Makefile | 7 +
> board/denx/ma5d4evk/ma5d4evk.c | 412 +++++++++++++++++++++
> board/egnite/ethernut5/ethernut5.c | 20 +-
> board/esd/meesc/meesc.c | 15 +-
> board/l+g/vinco/Kconfig | 12 +
> board/l+g/vinco/Makefile | 1 +
> board/l+g/vinco/vinco.c | 212 +++++++++++
> board/mini-box/picosam9g45/led.c | 7 +-
> board/mini-box/picosam9g45/picosam9g45.c | 17 +-
> board/ronetix/pm9261/led.c | 7 +-
> board/ronetix/pm9261/pm9261.c | 22 +-
> board/ronetix/pm9263/led.c | 7 +-
> board/ronetix/pm9263/pm9263.c | 19 +-
> board/ronetix/pm9g45/pm9g45.c | 20 +-
> board/siemens/corvus/board.c | 10 +-
> board/siemens/smartweb/smartweb.c | 9 +-
> board/siemens/taurus/taurus.c | 9 +-
> configs/ma5d4evk_defconfig | 11 +
> configs/smartweb_defconfig | 5 +-
> configs/vinco_defconfig | 13 +
> drivers/net/at91_emac.c | 10 +-
> drivers/usb/host/ehci-atmel.c | 46 +--
> drivers/usb/host/ohci-at91.c | 64 +---
> include/configs/ma5d4evk.h | 255 +++++++++++++
> include/configs/smartweb.h | 14 +-
> include/configs/vinco.h | 168 +++++++++
> 79 files changed, 1568 insertions(+), 602 deletions(-)
> create mode 100644 arch/arm/mach-at91/clock.c
> create mode 100644 board/denx/ma5d4evk/Kconfig
> create mode 100644 board/denx/ma5d4evk/MAINTAINERS
> create mode 100644 board/denx/ma5d4evk/Makefile
> create mode 100644 board/denx/ma5d4evk/ma5d4evk.c
> create mode 100644 board/l+g/vinco/Kconfig
> create mode 100644 board/l+g/vinco/Makefile
> create mode 100644 board/l+g/vinco/vinco.c
> create mode 100644 configs/ma5d4evk_defconfig
> create mode 100644 configs/vinco_defconfig
> create mode 100644 include/configs/ma5d4evk.h
> create mode 100644 include/configs/vinco.h
>
More information about the U-Boot
mailing list