env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
arm: Add explicit include of <asm/mach-types.h>Rather than relying on common.h to provide this include, which is goingaway at some point, include it explicitly in each file.Signed-off-by: Simon
arm: Add explicit include of <asm/mach-types.h>Rather than relying on common.h to provide this include, which is goingaway at some point, include it explicitly in each file.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>
arm, at91: add icache supportadd at least icache support for at91 based boards.This speeds up NOR flash access on an at91sam9g15based board from 15.2 seconds reading 8 MiB froma SPI NOR flash to
arm, at91: add icache supportadd at least icache support for at91 based boards.This speeds up NOR flash access on an at91sam9g15based board from 15.2 seconds reading 8 MiB froma SPI NOR flash to 5.7 seconds.Signed-off-by: Heiko Schocher <hs@denx.de>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
arm: at91: Add support for gurnardThis board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet andtwo UARTs.
arm: at91: Add support for gurnardThis board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet andtwo UARTs.Signed-off-by: Andre Renaud <andre@designa-electronics.com>Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Andreas Bießmann <andreas@biessmann.org>[apply CONFIG_BOOTDELAY transition]Signed-off-by: Andreas Bießmann <andreas@biessmann.org>