Hi Simon,
On Wed, Jul 6, 2011 at 7:32 AM, Simon Glass sjg@chromium.org wrote:
Hi Chander,
On Mon, Jun 27, 2011 at 1:37 AM, Chander Kashyap chander.kashyap@linaro.org wrote:
Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC.
Signed-off-by: Chander Kashyap chander.kashyap@linaro.org
MAINTAINERS | 1 + board/samsung/origen/Makefile | 46 ++++ board/samsung/origen/lowlevel_init.S | 468 ++++++++++++++++++++++++++++++++++ board/samsung/origen/mem_setup.S | 392 ++++++++++++++++++++++++++++ board/samsung/origen/origen.c | 103 ++++++++ boards.cfg | 1 + include/configs/origen.h | 167 ++++++++++++ 7 files changed, 1178 insertions(+), 0 deletions(-) create mode 100644 board/samsung/origen/Makefile create mode 100644 board/samsung/origen/lowlevel_init.S create mode 100644 board/samsung/origen/mem_setup.S create mode 100644 board/samsung/origen/origen.c create mode 100644 include/configs/origen.h
There is a lot of assembler in this patch. I wonder if it would make sense to use C for more of this?
The size of the SPL is restricted so that was the reason that assembly was used.
Regards, Simon
Cheers Angus