Home
last modified time | relevance | path

Searched hist:"23 a19e03" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/atmel/sama5d2_xplained/
H A Dsama5d2_xplained.c23a19e03 Wed Sep 13 01:58:50 CDT 2017 Wenyou Yang <wenyou.yang@microchip.com> board: sama5d2_xplained: Make SPL work on spiflash

Because before switching to a lower clock source, we must switch
the clock source first instead of last. So before configuring the
PMC_MCKR register, invoke at91_mck_init_down() first.

As said in datasheet, the the size of SPL must not exceed the maximum
size allowed(64Kbytes).

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/include/configs/
H A Dsama5d2_xplained.h23a19e03 Wed Sep 13 01:58:50 CDT 2017 Wenyou Yang <wenyou.yang@microchip.com> board: sama5d2_xplained: Make SPL work on spiflash

Because before switching to a lower clock source, we must switch
the clock source first instead of last. So before configuring the
PMC_MCKR register, invoke at91_mck_init_down() first.

As said in datasheet, the the size of SPL must not exceed the maximum
size allowed(64Kbytes).

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>