dev-0-0-0 : Kyoungil Kim
	u-boot 1.3.4 is newly checked in. base platform is smdk6410, smdk643X are alos ported.

dev-0-0-1 : Jongpill Lee
	Support S5PC100

	Modified Files:
		M Makefile mkconfig
	Added Files:
		A board/samsung/smdkc100/Makefile
		A board/samsung/smdkc100/config.mk
		A board/samsung/smdkc100/flash.c
		A board/samsung/smdkc100/lowlevel_init.S
		A board/samsung/smdkc100/smdkc100.c
		A board/samsung/smdkc100/smdkc100_val.h
		A board/samsung/smdkc100/u-boot.lds
		A cpu/s5pc1xx/Makefile
		A cpu/s5pc1xx/ata.c
		A cpu/s5pc1xx/ata.h
		A cpu/s5pc1xx/config.mk
		A cpu/s5pc1xx/cpu.c
		A cpu/s5pc1xx/hs_mmc.c
		A cpu/s5pc1xx/hs_mmc.h
		A cpu/s5pc1xx/i2c.c
		A cpu/s5pc1xx/interrupts.c
		A cpu/s5pc1xx/movi.c
		A cpu/s5pc1xx/nand.c
		A cpu/s5pc1xx/nand_cp.c
		A cpu/s5pc1xx/onenand.c
		A cpu/s5pc1xx/onenand_cp.c
		A cpu/s5pc1xx/serial.c
		A cpu/s5pc1xx/start.S
		A cpu/s5pc1xx/usb_ohci.c
		A cpu/s5pc1xx/usb_ohci.h
		A cpu/s5pc1xx/usbd-otg-hs.c
		A cpu/s5pc1xx/usbd-otg-hs.h
		A cpu/s5pc1xx/s5pc100/Makefile
		A cpu/s5pc1xx/s5pc100/cpu_init.S
		A cpu/s5pc1xx/s5pc100/speed.c
		A include/s5pc100.h
		A include/s5pc1x0.h
		A include/asm-arm/arch-s5pc1xx/hardware.h
		A include/asm-arm/arch-s5pc1xx/memory.h
		A include/configs/smdkc100.h

dev-0-0-2 : Kyoungil Kim
	Support irom booting for SMDK6410, SMDK643X. But not support nand env.

	Added Files:
		A common/env_auto.c
		A common/env_movi.c
		A cpu/s3c24xx/mmu_table.c
		A cpu/s3c64xx/start_6400.S
		A cpu/s3c64xx/start_irom.S
		A drivers/mtd/onenand/s3c_onenand.c
		A drivers/rtc/s3c24xx_rtc.c
		A drivers/rtc/s3c64xx_rtc.c
	Modified Files:
		M board/samsung/smdk6400/lowlevel_init.S
		M board/samsung/smdk6400/smdk6400.c
		M board/samsung/smdk6400/u-boot.lds
		M board/samsung/smdk6410/Makefile
		M board/samsung/smdk6410/lowlevel_init.S
		M board/samsung/smdk6410/u-boot.lds
		M board/samsung/smdk6430/lowlevel_init.S
		M board/samsung/smdk6430/smdk6430.c
		M board/samsung/smdk6430/u-boot.lds
		M common/Makefile
		M common/cmd_bootm.c
		M common/cmd_movi.c
		M common/cmd_nvedit.c
		M common/cmd_onenand.c
		M common/env_common.c
		M common/env_nand.c
		M cpu/s3c24xx/Makefile
		M cpu/s3c24xx/hs_mmc.c
		M cpu/s3c24xx/nand_cp.c
		M cpu/s3c24xx/onenand_cp.c
		M cpu/s3c24xx/start.S
		M cpu/s3c24xx/usbd-ctl-fs.c
		M cpu/s3c24xx/usbd-ctl-hs.c
		M cpu/s3c24xx/usbd-ep0-fs.c
		M cpu/s3c24xx/usbd-fs.h
		M cpu/s3c24xx/usbd-hs.h
		M cpu/s3c24xx/usbd-recv-fs.c
		M cpu/s3c24xx/usbd-send-fs.c
		M cpu/s3c24xx/s3c2416/cpu_init.S
		M cpu/s3c24xx/s3c2443/cpu_init.S
		M cpu/s3c24xx/s3c2450/cpu_init.S
		M cpu/s3c64xx/Makefile
		M cpu/s3c64xx/hs_mmc.c
		M cpu/s3c64xx/movi.c
		M cpu/s3c64xx/nand.c
		M cpu/s3c64xx/nand_cp.c
		M cpu/s3c64xx/onenand.c
		M cpu/s3c64xx/onenand_cp.c
		M cpu/s3c64xx/start.S
		M cpu/s3c64xx/usbd-otg-hs.c
		M cpu/s3c64xx/usbd-otg-hs.h
		M drivers/mtd/nand/nand_base.c
		M drivers/mtd/onenand/Makefile
		M drivers/mtd/onenand/onenand_uboot.c
		M drivers/rtc/Makefile
		M include/movi.h
		M include/rtc.h
		M include/configs/smdk6400.h
		M include/configs/smdk6410.h
		M include/configs/smdk6430.h
		M lib_arm/board.c

dev-0-0-3 : Jongpill Lee
	- Temporary coomit for smdkc100

	Modified Files
		M board/samsung/smdkc100/lowlevel_init.S
		M cpu/s5pc1xx/s5pc100/cpu_init.S
		M drivers/mtd/onenand/onenand_uboot.c
		M include/movi.h
		M include/s5pc100.h
		M include/configs/smdkc100.h

dev-0-0-4: Jinsung Yang
	- SMDK6410/30 implementation finished

dev-0-0-5 : Jongpill Lee
	- Temporary Commit for SMDKC100

	MOdified Files
		M board/samsung/smdkc100/lowlevel_init.S
		M board/samsung/smdkc100/smdkc100.c
		M common/env_common.c
		M cpu/s5pc1xx/interrupts.c
		M cpu/s5pc1xx/serial.c
		M cpu/s5pc1xx/start.S
		M cpu/s5pc1xx/s5pc100/speed.c
		M include/s5pc100.h
		M include/configs/smdkc100.h

dev-0-0-6 : Jongpill Lee
	- Temporary Commit for SMDKC100

	Modified Files
		M board/samsung/smdkc100/lowlevel_init.S
		M common/cmd_date.c
		M common/cmd_movi.c
		M common/env_auto.c
		M cpu/s5pc1xx/cpu.c
		M cpu/s5pc1xx/interrupts.c
		M cpu/s5pc1xx/nand.c
		M cpu/s5pc1xx/nand_cp.c
		M cpu/s5pc1xx/start.S
		M cpu/s5pc1xx/s5pc100/speed.c
		M drivers/rtc/Makefile
		M include/s5pc100.h
		M include/configs/smdk6410.h
		M include/configs/smdkc100.h
		M lib_arm/board.c

dev-0-0-7 : Jongpill Lee
	- Temporaryr Commit for SMDKC100

	Modified Files
		M board/samsung/smdkc100/smdkc100.c
		M common/cmd_bootm.c
		M cpu/s5pc1xx/cpu.c
		M cpu/s5pc1xx/start.S

dev-0-0-8 : Jongpill Lee
	- Temporary support for SMDKC100

	MOdified Files
		M board/samsung/smdkc100/lowlevel_init.S
		M board/samsung/smdkc100/smdkc100.c
		M cpu/s5pc1xx/start.S
		M include/s5pc100.h
		M include/configs/smdkc100.h

dev-0-0-9: Jinsung Yang
	- Patch for movinand bulk rw

	Modified files:
		M common/cmd_movi.c
		M include/movi.h

dev-0-0-10: Jongpill Lee
	- Add Function for DMA Initialize

	Modified files:
		M board/samsung/smdkc100/lowlevel_init.S
		M include/s5pc100.h

dev-0-0-11: Jongpill Lee
	- Support Ethernet on SMDKC100

	Modified Files:
		M board/samsung/smdkc100/smdkc100.c
		M cpu/s5pc1xx/start.S
		M include/configs/smdkc100.h

dev-0-0-12: Jinsung Yang
	- (Temporary) patch for u-boot.bin size overflow

	Modified files:
		M include/configs/smdk6410.h
		M include/configs/smdk6430.h

dev-0-0-13: Jongpill Lee
	- Build configuration update for S5PC100

	Modified Files:
		M cpu/s5pc1xx/config.mk
		M include/s5pc100.h

dev-0-0-14: JOngpill Lee
	- Modified some code for SMDKC100

	Modified files:
		M board/samsung/smdkc100/smdkc100.c
		M include/s5pc100.h
		M include/s5pc1x0.h

dev-0-0-15: Jinsung Yang
	- Ethernet autodetect support
	- moviNAND boot channel autodetect support

	Modified files:
		M include/movi.h
		M cpu/s3c64xx/hs_mmc.c
		M cpu/s3c64xx/movi.c
		M drivers/net/cs8900.c
		M drivers/net/smc911x.c
		M include/configs/smdk6410.h
		M include/configs/smdk6430.h
		M include/configs/smdkc100.h
		M lib_arm/board.c
		M net/eth.c

dev-0-0-16: Jinsung Yang
	- Patch for ethernet detect patch

	Modified files:
		M drivers/net/cs8900.c
		M drivers/net/smc911x.c
		M lib_arm/board.c

dev-0-0-17: Kyoungil Kim
	- Delete hardcoded CROSS_COMPILE

	Modified files:
		M Makefile

dev-0-0-18: Jinsung Yang
	- Fix for SD/SDHC detect bug

	Modified files:
		M cpu/s3c64xx/hs_mmc.c
		M cpu/s3c64xx/movi.c
		M include/movi.h

rel-1-0-0: Jinsung Yang
	- Official Release (08.12.18, patch base)

dev-1-0-0: Kukjin Kim

dev-1-0-1: Kukjin Kim
	- Buf fixed related to NAND_BL1_8BIT_ECC

	Modified files:
		M drivers/mtd/nand/nand_base.c

rel-1-0-1: Kukjin Kim
	- Official Relase (09.01.14)

dev-1-0-2: Jinsung Yang
	- moviNAND partition size adjustment for u-boot
	
	Modified files:
		M include/movi.h
		M lib_arm/board.c
dev-1-0-3: Jongpill Lee
	- bug fixed on SMDKC100
	
	Modified Files:
		M board/samsung/smdkc100/lowlevel_init.S
		M include/configs/smdkc100.h

dev-1-0-4: Kyoungil Kim
	- Modified env offset 3c000 to 7c000

	Modified Files:
		M include/configs/smdk6400.h
		M include/configs/smdk6410.h
		M include/configs/smdk6430.h
		M include/configs/smdkc100.h

rel-1-0-2: Kyoungil Kim
	- Official Relase (09.01.17)

dev-1-0-5: Jongpill Lee
	- Support sleep mode on smdkc100

	MOdified Files:
		M board/samsung/smdkc100/lowlevel_init.S
		M include/s5pc100.h

dev-1-0-6: Byungjae Lee
	- Support usb download(dnw) for smdk6410

	Modified File:
		M common/Makefile
	Added File:
		A common/cmd_usbd.c

dev-1-0-7: Kyoungil Kim
	- Support usb download(dnw) for smdkc100

	Modified File:
		M common/cmd_usbd.c
		M cpu/s5pc1xx/usbd-otg-hs.c
		M cpu/s5pc1xx/usbd-otg-hs.h
		M include/s5pc100.h
		M include/configs/smdkc100.h
		M lib_arm/board.c

rel-1-0-3: Kyoungil Kim
	- Official Release (09.01.29)

dev-1-0-8: Jongpill Lee
	- fixed MMU Page Table for SMDKC100

	Modified Files:
		M board/samsung/smdkc100/lowlevel_init.S

dev-1-0-9: Kukjin Kim
	- Fixed bug and modified definition
	- Support for SMDK2416

	Modified Files:
		M board/samsung/smdk2416/flash.c
		M board/samsung/smdk2416/lowlevel_init.S
		M board/samsung/smdk2416/smdk2416.c
		M board/samsung/smdk2416/u-boot.lds
		M board/samsung/smdk2450/smdk2450.c
		M common/cmd_nand.c
		M common/env_movi.c
		M common/env_nand.c
		M cpu/s3c24xx/hs_mmc.c
		M cpu/s3c24xx/movi.c
		M cpu/s3c24xx/nand.c
		M cpu/s3c24xx/s3c2416/cpu_init.S
		M drivers/mtd/nand/nand_ecc.c
		M drivers/mtd/nand/nand_util.c
		M drivers/mtd/nand_legacy/nand_legacy.c
		M drivers/rtc/s3c24xx_rtc.c
		M include/s3c2416.h
		M include/configs/smdk2416.h
		M include/configs/smdk2450.h
		M include/configs/smdk6410.h
		M lib_arm/board.c
		M net/net.c

rel-1-0-4: Kukjin Kim
	- Official Release (09.03.05)

dev-1-0-10: Kukjin Kim
	- Removed unavailable SMDK2412, SMDK2440, SMDK2442, and SMDK2443

	Modified Files:
		R board/samsung/smdk2412/Makefile
		R board/samsung/smdk2412/config.mk
		R board/samsung/smdk2412/flash.c
		R board/samsung/smdk2412/lowlevel_init.S
		R board/samsung/smdk2412/smdk2412.c
		R board/samsung/smdk2412/smdk2412_val.h
		R board/samsung/smdk2412/u-boot.lds
		R board/samsung/smdk2440/Makefile
		R board/samsung/smdk2440/config.mk
		R board/samsung/smdk2440/flash.c
		R board/samsung/smdk2440/lowlevel_init.S
		R board/samsung/smdk2440/smdk2440.c
		R board/samsung/smdk2440/smdk2440_val.h
		R board/samsung/smdk2440/u-boot.lds
		R board/samsung/smdk2442/Makefile
		R board/samsung/smdk2442/config.mk
		R board/samsung/smdk2442/flash.c
		R board/samsung/smdk2442/lowlevel_init.S
		R board/samsung/smdk2442/smdk2442.c
		R board/samsung/smdk2442/smdk2442_val.h
		R board/samsung/smdk2442/u-boot.lds
		R board/samsung/smdk2443/Makefile
		R board/samsung/smdk2443/config.mk
		R board/samsung/smdk2443/flash.c
		R board/samsung/smdk2443/lowlevel_init.S
		R board/samsung/smdk2443/smdk2443.c
		R board/samsung/smdk2443/u-boot.lds
		R include/configs/smdk2412.h
		R include/configs/smdk2440.h
		R include/configs/smdk2442.h
		R include/configs/smdk2443.h
	
dev-1-0-11: Kukjin Kim
	- Support for SMDK2450

	Modified Files:
		M board/samsung/smdk2450/flash.c
		M board/samsung/smdk2450/lowlevel_init.S
		M board/samsung/smdk2450/smdk2450.c
		M board/samsung/smdk2450/u-boot.lds

dev-1-0-12: Kukjin Kim
	- Additional files removed unavailable SMDK2412, SMDK2440, SMDK2442, and SMDK2443

	Modified Files:
		R cpu/s3c24xx/s3c2412/Makefile
		R cpu/s3c24xx/s3c2412/config.mk
		R cpu/s3c24xx/s3c2412/cpu_init.S
		R cpu/s3c24xx/s3c2412/speed.c
		R cpu/s3c24xx/s3c2440/Makefile
		R cpu/s3c24xx/s3c2440/config.mk
		R cpu/s3c24xx/s3c2440/cpu_init.S
		R cpu/s3c24xx/s3c2440/speed.c
		R cpu/s3c24xx/s3c2442/Makefile
		R cpu/s3c24xx/s3c2442/config.mk
		R cpu/s3c24xx/s3c2442/cpu_init.S
		R cpu/s3c24xx/s3c2442/speed.c
		R cpu/s3c24xx/s3c2443/Makefile
		R cpu/s3c24xx/s3c2443/config.mk
		R cpu/s3c24xx/s3c2443/cpu_init.S
		R cpu/s3c24xx/s3c2443/speed.c

dev-1-0-13: Jae-Cheol Lee
	- Support SMDKC100 EVT1 POP Irom onenand booting

	Modified files:
		M board/samsung/smdkc100/lowlevel_init.S
		M cpu/s5pc1xx/s5pc100/cpu_init.S
		M include/configs/smdkc100.h

dev-1-0-14: Jae-Cheol Lee
	- Support VEGA-L FPGA board

	Added Directories:
		A board/samsung/smdk6440
		A cpu/s5p64xx
		A include/asm-arm/arch-s5p64xx

	Added files:
		A drivers/rtc/s5p64xx_rtc.c
		A include/s5p6440.h
		A include/s5p64x0.h
		A include/configs/smdk6440.h

	Modified files:
		M Makefile
		M mkconfig
		M common/env_auto.c
		M drivers/rtc/Makefile
		M include/movi.h
		M lib_arm/board.c

dev-1-0-15: Jae-Cheol Lee
	- Fixed wrong configuration for SMDKC100EVT1 and SMDK6440(FPGA)
	  and Change SROM configuration for DM9000 controller

	Modified files:
		M board/samsung/smdk6440/smdk6440.c
		M board/samsung/smdkc100/config.mk
		M include/configs/smdk6440.h
		M include/configs/smdkc100.h

dev-1-0-16: Jongpill Lee
	- Auto detect for RAM setting

	Modified Files:
		M cpu/s5pc1xx/s5pc100/cpu_init.S

dev-1-0-17: Kukjin Kim
	- Support iROM SDHC boot for SMDK2416
	- Unavailable files removed (SMDK2412, SMDK2440, SMDK2442, and SMDK2443)

	Modified Files:
		M Makefile
		M cpu/s3c24xx/Makefile
		M cpu/s3c24xx/hs_mmc.c
		M cpu/s3c24xx/i2c.c
		R include/s3c2412.h
		M include/s3c2416.h
		R include/s3c2440.h
		R include/s3c2442.h
		R include/s3c2443.h
		R include/s3c2460.h
		R include/configs/smdk2460.h
		R include/configs/smdk24a0.h
		M include/linux/mmc/mmc.h
		M include/linux/mmc/protocol.h
		M lib_arm/board.c

dev-1-0-18: Jongpill Lee
	- Modified some code about reset

	Modified Files:
		M board/samsung/smdkc100/lowlevel_init.S
		M cpu/s5pc1xx/s5pc100/cpu_init.S

rel-1-1-0: Jinsung Yang
	- Official Release (2009.03.17)
	- S5PC100 EVT1 support

dev-1-1-0: Jongpill Lee

dev-1-1-1: Jongpill Lee
	- Support 800Mhz for cpu clock on smdkc100

	Modified Files:
		M       board/samsung/smdkc100/lowlevel_init.S
		M       cpu/s5pc1xx/nand_cp.c
		M       include/configs/smdkc100.h

dev-1-1-2: Jongpill Lee
	- Support EVT1 single chip for smdkc100

	Modifiedn Files:
		M	cpu/s5pc1xx/s5pc100/cpu_init.S
		M	include/configs/smdkc100.h

dev-1-1-3: Kukjin Kim
	- Removed symbolic link 'include/regs.h'

	Removed Files:
		R	include/regs.h

dev-1-1-4: Kukjin Kim
	- Modified Makefile for 'dirty' banner

	Modified Files:
		M	Makefile

rel-1-1-1: Kyoungil Kim
	- Official Release (2009.03.20)

dev-1-1-5: Abhilash Kesavan
	- Support UART1 on SMDKC100 

	Modified Files:
		M       board/samsung/smdkc100/lowlevel_init.S

dev-1-1-6: Jongpill Lee
	- modified ARM frequency for 834Mhz
		M       cpu/s5pc1xx/nand_cp.c
		M       cpu/s5pc1xx/s5pc100/cpu_init.S
		M       cpu/s5pc1xx/start.S
		M       include/configs/smdkc100.h

dev-1-1-7: Jongpill Lee
	- Modify code for SMDK6440
		M       board/samsung/smdk6440/lowlevel_init.S
		M       cpu/s5p64xx/s5p6440/cpu_init.S
		M       cpu/s5p64xx/s5p6440/speed.c
		M       cpu/s5p64xx/start.S
		M       include/configs/smdk6440.h
		M       include/configs/smdkc100.h
		M       include/movi.h
		M       include/s5p6440.h

dev-1-1-8: Jongpill Lee
	- Support SD/MMC boot on smdk6440
		M       board/samsung/smdk6440/lowlevel_init.S
		M       common/env_auto.c
		M       cpu/s5p64xx/hs_mmc.c
		M       cpu/s5p64xx/movi.c
		M       cpu/s5p64xx/s5p6440/cpu_init.S
		M       cpu/s5p64xx/s5p6440/speed.c
		M       cpu/s5p64xx/start.S
		M       cpu/s5p64xx/start_irom.S
		M       include/configs/smdk6440.h
		M       include/configs/smdkc100.h
		M       include/movi.h
		M       include/s5p6440.h
		M       lib_arm/board.c

dev-1-1-9: Jongpill
	- Modify code for SMDK6440:

	MOdified Files
		M       board/samsung/smdk6440/lowlevel_init.S
		M       cpu/s5p64xx/hs_mmc.c
		M       cpu/s5p64xx/s5p6440/cpu_init.S
		M       cpu/s5p64xx/start.S
		M       include/configs/smdk6440.h

dev-1-1-10: Byungjae Lee
	- USB download is being implemented

	MOdified Files
		M	common/cmd_usbd.c
		M	cpu/s5p64xx/usbd-otg-hs.c
		M	cpu/s5p64xx/usbd-otg-hs.h
		M	include/configs/smdk6440.h
		M	include/s5p6440.h

dev-1-1-11: Kyoungil Kim
	- Support DNW for SMDK6440

	Modified Files:
		M	common/cmd_usbd.c
		M	cpu/s3c64xx/usbd-otg-hs.h
		M	cpu/s5p64xx/usbd-otg-hs.c
		M	cpu/s5p64xx/usbd-otg-hs.h
		M	cpu/s5pc1xx/usbd-otg-hs.h
		M	include/s5p6440.h
	
dev-1-1-12: Jongpill Lee
	- buf fixed for SD/MMC on SMDK6440

	Modified Files:
		M	cpu/s5p64xx/hs_mmc.c
		M	include/configs/smdk6440.h

dev-1-1-13: jongpill Lee
	- Add clock speed for 667Mhz on SMDK6440

	Modified Files:
		M 	board/samsung/smdk6440/lowlevel_init.S
		M	include/configs/smdk6440.h

dev-1-1-14: Jae-Cheol Lee
	- Support 256MB mem size for SMDK6440 board

	Modified Files:
		M	include/configs/smdk6440.h
		M	board/samsung/smdk6440/lowlevel_init.S

dev-1-1-15: Jongpill Lee
	- change debug console UART0 to UART1

	Modified Files:
		M	board/samsung/smdk6440/lowlevel_init.S
		M	include/configs/smdk6440.h

dev-1-1-16: Jongpill Lee
	- bug fixed on Makefile

	Modified Files:
		M	Makefile

dev-1-1-17: Kukjin Kim
	- Support eMMC boot for SMDK6440

	Modified Files:
		M	board/samsung/smdk6440/lowlevel_init.S
		M	common/cmd_movi.c
		M	common/env_auto.c
		M	cpu/s5p64xx/hs_mmc.c
		M	cpu/s5p64xx/movi.c
		M	cpu/s5p64xx/s5p6440/cpu_init.S
		M	cpu/s5p64xx/start.S
		M	cpu/s5p64xx/start_irom.S
		M	include/configs/smdk6440.h
		M	include/movi.h
		M	include/s5p6440.h
		M	lib_arm/board.c
		
dev-1-1-18: Kukjin Kim
	- Bug Fixed; Support eMMC boot for SMDK6440

	Modified Files:
		M	cpu/s5p64xx/start_irom.S
		M	include/movi.h
		M	lib_arm/board.c

dev-1-1-19: Jongpill Lee
	- Modify code for S5P6440

	Modified files:
		M       board/samsung/smdk6440/lowlevel_init.S

dev-1-1-20: Jongpill Lee
	- PM Support for S5P6440

	Modified Files:
		M	cpu/s5p64xx/hs_mmc.c
		M       board/samsung/smdk6440/lowlevel_init.S

dev-1-1-21: Kukjin Kim
	- Bug Fixed; Support eMMC EVT2 boot for SMDK6440

	Modified Files:
		M	cpu/s5p64xx/hs_mmc.c
	
dev-1-1-22: Jongpill Lee
	- Modify SDRAM controller drive strength for S5P6440

	Modified Files:
		M       board/samsung/smdk6440/lowlevel_init.S
		M       cpu/s5p64xx/s5p6440/cpu_init.S

dev-1-1-23: Kukjin Kim
	- Modified

	Modified Files:
		M	common/cmd_movi.c

dev-1-1-24: Kyoungil Kim
	- DNW bug Fixed: After DNW, usb core soft reset and phy power off for SMDK6440

	Modified Files:
		M       cpu/s5p64xx/usbd-otg-hs.c

dev-1-1-26: Jongpill Lee
	- modify code to support saveenv command on SMDKC100 for NAND device

	MOdified Files:
		M	common/env_auto.c
		M	cpu/s5pc1xx/start.S

dev-1-1-27: Kukjin Kim
	- Modified; Support eMMC EVT2 boot for SMDK6440

	Modified Files:
		M	cpu/s5p64xx/hs_mmc.c

dev-1-1-28: Jongpill Lee
	- MOdify code for print board info

	MOdified Files:
		M       cpu/s5p64xx/s5p6440/speed.c

dev-1-1-29: Jongpill Lee
	- Bug fixed on start.S

	MOdified Files:
		M       cpu/s5pc1xx/start.S

dev-1-1-30: Jongpill Lee
	- Support Boot device Auto detect

	Modified files:
		M       board/samsung/smdkc100/lowlevel_init.S
		M       cpu/s5pc1xx/s5pc100/cpu_init.S
		M       cpu/s5pc1xx/start.S
		M       include/configs/smdkc100.h
		M       include/s5pc100.h

rel-1-2-0: Kyoungil Kim
	- Official Release (2009.05.7)

dev-1-2-1: Thomas Abraham
	- Added support for SD/MMC boot for C100 EVT2.

	Modified files:
		M	common/cmd_movi.c
		M	 common/env_auto.c
		M	cpu/s5pc1xx/hs_mmc.c
		M	cpu/s5pc1xx/movi.c
		M	cpu/s5pc1xx/s5pc100/cpu_init.S
		M	cpu/s5pc1xx/start.S
		M	include/configs/smdkc100.h
		M	include/movi.h
		M	include/s5pc100.h
		M	lib_arm/board.c

dev-1-2-2: Jongpill Lee	
	- Support SD/MMC boot with POP and Single for S5PC100

	Modified Files:
		M       board/samsung/smdk6410/lowlevel_init.S
		M       cpu/s5p64xx/hs_mmc.c
		M       cpu/s5pc1xx/s5pc100/cpu_init.S
		M       include/configs/smdk6410.h
		M       include/configs/smdkc100.h

dev-1-2-4: Thomas Abraham
	- Added support for SDHC boot for C100 EVT2.

	Modified files:
		M	cpu/s5pc1xx/hs_mmc.c
		M	cpu/s5pc1xx/movi.c
		M	include/movi.h

rel-1-3-0: Kyoungil Kim
	- Official Release (2009.05.15)
	
dev-1-3-1: Kyoungil Kim
	- OTG PHY off and soft core reset in stop function for DNW
	
	Modified files:
		M       cpu/s3c64xx/usbd-otg-hs.c
		M       cpu/s5p64xx/usbd-otg-hs.c
		M       cpu/s5pc1xx/usbd-otg-hs.c

dev-1-3-2: Jongpill Lee
	- bug fixed on SMDK6440 & SMDKC100 for NAND boot

	Modified Files:
		M       board/samsung/smdkc100/lowlevel_init.S
		M       cpu/s5p64xx/hs_mmc.c
		M       cpu/s5pc1xx/start.S
		M       include/configs/smdkc100.h

dev-1-3-3: Jongpill Lee
	- bug fixed on smdkc100 pop

	Modified Files:
		M       board/samsung/smdkc100/lowlevel_init.S
		M       cpu/s5pc1xx/start.S

dev-1-3-4: Jongpill Lee
	- Modify DRAMC setting value for performance

	Modified Files:
		M       cpu/s5pc1xx/s5pc100/cpu_init.S

rel-1-3-1: Kyoungil Kim
	- Official Release (2009.05.26)

dev-1-3-5: Jae-Cheol Lee
	- Modify DRAMC parameter for low power on NON-POP C100

	Nodified Files:
		M	include/configs/smdkc100.h
		M	cpu/s5pc1xx/s5pc100/cpu_init.S

dev-1-3-6: Jae-Cheol Lee
	- Support 256MB size on NON-POP SMDKC100

	Modified Files:
		M	board/samsung/smdkc100/config.mk
		M	board/samsung/smdkc100/lowlevel_init.S
		M	board/samsung/smdkc100/smdkc100.c
		M	cpu/s5pc1xx/s5pc100/cpu_init.S
		M	include/configs/smdkc100.h

dev-1-3-7: Jongpill Lee
	- Support DRAM size configuration for SMDKC100

	Added Files:
		A       include/configs/smdkc100_256.h
		A       board/samsung/smdkc100/config_256.mk
		A       board/samsung/smdkc100_256/Makefile
		A       board/samsung/smdkc100_256/config.mk
		A       board/samsung/smdkc100_256/flash.c
		A       board/samsung/smdkc100_256/lowlevel_init.S
		A       board/samsung/smdkc100_256/smdkc100.c
		A       board/samsung/smdkc100_256/smdkc100_val.h
		A       board/samsung/smdkc100_256/u-boot.lds

	Modified Files:
		M       Makefile
		M       board/samsung/smdkc100/config.mk
		M       common/cmd_onenand.c
		M       cpu/s5pc1xx/s5pc100/cpu_init.S
		M       drivers/mtd/onenand/onenand_uboot.c
		M       include/configs/smdkc100.h
		M       lib_arm/board.c

dev-1-3-8: Jongpill Lee
	- Modify code for DRAM size configuration for SMDKC100

	Modified Files:
		M       Changelog_Samsung
		M       Makefile
		M       cpu/s5pc1xx/s5pc100/cpu_init.S
		M       include/configs/smdkc100.h
		M       lib_arm/board.c

dev-1-3-9: Jongpill Lee
	- Bug fixed on Samsung board

	Modified Files:
		M	Makefile

dev-1-3-10: Jongpill Lee
	- temporary added for smdkc110

	Added Files:
		A       cpu/s5pc11x/Makefile
		A       cpu/s5pc11x/ata.c
		A       cpu/s5pc11x/ata.h
		A       cpu/s5pc11x/config.mk
		A       cpu/s5pc11x/cpu.c
		A       cpu/s5pc11x/hs_mmc.c
		A       cpu/s5pc11x/hs_mmc.h
		A       cpu/s5pc11x/interrupts.c
		A       cpu/s5pc11x/movi.c
		A       cpu/s5pc11x/nand.c
		A       cpu/s5pc11x/nand_cp.c
		A       cpu/s5pc11x/onenand.c
		A       cpu/s5pc11x/onenand_cp.c
		A       cpu/s5pc11x/s5pc110/Makefile
		A       cpu/s5pc11x/s5pc110/cpu_init.S
		A       cpu/s5pc11x/s5pc110/speed.c
		A       cpu/s5pc11x/serial.c
		A       cpu/s5pc11x/start.S
		A       cpu/s5pc11x/usb_ohci.c
		A       cpu/s5pc11x/usb_ohci.h
		A       cpu/s5pc11x/usbd-otg-hs.c
		A       cpu/s5pc11x/usbd-otg-hs.h
		A       include/asm-arm/arch-s5pc11x/hardware.h
		A       include/asm-arm/arch-s5pc11x/memory.h
		A       include/configs/smdkc110.h
		A       include/s5pc110.h
		A       include/s5pc11x.h
		A       include/s5pc1xx.h
		A       board/samsung/smdkc110/Makefile
		A       board/samsung/smdkc110/flash.c
		A       board/samsung/smdkc110/lowlevel_init.S
		A       board/samsung/smdkc110/smdkc110.c
		A       board/samsung/smdkc110/smdkc110_val.h
		A       board/samsung/smdkc110/u-boot.lds

	Modified Files:
		M       common/cmd_date.c
		M       common/cmd_movi.c
		M       common/cmd_usbd.c
		M       include/movi.h
		M       include/s5pc100.h
		M       mkconfig

dev-1-3-11: Jae-Cheol Lee
	- Support 800Mhz on SMDK6410
	- Default clock is 800Mhz on SMDK6410

	Modified Files:
		M	include/configs/smdk6410.h
		M	board/samsung/smdk6410/lowlevel_init.S

rel-1-3-2: Kyoungil Kim
	- Official Release (2009.06.19)

dev-1-3-12: Jae-Hun Jung
	- DMC LPCON modified

	Modified Files:
		M       cpu/s5pc1xx/s5pc100/cpu_init.S

dev-1-3-13: Thomas Abraham
	- Added support for 4KB Page NAND device for C100.

	This adds support for 4KB Page NAND device for C100. It is 
	possible to boot from 4KB page NAND device (BO[1:0] = b'11) 
	and perform write/read operations. 8-Bit ECC is used for
	write and read operations on 4KB Page NAND device.

	Modified File:
		M	cpu/s5pc1xx/nand.c
		M	cpu/s5pc1xx/nand_cp.c
		M	drivers/mtd/nand/nand_base.c
		M	drivers/mtd/nand/nand_util.c
		M	include/linux/mtd/mtd-abi.h

dev-1-3-14: Jae-Hun Jung
	- Support USB Booting using DNW
	
	Modified Files:
		M	board/samsung/smdkc100/lowlevel_init.S

dev-1-3-15: Jae-Cheol Lee
	- Fix bug on supporting USB booting.
	  USB booting related code will not work on POP type CPU
	  NAND GPIO setting moved from lowlevel_init.S to start.S
	  That code only is executed in I-ROM NAND booting mode.

	Modified Files:
		M	board/samsung/smdkc100/lowlevel_init.S
		M	cpu/s5pc1xx/start.S

rel-1-3-3: Kyoungil Kim
	- Official Release (2009.06.30)


dev-1-3-16: Jae-Cheol Lee
	- Change memory parameter for SMDK6440 with latest values.

	Modified Files:
		M	cpu/s5p64xx/s5p6440/cpu_init.S

dev-1-3-17: Jongpill Lee
	- fixed Makefile to print version correctly

	Modified files:
		M	Makefile

dev-1-3-18: Jongpill Lee
	- Modify PLL setting value for S5PC100

	Modified files:
		M       Makefile
		M       include/configs/smdkc100.h
		M       include/configs/smdkc100_256.h

dev-1-3-19: Jae-Hun Jung
	- Support OneNAND[POP] u-boot writing using T32.

	Modified Files
		M	board/samsung/smdkc100/lowlevel_init.S
	
dev-1-3-20: Jongpill Lee
	- Support SDHC on S5C6440

	Modified Files:
		M	cpu/s5p64xx/hs_mmc.c

dev-1-3-21: Jongpill Lee
	- Support MOviNAND for s5pc100

	Modified files:
		M       cpu/s5pc1xx/start.S
		M       include/configs/smdkc100.h

dev-1-3-22: JongPill Lee
	- bug fixed on nand boot for s5pc100

	Modified Files:
		M	cpu/s5pc1xx/start.S 

dev-1-3-23: Ohkyoung Kwon
	- Modify register map for s5pc110

	Modified Files:
		M       board/samsung/smdkc110/lowlevel_init.S
		M       board/samsung/smdkc110/smdkc110_val.h
		M       include/configs/smdkc110.h
		M       include/s5pc110.h
		
dev-1-3-24: Jae-Hun Jung
	- bug fixed moviNAND initialize at booting time for s5pc100

	        Modified Files:
		                M       cpu/s5pc1xx/hs_mmc.c

dev-1-3-25: Jongpill Lee
	- Bug fixed for s3c6410
	
	Modified files:
		M       include/configs/smdk6410.h

dev-1-3-26: Ohkyoung Kwon
	- Modify some files for s5pc110

	Modified files:
		M	board/samsung/smdkc110/lowlevel_init.S
		M	common/hush.c
		M	drivers/mtd/onenand/Makefile
		M	drivers/mtd/onenand/onenand_uboot.c
		M	lib_arm/board.c

dev-1-3-27: Thomas Abraham
	- Fix saveenv command not working when using 2KB and 4KB page NAND.

	In case of 2KB and 4KB page NAND devices, the base address of
	enviroment variables in NAND flash (CFG_ENV_OFFSET = 0x7C000)
	will not be on a block boundary. So when a saveenv command is
	executed, it first tries to erase the NAND flash with base address as
	0x7C000. Since this address is not on a block boundary for 2KB and 4KB
	page NAND devices, the NAND erase fails and saveenv command does not
	work.

	To solve this issue, 
	1. A copy of the full NAND block, which contains the enviroment 
	   variables, is taken. 
	2. The enviroment vairables are	written to the copy of the NAND block.
	3. The modified contents of the block are written back to the NAND
	   block.

	Modified file:
		M	common/env_auto.c

dev-1-3-28: Jae-Cheol Lee
	- Modified for S5PC110

	Modified Files:
		M	board/samsung/smdkc110/lowlevel_init.S
		M	board/samsung/smdkc110/smdkc110.c
		M	cpu/s5pc11x/hs_mmc.c
		M	cpu/s5pc11x/onenand.c
		M	cpu/s5pc11x/s5pc110/cpu_init.S
		M	cpu/s5pc11x/start.S
		M	include/configs/smdkc110.h
		M	include/s5pc110.h

dev-1-3-29: Jae-hun Jung
	- Modified for moviNAND booting for C100
	- Modified for detect moviNAND at booting time in NAND booting for
	C100.

	Modified Files:
		M       cpu/s5pc11x/hs_mmc.c

dev-1-3-30: Jae-hun Jung
	- Modified moviNAND no need movi init for C100 at movi write command.

	Modified Files:
		M       lib_arm/board.c

dev-1-3-31: Kyoungil Kim
	- Support USB Download(DNW) for s5pc110

	Modified Files:
		M       cpu/s5pc11x/usbd-otg-hs.c
		M       include/s5pc110.h

dev-1-3-32: Jae-Cheol Lee
	- Release(2009/07/22)

dev-1-3-33: Ohkyoung Kwon
	- Support OneNAND RFS for s5pc110

	Modified Files:
		M       Makefile
		M       board/samsung/smdkc110/smdkc110.c
		M       common/Makefile
		M       common/console.c
		M       common/env_common.c
		M       lib_arm/board.c
	Added Files:
		A       common/cmd_tfsr.c
		A       tfsr/Core/BML/FSR_BML_BBMCommon.c
		A       tfsr/Core/BML/FSR_BML_BBMCommon.h
		A       tfsr/Core/BML/FSR_BML_BBMMount.c
		A       tfsr/Core/BML/FSR_BML_BBMMount.h
		A       tfsr/Core/BML/FSR_BML_BIFCommon.c
		A       tfsr/Core/BML/FSR_BML_BIFCommon.h
		A       tfsr/Core/BML/FSR_BML_BadBlkMgr.h
		A       tfsr/Core/BML/FSR_BML_Config.h
		A       tfsr/Core/BML/FSR_BML_NonBlkMgr.h
		A       tfsr/Core/BML/FSR_BML_ROInterface.c
		A       tfsr/Core/BML/FSR_BML_Types.h
		A       tfsr/Inc/FSR.h
		A       tfsr/Inc/FSR_BML.h
		A       tfsr/Inc/FSR_DBG.h
		A       tfsr/Inc/FSR_LLD.h
		A       tfsr/Inc/FSR_LLD_4K_OneNAND.h
		A       tfsr/Inc/FSR_LLD_FlexOND.h
		A       tfsr/Inc/FSR_LLD_OneNAND.h
		A       tfsr/Inc/FSR_OAM.h
		A       tfsr/Inc/FSR_PAM.h
		A       tfsr/Inc/FSR_PartitionID.h
		A       tfsr/Inc/FSR_STL.h
		A       tfsr/LLD/FlexOND/FSR_LLD_FNDShared.c
		A       tfsr/LLD/FlexOND/FSR_LLD_FlexOND.c
		A       tfsr/LLD/OND/FSR_LLD_4K_ONDShared.c
		A       tfsr/LLD/OND/FSR_LLD_4K_OneNAND.c
		A       tfsr/LLD/OND/FSR_LLD_ONDShared.c
		A       tfsr/LLD/OND/FSR_LLD_OneNAND.c
		A       tfsr/LLD/OND/FSR_LLD_SWEcc.c
		A       tfsr/LLD/OND/FSR_LLD_SWEcc.h
		A       tfsr/Makefile
		A       tfsr/Misc/FSR_DBG_Stack.c
		A       tfsr/Misc/FSR_DBG_Zone.c
		A       tfsr/Misc/FSR_Version.c
		A       tfsr/OAM/OSLess/FSR_OAM_OSLess.c
		A       tfsr/PAM/s5pc110/FSR_PAM_Memcpy.c
		A       tfsr/PAM/s5pc110/FSR_PAM_asm.s
		A       tfsr/PAM/s5pc110/FSR_PAM_s5pc110.c
		A       tfsr/include/onenand.h
		A       tfsr/include/onenand_reg.h
		A       tfsr/include/tbml_common.h
		A       tfsr/include/tbml_interface.h
		A       tfsr/include/tbml_type.h
		A       tfsr/lib.map
		A       tfsr/u-boot_interface.c
		A       tfsr/u-boot_interface.h

dev-1-3-34: Jae-hun Jung
	- If PC value is exist RAM. Not change HCLK.

	Modified Files:
		M       cpu/s5pc1xx/start.S

dev-1-3-35: Kukjin Kim
	- Removed SRAM init for SMDKC110

	Modified Files:
		M	board/samsung/smdkc110/lowlevel_init.S

dev-1-3-36: Jae-hun Jung
	- Modified bootcmd address.
	- Modified boot sequence at SD/MMC booting time no init NAND.
	
	Modified Files:
		M       include/configs/smdkc100.h
		M       lib_arm/board.c

dev-1-3-37: Ohkyoung Kwon
	- Modified memory configuration for H-type

	Modified Files:
		M       cpu/s5pc11x/s5pc110/cpu_init.S
		M       include/configs/smdkc110.h
		M       tfsr/Makefile

dev-1-3-38: Jae-Cheol Lee
	- Changed debug port uart0->1 for smdkc110

	Modified Files:
		M	include/configs/smdkc110.h

dev-1-3-39: Jae-Hun Jung
	- Add saveenv for moviNAND, SD/MMC for C100.
	- saveenv support moviNAND & SD/MMC.

	Modified Files:
		M	common/env_auto.c

rel-1-4-0: Hyunwoong Kim
	- Official Release for s5pc110(2009.07.31)

dev-1-4-0: Hyunwoong KIm

dev-1-4-1: Jae-Hun Jung
	- Change wrong name.[dma_init => tzpc_init]
	- Change base address for DMA. [ELFIN_DMA_BASE]
	- C100, C110 

	Modified Files:
		M	board/samsung/smdkc100/lowlevel_init.S
		M       board/samsung/smdkc110/lowlevel_init.S
		M	include/s5pc100.h

dev-1-4-2: Jae-Hun Jung
	- Add Boot infomation for 6410.

	Modified Files:
		M	include/configs/smdk6410.h

dev-1-4-3: Jae-Hun Jung
	- Fixed side effect at 6410.

	Modified Files:
		M       lib_arm/board.c

dev-1-4-4: Jae-Hun Jung
	- Add to TZPC setting.

	Modified Files:
		M       board/samsung/smdkc110/lowlevel_init.S

dev-1-4-5: HyunWoong Kim
	- Added New Tag for s5pc110(2009.08.10)

dev-1-4-6: Jae-Hun Jung
	- Add for 6442 boot only using T32.

	Modified Files:
		M       Changelog_Samsung
		M       Makefile
		M       common/cmd_date.c
		M       common/cmd_usbd.c
		M       include/movi.h
		M       lib_arm/board.c
		M       mkconfig

	Added Files:
		A       include/s5p6442.h
		A       include/s5p644x.h
		A       cpu/s5p644x/Makefile
		A       cpu/s5p644x/ata.c
		A       cpu/s5p644x/ata.h
		A       cpu/s5p644x/cpu.c
		A       cpu/s5p644x/hs_mmc.c
		A       cpu/s5p644x/hs_mmc.h
		A       cpu/s5p644x/interrupts.c
		A       cpu/s5p644x/movi.c
		A       cpu/s5p644x/nand.c
		A       cpu/s5p644x/nand_cp.c
		A       cpu/s5p644x/onenand.c
		A       cpu/s5p644x/onenand_cp.c
		A       cpu/s5p644x/s5p6442/Makefile
		A       cpu/s5p644x/s5p6442/cpu_init.S
		A       cpu/s5p644x/s5p6442/speed.c
		A       cpu/s5p644x/serial.c
		A       cpu/s5p644x/start.S
		A       cpu/s5p644x/usb_ohci.c
		A       cpu/s5p644x/usb_ohci.h
		A       cpu/s5p644x/usbd-otg-hs.c
		A       cpu/s5p644x/usbd-otg-hs.h
		A       include/asm-arm/arch-s5p644x/hardware.h
		A       include/asm-arm/arch-s5p644x/memory.h
		A       include/configs/smdk6442.h
		A       board/samsung/smdk6442/Makefile
		A       board/samsung/smdk6442/flash.c
		A       board/samsung/smdk6442/lowlevel_init.S
		A       board/samsung/smdk6442/smdk6442.c
		A       board/samsung/smdk6442/smdk6442_val.h

dev-1-4-7: Jae-Hun Jung
	- Add missed file.

	Added Files:
		A	cpu/s5p644X/config.mk

dev-1-4-8: Kukjin Kim
	- Added TZPC definition for S5PC110
	- Removed config.mk files

	Modified Files:
		M	board/samsung/smdkc110/lowlevel_init.S
		M	include/s5pc110.h

	Removed Files:
		R	board/samsung/smdk2416/config.mk
		R	board/samsung/smdk2450/config.mk
		R	board/samsung/smdk6400/config.mk
		R	board/samsung/smdk6410/config.mk
		R	board/samsung/smdk6430/config.mk
		R	board/samsung/smdk6440/config.mk

dev-1-4-9: Changhwan Youn
	- Changed SD/MMC stack for S5PC100

	Modified Files:
		M       board/samsung/smdkc100/smdkc100.c
		M       common/Makefile
		M       common/cmd_mmc.c
		M       common/cmd_movi.c
		M       common/env_auto.c
		M       cpu/s5pc1xx/Makefile
		M       cpu/s5pc1xx/cpu.c
		M       cpu/s5pc1xx/movi.c
		M       cpu/s5pc1xx/s5pc100/speed.c
		M       cpu/s5pc1xx/start.S
		M       drivers/mmc/Makefile
		M       drivers/mmc/atmel_mci.c
		M       include/configs/smdkc100.h
		M       include/mmc.h
		M       include/movi.h
		M       include/s5pc100.h
		M       lib_arm/board.c
	
	Added Files:
		A       cpu/s5pc1xx/setup_hsmmc.c
		A       drivers/mmc/mmc.c
		A       drivers/mmc/s3c_hsmmc.c
		A       include/s3c_hsmmc.h

	Deleted Files:
		D       board/samsung/smdk6440/config.mk

dev-1-4-10: Jae-hun Jung
	- Changed board.c sequence.
	- Changed movi booting sequence.
	- Fixed mmu_table.
	
	Modified Files:
		M       board/samsung/smdk6442/lowlevel_init.S
		M       board/samsung/smdk6442/smdk6442.c
		M       include/configs/smdk6442.h
		M       lib_arm/board.c

dev-1-4-11 : Ohkyoung Kwon
	- Support onenand for S5P6442

	Added Files:
		A	tfsr/PAM/s5p6442/FSR_PAM_asm.s
		A	tfsr/PAM/s5p6442/FSR_PAM_Memcpy.c
		A	tfsr/PAM/s5p6442/FSR_PAM_s5p6442.c
	Modified Files:
		M       Makefile
		M       common/Makefile
		M       tfsr/Makefile
		M       tfsr/u-boot_interface.h

dev-1-4-12 : Jae-Cheol Lee
	- Support various clock speed on s5pc100

	Modified Files:
		M	include/configs/smdkc100.h
		M	board/samsung/smdkc100/lowlevel_init.S

dev-1-4-13: Changhwan Youn
	- Support SD/MMC booting for S5PC110

	Modified Files:
		M       board/samsung/smdkc110/lowlevel_init.S
		M       board/samsung/smdkc110/smdkc110.c
		M       common/cmd_movi.c
		M       cpu/s5pc11x/Makefile
		M       cpu/s5pc11x/cpu.c
		M       cpu/s5pc11x/movi.c
		M       cpu/s5pc11x/start.S
		M       cpu/s5pc1xx/movi.c
		M       include/configs/smdkc100.h
		M       include/configs/smdkc110.h
		M       include/mmc.h
		M       include/movi.h
		M       include/s5pc110.h

	Added Files:
		A       cpu/s5pc11x/setup_hsmmc.c

	Deleted Files:
		D       cpu/s5pc11x/hs_mmc.c
		D       cpu/s5pc11x/hs_mmc.h

dev-1-4-14: Changhwan Youn
	- Fix the address where u-boot gets SD/MMC block size for S5PC110

	Modified Files:
		M       cpu/s5pc11x/movi.c
		M	include/configs/smdkc110.h

dev-1-4-15: Thomas Abraham
	- Change USBPHY0 Reference clock frequency from 24MHz to 12Mhz for
	6442

	Modified Files:
		M	cpu/s5p644x/usbd-otg-hs.c

dev-1-4-16: Jae-hun Jung
	- Bug fix about lr, r12 at toolchain 4.4.1.

	Modified Files:
		M	board/samsung/smdk2416/lowlevel_init.S
		M	board/samsung/smdk2450/lowlevel_init.S
		M	board/samsung/smdk6400/lowlevel_init.S
		M	board/samsung/smdk6410/lowlevel_init.S
		M	board/samsung/smdk6430/lowlevel_init.S
		M	board/samsung/smdk6440/lowlevel_init.S
		M	board/samsung/smdk6442/lowlevel_init.S
		M	board/samsung/smdkc100/lowlevel_init.S
		M	board/samsung/smdkc110/lowlevel_init.S
		M	cpu/s3c24xx/start.S
		M	cpu/s3c44b0/start.S
		M	cpu/s3c64xx/start.S
		M	cpu/s5p644x/start.S
		M	cpu/s5p64xx/start.S
		M	cpu/s5pc11x/start.S
		M	cpu/s5pc1xx/start.S

dev-1-4-17: Changhwan Youn
	- Add MMC IO retention release

	Modified Files:
		M	include/s5pc110.h	

dev-1-4-18: Jae-hun Jung
	- Reverse dev-1-4-16.[stack area] 

	Modified Files:
		M	board/samsung/smdk2416/lowlevel_init.S
		M	board/samsung/smdk2450/lowlevel_init.S
		M	board/samsung/smdk6400/lowlevel_init.S
		M	board/samsung/smdk6410/lowlevel_init.S
		M	board/samsung/smdk6430/lowlevel_init.S
		M	board/samsung/smdk6440/lowlevel_init.S
		M	board/samsung/smdk6442/lowlevel_init.S
		M	board/samsung/smdkc110/lowlevel_init.S
		M	cpu/s3c24xx/start.S
		M	cpu/s3c44b0/start.S
		M	cpu/s3c64xx/start.S
		M	cpu/s5p644x/start.S
		M	cpu/s5pc11x/start.S

dev-1-4-19: Changhwan Youn
	- Bug fix : nandll_read_blocks()

	Modified Files:
		M	cpu/s5pc1xx/nand_cp.c	

dev-1-4-20: Jae-hun Jung
	- Add lowlevel_init for 6442 SD/MMC booting.
	
	Modified Files:
		M       board/samsung/smdk6442/lowlevel_init.S
		M       cpu/s5p644x/start.S
		M       include/s5p6442.h

dev-1-4-21: Changhwan Youn
	- Add SD/MMC definition to smdkc100_256.h
		
	Modified Files:
		M	include/configs/smdkc100.h
		M	include/configs/smdkc100_256.h

dev-1-4-22: Changhwan Youn
	- Support SD/MMC booting for S5P6442

	Modified Files:
		M       board/samsung/smdk6440/smdk6440.c
		M       board/samsung/smdk6442/lowlevel_init.S
		M       board/samsung/smdkc110/lowlevel_init.S
		M       cpu/s5p644x/Makefile
		M       cpu/s5p644x/cpu.c
		M       cpu/s5p644x/movi.c
		M       cpu/s5p644x/s5p6442/cpu_init.S
		M       cpu/s5p644x/start.S
		M       include/configs/smdk6442.h
		M       include/s5p6442.h

	Added Files:
		A       cpu/s5p644x/setup_hsmmc.c
	Deleted Files:
		D       cpu/s5p644x/hs_mmc.c
		D       cpu/s5p644x/hs_mmc.h

dev-1-4-23: Jae-hun Jung
	- Fixed SFR address for S5P6442.
	- Changed NAND read size for copy_to_ram.

	Modified Files:
		M       cpu/s3c24xx/nand_cp.c
		M       cpu/s3c64xx/nand_cp.c
		M       cpu/s5p644x/nand_cp.c
		M       cpu/s5p644x/s5p6442/cpu_init.S
		M       cpu/s5p64xx/nand_cp.c
		M       cpu/s5pc11x/nand_cp.c
		M       cpu/s5pc1xx/nand_cp.c
		M       include/configs/smdk6400.h
		M       include/configs/smdk6410.h
		M       include/configs/smdk6430.h
		M       include/configs/smdk6440.h
		M       include/configs/smdk6442.h
		M       include/configs/smdkc100.h
		M       include/configs/smdkc100_256.h
		M       include/configs/smdkc110.h
		M       include/s5p6442.h
		M       lib_arm/board.c

dev-1-4-24: Changhwan Youn
	- Modify system input clock frequency

	Modified Files:
		M	include/configs/smdk6442.h

dev-1-4-25: Jae-hun Jung
	- Add initialize DDR2 for 6440 new board.

	Modified Files:
		M       board/samsung/smdk6440/lowlevel_init.S
		M       cpu/s5p64xx/hs_mmc.c
		M       cpu/s5p64xx/s5p6440/cpu_init.S
		M       include/configs/smdk6440.h
		M       include/configs/smdk6442.h
dev-1-4-26: Changhwan Youn
	- Fix wrong initial clock frequency of SD/MMC

	Modified Files:
		M       cpu/s5p644x/interrupts.c
		M       cpu/s5p644x/setup_hsmmc.c
		M       cpu/s5pc11x/setup_hsmmc.c
		M       cpu/s5pc1xx/setup_hsmmc.c
		M       drivers/mmc/s3c_hsmmc.c
		M       include/configs/smdk6442.h
		M       include/s3c_hsmmc.h

dev-1-4-27: Jae-hun Jung
	- Add TZPC setting for uart DMA at C110.

	Modified Files:
		M       board/samsung/smdkc110/lowlevel_init.S
		M       include/s5pc110.h

dev-1-4-28: Changhwan Youn
	- Support SD/MMC boot with new stack for S5P6440

	Modified Files:
		M       board/samsung/smdk6440/lowlevel_init.S
		M       cpu/s5p64xx/Makefile
		M       cpu/s5p64xx/cpu.c
		M       cpu/s5p64xx/movi.c
		M       cpu/s5p64xx/s5p6440/speed.c
		M       include/configs/smdk6440.h

	Added Files:
		A       cpu/s5p64xx/setup_hsmmc.c

	Deleted Files:
		D       cpu/s5p64xx/hs_mmc.c
		D       cpu/s5p64xx/hs_mmc.h

dev-1-4-29: Jongpill Lee
	- Support Deep idle for s5pc110

	Modified Files:
		M       board/samsung/smdkc110/lowlevel_init.S

dev-1-4-30: Changhwan Youn
	- Fix SD/MMC driver loading fail problem when boot from SD/MMC

	Modified Files:
		M       cpu/s5p64xx/setup_hsmmc.c
		M       cpu/s5pc1xx/movi.c

dev-1-4-31: Changhwan Youn
	- Make setenv and saveenv command working on S5PC110

	Modified Files:
		M       common/env_auto.c
		M       lib_arm/board.c

dev-1-4-32: Jae-hun Jung
	- Modified TFTP function fot 6442.
	- Fixed setenv, saveenv at sd/mmc
	- Fixed udelay.

	Modified Files:
		M       board/samsung/smdk6442/smdk6442.c
		M       common/env_auto.c
		M       common/env_common.c
		M       common/main.c
		M       cpu/s5p644x/interrupts.c
		M       cpu/s5p64xx/interrupts.c
		M       cpu/s5pc11x/interrupts.c
		M       cpu/s5pc1xx/interrupts.c
		M       include/configs/smdk6440.h
		M       include/configs/smdk6442.h
		M       include/configs/smdkc100.h
		M       include/configs/smdkc110.h
		M       lib_arm/board.c

rel-1-4-1: Changhwan Youn
	- Official Release (2009.09.07)

dev-1-4-34: Jongpill Lee
	- Support tftp on smdkc110
	
	Modified Files:
		M       board/samsung/smdkc110/smdkc110.c
		M       include/configs/smdkc110.h

dev-1-4-35: Kisang Lee
	- SD/MMC : support SD/MMC booting for SMDK6410
	
	Modified Files:
		M       cpu/s3c64xx/Makefile
		M       cpu/s3c64xx/cpu.c
		M       cpu/s3c64xx/movi.c
		M       cpu/s3c64xx/s3c6410/speed.c
		M       include/configs/smdk6410.h
		M       include/s3c6410.h

	Added Files:
		D	cpu/s3c64xx/setup_hsmmc.c
dev-1-4-36: HyunWoong Kim
	- Added New Tag for s5pc100(2009.09.10)

rel-1-5-0 : Hyunwoong Kim
	- Official Release for s5pc110(2009.09.11)

dev-1-5-1 : Ohkyoung Kwon
	- Support AUDI controller DMA operation for S5PC110

	Modified Files:
		M       tfsr/Makefile
		M       tfsr/PAM/s5pc110/FSR_PAM_s5pc110.c
		M       tfsr/u-boot_interface.h
	
dev-1-5-2 : Hyuk Lee
	- Updated for supporting 4K page NAND on SMDK6410

	Modified Files:
		M       board/samsung/smdk6410/smdk6410.c
		M       common/env_auto.c
		M       cpu/s3c64xx/nand.c
		M       cpu/s3c64xx/nand_cp.c
		M       cpu/s3c64xx/start_irom.S
		M       drivers/mtd/nand/nand_base.c
		M       include/linux/mtd/nand.h

dev-1-5-3 : Jae-hun Jung
	- Bug fix at C100 compile ToolChain 4.4.1 version.
	- Add for B_type C110
	- Add for SINGLE_type C110 temporary version

	Modified Files:
		M	board/samsung/smdkc110/lowlevel_init.S
		M	cpu/s5pc11x/s5pc110/cpu_init.S
		M	cpu/s5pc11x/start.S
		M	cpu/s5pc1xx/nand_cp.c
		M	cpu/s5pc1xx/start.S
		M	drivers/mmc/s3c_hsmmc.c
		M	include/configs/smdkc110.h
		M	include/s5pc110.h
		M	lib_arm/board.c
		M	tfsr/Makefile

dev-1-5-4 : Jae-hun Jung
	- Remove Test code.

	Modified Files:
		M	board/samsung/smdkc110/lowlevel_init.S
			
dev-1-5-5 : Hyuk Lee
	- SMDK6410 4K page Bug fix for using jffs2

	Modified Files:
		M       drivers/mtd/nand/nand_util.c

dev-1-5-6 : Ohkyoung Kwon
	- Apply the RTM package of Memory division for OneNAND RFS
	  RFS_1.3.1_b067-LinuStoreIII_1.2.0_b026-FSR_1.2.0_b121_RTM

	Modified Files:
		M	tfsr/
		M	common/cmd_tsfr.c

dev-1-5-7 : Jae-hun Jung
	- Modified prompt display
	- Changed DRAM display
	- Added configuration smdkv210_config

	Modified Files:
		M	Makefile
		M	include/configs/smdkc110.h
		A	include/configs/smdkv210.h

dev-1-5-8 : Hyuk Lee
	- Bug fix in order to success compilation for 6440.  

	Modified Files:
		M       drivers/mtd/nand/nand_base.c

dev-1-5-9 : Hyuk Lee
	- Update clock & memory initialization values for MCP_C type.

	Modified Files:
		M       board/samsung/smdk6442/lowlevel_init.S
		M       cpu/s5p644x/s5p6442/cpu_init.S
		M       include/configs/smdk6442.h

dev-1-5-10 : Abhilash Kesavan
	- Add support for ide read/write for Vogue Board

	Modified Files:
		M	common/cmd_ide.c
		M	cpu/s5pc11x/Makefile
		M	include/configs/smdkv210.c
		M	include/s5pc11x.h
		M	lib_arm/board.c

	Added Files:
		A	cpu/s5pc11x/setup_ide.c
		A	include/vogue-ide.h

dev-1-5-11 : Changhwan Youn
	- SD/MMC : Add support for using whole channels of SD/MMC

	Modified Files:

		M       cpu/s5pc11x/cpu.c
		M       cpu/s5pc11x/setup_hsmmc.c
		M       drivers/mmc/mmc.c
		M       drivers/mmc/s3c_hsmmc.c
		M       include/configs/smdk6410.h
		M       include/configs/smdk6440.h
		M       include/configs/smdk6442.h
		M       include/configs/smdkc100.h
		M       include/configs/smdkc100_256.h
		M       include/configs/smdkc110.h
		M       include/configs/smdkv210.h

dev-1-5-12 : Jae-hun Jung
	- C110/V210 configuration change.
	
	Modified Files:
		M	Makefile
	Deleted Files:
		D	include/configs/smdkc110.h
		D	include/configs/smdkv210.h
	Added Files:
		A	include/configs/smdkc110ac.h
		A	include/configs/smdkv110h.h
		A	include/configs/smdkc110b.h
		A	include/configs/smdkv210single.h
		A	include/configs/smdkv210vogue.h

dev-1-5-13 : Jingoo Han
	- Add power-button for voguesv210
	
	Modified Files:
		M	cpu/s5pc11x/start.S

dev-1-5-14 : Jingoo Han
	- Modify power-button for voguesv210
	
	Modified Files:
		M	cpu/s5pc11x/start.S

dev-1-5-15 : Jae-Hun Jung
	- Modified NAND booting for S5PV210

	Modified Files:
		M	cpu/s5pc11x/nand.c
		M	cpu/s5pc11x/start.S
		M	include/s5pc110.h

dev-1-5-16 : Jae-Hun Jung
	- Added for nand 8 bit ECC at V210 [Only 2k page]

	Modified Files:
		M	cpu/s5pc11x/nand.c
		M	drivers/mtd/nand/nand_base.c

dev-1-5-17 : Jae-Hun Jung
	- Software reset BUG fix.

	Modified Files:
		M	cpu/s5pc11x/cpu.c

dev-1-5-18 : Justin Ohkyoung Kwon
	- move onenand type selection in tfsr/Makefile to PAM

	Modified Files:
		M	tfsr/Makefile
		M	tfsr/PAM/s5pc110/FSR_PAM_s5pc110.c
		M	tfsr/PAM/s5p6442/FSR_PAM_s5p6442.c

rel-1-6-0 : Hyunwoong Kim
	- Official Release for s3c6410(2009.11.03)

dev-1-6-1 : Jae-Hun Jung
	- NAND detect at SD/MMC booting.
	- ADD ARM&HCLK clock change define.

	M	include/configs/smdkv210single.h
	M	lib_arm/board.c

dev-1-6-2 : Jae-Hun Jung
	- Fixed DRV_Strength at V210 single type.

	M	include/cpu/s5pc11x/s5pc110/cpu_init.S

dev-1-7-0 : Hyuk Lee
	- update the 6440 DRAM configuration value for EVT1
	- add copy function address of movi nand for EVT1
	- Changed size of rootfs from 8MB to 12MB

	M       board/samsung/smdk6440/lowlevel_init.S
	M       cpu/s5p64xx/movi.c
	M       cpu/s5p64xx/s5p6440/cpu_init.S
	M       include/configs/smdk6440.h
	M       include/movi.h

dev-1-7-1 : Hyuk Lee
	- change bootcmd for supporting chaged size of rootfs

	M       include/configs/smdk6440.h

dev-1-7-2 : Jae-Hun Jung
	- Change OneDRAM CLK source[SCLK_ONEDRAM => HCLK_MSYS]

	M	board/samsung/smdkc110/lowlevel_init.S
	M	cpu/s5pc11x/s5pc110/cpu_init.S

dev-1-7-3 : Jae-Hun Jung
	- DLL off for DVFS.

	M	cpu/s5pc11x/s5pc110/cpu_init.S

dev-1-7-4 : Hyuk Lee
	- Add new configuration file for supporting 6442_MCP_C type board

	M       Makefile
	A       include/configs/smdk6442c.h

dev-1-7-5 : Jae-Hun Jung
	- Add stack for NOR booting at V210 single type.
	
	M	board/samsung/smdkc110/flash.c
	M	board/samsung/smdkc110/lowlevel_init.S
	M	board/samsung/smdkc110/u-boot.lds
	M	common/cmd_bootm.c
	M	common/cmd_flash.c
	M	common/cmd_mem.c
	M	common/env_auto.c
	M	common/env_common.c
	M	cpu/s5pc11x/start.S
	M	include/configs/smdkv210single.h
	M	include/configs/smdkv210vogue.h
	M	include/flash.h

dev-1-7-6 : Jae-Hun Jung
	- Add for EVT1 SD/MMC booting at S5PC110 & S5PV210

	M	common/cmd_ide.c
	M	common/cmd_movi.c
	M	cpu/s5pc11x/movi.c
	M	cpu/s5pc11x/start.S
	M	include/configs/smdkc110ac.h
	M	include/configs/smdkc110b.h
	M	include/configs/smdkc110h.h
	M	include/configs/smdkv210single.h
	M	include/configs/smdkv210vogue.h
	M	include/movi.h

dev-1-7-7 : Hyuk Lee
	- Support SMDK6442 EVT1 irom onenand booting

	M       board/samsung/smdk6442/lowlevel_init.S
	M       cpu/s5p644x/s5p6442/cpu_init.S
	M       cpu/s5p644x/start.S
	M       include/configs/smdk6442.h
	M       include/configs/smdk6442c.h

dev-1-7-8 : Hyuk Lee
	- add copy function address of nand for 6440 EVT1
	
	M       cpu/s5p64xx/nand_cp.c

dev-1-7-9 : Thomas Abraham
	- S5PV210: Updated NAND boot code for SMDKV210 EVT1

	This change updates the NAND boot functionality for SMDKV210 EVT1 board.
	Two changes have been made.

	1. For BL1, ECC is stored from 12th byte of spare area onwards.
	2. Added checksum function as NAND boot as required by IROM code.

	M	cpu/s5pc11x/nand.c
	M	cpu/s5pc11x/start.S
	M	drivers/mtd/nand/nand_base.c

rel-1-7-1 : Kyoungil Kim
	- Official Release for s5pc110(2010.01.25)

dev-1-7-10 : Hyuk Lee
	- Changed the DRAM setting for 6440 EVT0 (LPDDR)

	M       cpu/s5p64xx/s5p6440/cpu_init.S	

