16 Aug, 2017

1 commit

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

05 Jun, 2017

1 commit


29 Oct, 2016

1 commit

  • add at least icache support for at91 based boards.
    This speeds up NOR flash access on an at91sam9g15
    based board from 15.2 seconds reading 8 MiB from
    a SPI NOR flash to 5.7 seconds.

    Signed-off-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Andreas Bießmann

    Heiko Schocher
     

13 Jun, 2016

1 commit

  • This board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and
    128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet and
    two UARTs.

    Signed-off-by: Andre Renaud
    Signed-off-by: Simon Glass
    Reviewed-by: Andreas Bießmann
    [apply CONFIG_BOOTDELAY transition]
    Signed-off-by: Andreas Bießmann

    Andre Renaud