s5p110: separate the c110 and c100
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 18 Aug 2010 11:15:35 +0000 (20:15 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Wed, 18 Aug 2010 11:15:35 +0000 (20:15 +0900)
commit8386b1570230ed9b2d5151c4996f86c6861e787f
treed6bc3af5c202ab0cfddd045d6055691d9072726c
parenta49d8dedf42ba587225b341a7445ebd91dfd7879
s5p110: separate the c110 and c100

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
45 files changed:
Makefile
board/samsung/universal_c100/Makefile [moved from board/samsung/universal/Makefile with 100% similarity]
board/samsung/universal_c100/animation_frames.h [moved from board/samsung/universal/animation_frames.h with 100% similarity]
board/samsung/universal_c100/config.mk [moved from board/samsung/universal/config.mk with 100% similarity]
board/samsung/universal_c100/gpio_setting.h [moved from board/samsung/universal/gpio_setting.h with 100% similarity]
board/samsung/universal_c100/lowlevel_init.S [moved from board/samsung/universal/lowlevel_init.S with 100% similarity]
board/samsung/universal_c100/mem_setup.S [moved from board/samsung/universal/mem_setup.S with 100% similarity]
board/samsung/universal_c100/modem_boot.c [moved from board/samsung/universal/modem_boot.c with 100% similarity]
board/samsung/universal_c100/onenand.c [moved from board/samsung/universal/onenand.c with 100% similarity]
board/samsung/universal_c100/psi_ram.h [moved from board/samsung/universal/psi_ram.h with 100% similarity]
board/samsung/universal_c100/psi_ram.hex [moved from board/samsung/universal/psi_ram.hex with 100% similarity]
board/samsung/universal_c100/universal.c [moved from board/samsung/universal/universal.c with 100% similarity]
board/samsung/universal_c110/Makefile [new file with mode: 0644]
board/samsung/universal_c110/animation_frames.h [new file with mode: 0644]
board/samsung/universal_c110/config.mk [new file with mode: 0644]
board/samsung/universal_c110/gpio_setting.h [new file with mode: 0644]
board/samsung/universal_c110/lowlevel_init.S [new file with mode: 0644]
board/samsung/universal_c110/mem_setup.S [new file with mode: 0644]
board/samsung/universal_c110/modem_boot.c [new file with mode: 0644]
board/samsung/universal_c110/onenand.c [new file with mode: 0644]
board/samsung/universal_c110/psi_ram.h [new file with mode: 0644]
board/samsung/universal_c110/psi_ram.hex [new file with mode: 0644]
board/samsung/universal_c110/universal.c [new file with mode: 0644]
onenand_ipl/board/samsung/universal_c100/.gitignore [moved from onenand_ipl/board/samsung/universal/.gitignore with 100% similarity]
onenand_ipl/board/samsung/universal_c100/Makefile [moved from onenand_ipl/board/samsung/universal/Makefile with 100% similarity]
onenand_ipl/board/samsung/universal_c100/bl1.img [moved from onenand_ipl/board/samsung/universal/bl1.img with 100% similarity]
onenand_ipl/board/samsung/universal_c100/checksum.c [moved from onenand_ipl/board/samsung/universal/checksum.c with 100% similarity]
onenand_ipl/board/samsung/universal_c100/u-boot-onenand.lds [moved from onenand_ipl/board/samsung/universal/u-boot-onenand.lds with 100% similarity]
onenand_ipl/board/samsung/universal_c110/.gitignore [new file with mode: 0644]
onenand_ipl/board/samsung/universal_c110/Makefile [new file with mode: 0644]
onenand_ipl/board/samsung/universal_c110/bl1.img [new file with mode: 0644]
onenand_ipl/board/samsung/universal_c110/checksum.c [new file with mode: 0644]
onenand_ipl/board/samsung/universal_c110/u-boot-onenand.lds [new file with mode: 0644]
recovery/board/samsung/universal/recovery.lds [deleted file]
recovery/board/samsung/universal_c100/Makefile [moved from recovery/board/samsung/universal/Makefile with 100% similarity]
recovery/board/samsung/universal_c100/config.mk [moved from recovery/board/samsung/universal/config.mk with 100% similarity]
recovery/board/samsung/universal_c100/gpio.c [moved from recovery/board/samsung/universal/gpio.c with 100% similarity]
recovery/board/samsung/universal_c100/universal.c [moved from recovery/board/samsung/universal/universal.c with 100% similarity]
recovery/board/samsung/universal_c110/Makefile [new file with mode: 0644]
recovery/board/samsung/universal_c110/config.mk [new file with mode: 0644]
recovery/board/samsung/universal_c110/cpu_info.c [new symlink]
recovery/board/samsung/universal_c110/dlmalloc.c [new symlink]
recovery/board/samsung/universal_c110/gpio.c [new file with mode: 0644]
recovery/board/samsung/universal_c110/string.c [new symlink]
recovery/board/samsung/universal_c110/universal.c [new file with mode: 0644]