Skip to content
Snippets Groups Projects
Commit fec48163 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: support USB boot mode for ProXstream2 / PH1-LD6b SoC


The USB boot code is too fat and complicated to be included in SPL
(at least for now).  So, it was implemented as a separate project
(what we call USB-loader).

The expected boot sequence is as follows:

  Boot ROM -> USB-loader -> SPL -> U-Boot proper

The USB-loader loads the SPL and U-Boot proper from a USB memory
onto the locked L2 cache.  Then, SPL needs to copy the U-Boot proper
to DRAM, so this mode looks like a NOR boot from the view of SPL.
However, we want to distinguish between (genuine) NOR boot and USB
boot in some places.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a89be270
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment