[U-Boot] Please pull u-boot-atmel/master
Andreas Bießmann
andreas.devel at googlemail.com
Sat Sep 1 16:50:25 CEST 2012
Dear Albert Aribaud,
The following changes since commit d602b7a6b94628004fdefb7932a24185346b030b:
fsl_esdhc: Remove cache snooping for i.MX (2012-09-01 13:50:35 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to cc443d073801c8fd57d74954d61120214b960d61:
at91: 9x5: Enable PMECC for 5series ek board. (2012-09-01 16:43:53 +0200)
----------------------------------------------------------------
Andreas Bießmann (3):
at91sam9263ek: fix 'update' script
at91sam9263ek: remove unnecessary console_init_f
arm:at91-boards: remove console_init_f where unnecessary
Bo Shen (7):
ARM : at91sam9x5 : Remove CONFIG_ARCH_CPU_INIT
arm : at91sam9x5 : fix a small bug for NAND
Take over the maintainer for sam9g10 and sam9m10g45
atmel: at91sam9x5: fix name error for spi
spi: atmel: add WDRBT bit to avoid receive overrun
arm: sam9g10/sam9m10g45: remove CONFIG_ARCH_CPU_INIT
atmel: at91sam9x5: add spi flash boot support
Wu, Josh (5):
at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param().
at91: atmel_nand: remove unused variables.
at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC.
at91: 9x5: Enable PMECC for 5series ek board.
Xu, Hong (1):
AT91: Small fix on AT91 USART initialization code
MAINTAINERS | 2 +-
arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 4 +-
board/BuS/eb_cpux9k2/cpux9k2.c | 2 -
board/BuS/vl_ma2sc/vl_ma2sc.c | 3 -
board/atmel/at91sam9261ek/at91sam9261ek.c | 3 -
board/atmel/at91sam9263ek/at91sam9263ek.c | 3 -
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 3 -
board/atmel/at91sam9rlek/at91sam9rlek.c | 3 -
board/atmel/at91sam9x5ek/at91sam9x5ek.c | 14 +-
board/calao/sbc35_a9g20/sbc35_a9g20.c | 3 -
board/calao/tny_a9260/tny_a9260.c | 3 -
board/eukrea/cpuat91/cpuat91.c | 2 -
boards.cfg | 1 +
doc/README.atmel_pmecc | 44 ++
drivers/mtd/nand/atmel_nand.c | 827 ++++++++++++++++++++--
drivers/mtd/nand/atmel_nand_ecc.h | 113 +++
drivers/serial/atmel_usart.c | 11 +-
drivers/spi/atmel_spi.c | 3 +
drivers/spi/atmel_spi.h | 1 +
include/configs/at91sam9261ek.h | 2 -
include/configs/at91sam9263ek.h | 2 +-
include/configs/at91sam9m10g45ek.h | 1 -
include/configs/at91sam9x5ek.h | 29 +-
include/nand.h | 2 +-
24 files changed, 974 insertions(+), 107 deletions(-)
create mode 100644 doc/README.atmel_pmecc
More information about the U-Boot
mailing list