[U-Boot] [PATCH v3] AT91SAM9XE: add embedded flash support
Reinhard Meyer
u-boot at emk-elektronik.de
Fri Sep 3 11:08:38 CEST 2010
Reinhard Meyer schrieb:
> Add support for the embedded flash in the AT91SAM9XE128/256/512 SoCs:
> - Environment can be put into that flash
> - U-Boot can be in that flash
> - Commands "cp" and "protect" are supported
>
> Signed-off-by: Reinhard Meyer <reinhard.meyer at emk-elektronik.de>
> ---
> Rebased and cosmetical cleanups
> arch/arm/cpu/arm926ejs/at91/Makefile | 1 +
> arch/arm/cpu/arm926ejs/at91/eflash.c | 271 ++++++++++++++++++++++++++++
> arch/arm/include/asm/arch-at91/at91_dbu.h | 41 +++++
> arch/arm/include/asm/arch-at91/at91_eefc.h | 51 ++++++
> 4 files changed, 364 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/cpu/arm926ejs/at91/eflash.c
> create mode 100644 arch/arm/include/asm/arch-at91/at91_dbu.h
> create mode 100644 arch/arm/include/asm/arch-at91/at91_eefc.h
Applied to u-boot-atmel/next
Thanks,
Reinhard
More information about the U-Boot
mailing list