Dear Chander Kashyap,
On 18 July 2011 19:19, 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
Changes for v2: - None Changes for v3: - Board entry added Alphabetically in boards.cfg - Used get_Ram_size function to calculate ram size
MAINTAINERS | 1 + board/samsung/origen/Makefile | 46 ++++ board/samsung/origen/lowlevel_init.S | 464 ++++++++++++++++++++++++++++++++++ board/samsung/origen/mem_setup.S | 359 ++++++++++++++++++++++++++ board/samsung/origen/origen.c | 106 ++++++++ boards.cfg | 1 + include/configs/origen.h | 164 ++++++++++++ 7 files changed, 1141 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
Looks OK. But, your patch failed to apply.
error: patch failed: MAINTAINERS:703 error: MAINTAINERS: patch does not apply Patch failed at 0001 ARMV7: Add support for Samsung ORIGEN board
please rebase your patch.
and need one change. Please see below link and apply it. http://git.denx.de/?p=u-boot/u-boot-samsung.git%3Ba=commitdiff%3Bh=095ae3097...
Thanks Minkyu Kang.