dev-0-0-1: swlee create new combine uboot for s3c24x0 - test ipaddres host:192.168.0.10, target:192.168.0.20 gw:192.168.0.1 dev-0-0-2: swlee - Add USB Device to S3C24A0A dev-0-0-4: swlee - Bug fixed : saveevn of S3C2440A dev-0-0-5: swlee - Bug fixed : cs8900 (eth_halt) of S3C2440A dev-0-0-6: swlee - Update USB Device for S3C24A0A Now using only one command (ud) - made directory "utils" which contains (Host-side usb driver dev-0-0-7: swlee - Add USB Device for S3C2440A dev-0-0-8: swlee - Adding JTAG Booting for S3C24A0A, S3C2440A - change ud command ud [address] dev-0-0-9: rock - Modified start.S files for APM dev-0-0-10: swlee - Supporting 16Bit NAND Flash for S3C24A0A - new command "nandE" added. - add configs/smdk24a0nand.h all nand configuration set in that file. dev-0-0-11: swlee - S3C244A0 Bug Fixed misspelled error dev-0-1-0 : swlee - Inserting 16Bit NAND to S3C2440A - Add nandE command dev-0-1-1 : swlee - Correct 8Bit NAND Write - Trace32 Setup Testing for 8Bit NAND Memory Write dev-0-1-2 : swlee - kingFish uboot supported dev-0-1-3: shaju - uart0 and uart1 are initialised - added initialisation in cpu/arm926ejs/start.S dev-0-1-4: shaju & pannaga - added support for smdk2460 dev-0-1-5: mshwang - Change clock for KINGFISH CPU clock : 405MHz -> 406MHz Clock DIV : 1:4:8 -> 1:3:6 dev-0-1-6: swlee - Add "POSEIDON" for S3C24A0-based smartphone board dev-0-1-7: swlee - Add 533Mhz in smdk2440 board dev-0-1-8: shaju -Added support for DNW and fixed USB issue dev-0-1-9: swlee -Fixed bug in check_eof dev-0-1-10: shaju -Fixed bug in arm920t/usb-ctl.c when using dd command -Added fix for the last packet loss problem for dd dev-0-1-11: yongkal - Modified files - to support yaffs - common/cmd_nand_s3c24a0a.c - cpu/arm926ejf/nand_cp.c - include/configs/smdk24a0nand.h dev-0-1-12: rahul - Modified start.S for proper UPLL configuration dev-0-1-13: rahul - Modified nand flash files for 2440a to support YAFFS - common/cmd_nand_s3c2440a.c - include/configs/smdk2440nand.h dev-0-1-14: rahul - Modified utils/README file(Install Guide For s3c24x0_uboot_dev 's usb device) dev-0-1-15: rahul - Removed compilation error. - Modified cpu/arm926ejs/smdk.h - Merged all the changes and created a new tag from dev-0-1-12/dev-0-1-13/dev-0-1-14 dev-0-1-16: - Make new tag dev-0-1-17: rollback to dev-0-1-16 dev-0-1-18 rock - Modified cpu/arm920t/start.S for S3C2440 APM add the sleep_setting entry to set self-refresh and sleep mode dev-0-1-19 - Panna Patch Applied Files Modified cpu/arm926ejs/start_2460.S cpu/arm926ejs/smdk.h dev-0-2-0 swlee - added FOX, FOXHOUND dev-0-2-1 swlee : - S3C2440A (SMDK2440 for both 1.0 and 0.19) added MAX1718 routine in smdk2440.c dev-0-2-2 shaju : - OREIAS support added - fixed the fifo error while downloading using ud -cpu/arm926ejs/usb_ep0.c dev-0-2-3 shaju : - DISCONTIGUOUS memory support added -cpu/arm926ejs/usb_recv.c -common/cmd_nand_s3c24a0a.c dev-0-2-4 swlee: - S3C2440 added "S3C2440_PLL_OFF" in order to run CPU without PLL dev-0-2-5 bhushan: - S3C2460 added support for choosing uart 0 or 1 or 2 in u-boot. added support for > 32MB download through tftp dev-0-2-6 kailas: - S3C2440 ~/cpu/arm920t/start.S code related to WakeupStart (Max1718 Voltage Setup) added this code while supporting AC97 with DPM dev-0-2-7 Laputa: - S3C2440 for initial burning the uboot JTAG image. ~/cpu/arm920t/start.S checked the JTAG option if JTAG initial boot select , skip the 'memset' which is memory configuration set loop. else general boot. dev-0-2-8 SW.LEE - added S3C2442 Configuration (Internal 32Mybte SDRAM + External 32Byte SDRAM + External 64Mbyte SMC) ? board/smdk2442 ? cpu/arm920t/start_2442.S ? include/configs/smdk2442.h ? include/configs/smdk2442_config M Makefile,v M cpu/arm920t/Makefile,v dev-0-2-9 BJ.LEE : - S3C2460 Modified PLL setting sequence, SROM controller, cs8900 base address for S3C2460A M cpu/arm926ejs/regs.h M cpu/arm926ejs/start_2460.S M drivers/cs8900.c M include/configs/smdk2460.h dev-0-2-10 SW.LEE - modify S3C2442 Configuration Changed TEXT_BASE from 0x33f800000 to 0x33e00000 default MAX1718 is from 1.30 to 1.35 Memory BANKSIZE register is from 32 to 30 Uboot base = Memory address + SDRAM SIZE - UBOOT_SIZE dev-0-2-11 SW.LEE - modify S3C2440 Configuration Changed TEXT_BASE from 0x33f800000 to 0x33e00000 dev-0-2-12 SW.LEE - modify cmd_nand_s3c2440a.c added NF_CLEAR_RB into NF_WriteOob() dev-0-3-1 SW.LEE - added supporting for S3C2442 advanced NAND flash specially, added "cpu/arm920t/nand_cp_2442.c" board/smdk2442/config.mk board/smdk2442/smdk2442.c common/Makefile cpu/arm920t/Makefile cpu/arm920t/nand_cp_2442.c cpu/arm920t/start_2442.S include/s3c2440.h include/linux/mtd/nand.h in bootimg time, nand_cp_2442.c automatically detect Advanced NAND flash or not dev-0-3-2 SW.LEE - fixed bug in normal NAND flash for S3C2442 dev-0-3-3 Fangdb.Jack - added supporting for S3C2410 specially, added "common/cmd_nand_s3c2410.c" added "include/config.h" added "include/config.mk" modified files: Makefile mkconfig board/smdk2410/config.mk board/smdk2410/flash.c board/smdk2410/memsetup.S board/smdk2410/smdk2410.c board/smdk2410/u-boot.lds board/smdk2410/ common/Makefile common/env_flash.c cpu/arm920t/Makefile cpu/arm920t/interrupt.c cpu/arm920t/memory.h cpu/arm920t/serial.c cpu/arm920t/nand_cp.c cpu/arm920t/speed.c drivers/cs8900.c include/s3c2410.h include/s3c24x0.h include/configs/s3c2410.h include/configs/s3c2410nand.h dev-0-3-4 Fangdb.Jack updated cpu/arm920t/Makefile for bug fixed to smdk2442_config. dev-0-3-5 Ryu,Eui-Youl -support kingfish3 reference board -modify files Makefile include/configs/kingfish3.h cpu/arm920t/start_2442.S cpu/arm920t/Makefile cpu/arm920t/memory.h -add directory board/kingfish3 dev-0-3-6 BJ.LEE - S3C2460A 496PKG version - DEINSITY bit should be set 1 for 256/512/1Gbit due to 496PKG bug. modified cpu/arm926ejs/start_2460.S - Support usb device for discontiguous memory modified cpu/arm926ejs/usb_recv.c - fixed bug for u-boot area setting modified include/asm-arm/arch-arm926ejs/s3c2460.h dev-0-3-7 Kim, Yong-Hun - Added Support for SMDK2413(S3C2413X 289PKG) Not supported USB by S3C2413. dev-0-3-8 Kim, Yong-Hun - Add 'bbcheck' command for S3C2413 0 ~ input block size, default is 4096 FILE : common/cmd_nand_s3c2413.c dev-0-3-9 Kim, Yong-Hun - Fixed bug in normal NAND flash for S3C24A0 dev-0-3-10 Kim, Yong-Hun - Fixed bug in Machine ID for S3C2440, S3C2442, S3C24A0, S3C2460, S3C2413 FILE : include/smdk2440.h, smdk2442.h, smdk24a0.h, smdk2460.h, smdk2413.h dev-0-3-11 Kim, Yong-Hun - Modified S3C2413 start source making easy to modify FILE : cpu/arm926/start_2413.S, smdk.h, regs.h incluce/asm/arch/s3c2413.h, include/configs/smdk2413.h Add FILE : cpu/arm926/smdk2413.h, regs_2413.h dev-0-3-12 Kim, Yong-Hun - Changd start code of S3C2413 that can support both mobileSDRAM and mobileDDRAM dev-0-3-13 Kim, Yong-Hun - Fixed bug typegraphical error in start code of S3C2413 dev-0-3-14 Ryu, Eui-Youl - Modified text_base address of smdk2442 from 0x31e00000 to 0x33e00000 File : ./board/smdk2442/config.mk ./board/smdk2442/u-boot.lds dev-0-3-15 Ryu, Eui-Youl - Change the CPU clock for kingfish3 to 271Mhz dev-0-3-16 Kim, Yong-Hun - Fixed bug S3C2413 header file FILE : cpu/arm926/smdk2413.h include/asm-arm/arch-arm926ejs/s3c2413.h dev-0-3-17 Jassi - Settings in UPLLCON, CLKDIVN etc for USB-Device dev-0-3-18 Ryu, Eui-Youl - Modified the memsetup.S of smdk2442 to support NFS file system. dev-0-3-19 BJ.LEE - Modified following files for SMDK2460 416PKG working. You must modify smdk2460.h config.mk and u-boot.lds for smdk2460 416pkg version. DRAM base address is 0x2000_0000 in 416pkg board. The defualt is 496pkg and DDR dram. Files : M board/smdk2460/config.mk M board/smdk2460/smdk2460.c M board/smdk2460/u-boot.lds M common/cmd_nand_s3c2460.c M cpu/arm926ejs/start_2460.S M cpu/arm926ejs/usb_recv.c M include/asm-arm/arch-arm926ejs/s3c2460.h M include/configs/smdk2460.h M net/tftp.c dev-0-3-20 Naushad - Modified common/cmd_nand_s3c2442.c for using the oob column address of 2048, instead of Zero, in NF_Write_Oob function. dev-0-3-21 BJ.LEE - Modified memory configuration setting and text_base address for smdk2460 Note : The SDRAM bus width of smdk2460 416pkg is 32bit. M board/smdk2460/config.mk M board/smdk2460/u-boot.lds M cpu/arm926ejs/start_2460.S dev-0-3-22 Naushad - Added Software and hardware ECC implementation for smdk2442. - Yaffs2 oob placing is handled for smdk2442. Files added : common/nand_ecc.c include/linux/mtd/nand_ecc.h Files Modified : common/Makefile common/cmd_nand_s3c2440a.c common/cmd_nand_s3c2442.c include/configs/smdk2440nand.h include/configs/smdk2413.h include/linux/mtd/nand.h dev-0-3-23 Naushad - Enabled bad block checking, fixed addressing of Large Page Nand Bad block checking. Files Modified : common/cmd_nand_s3c2442.c dev-0-3-24 Ryu Euiyoul - Modified the memory configuration and etc. for kingfish3, s3c2442 ref. board. M board/kingfish3/config.mk M board/kingfish3/memsetup.S M board/kingfish3/smdk2442.c M board/kingfish3/u-boot.lds M cpu/arm920t/memory.h M cpu/arm920t/start_2442.S M include/configs/kingfish3.h dev-0-3-25 Naushad - Added support for Large Page nand in 2413. - Support for different sized nand flashes in 2413. Files added : cpu/arm926ejs/nand_cp_2413.c Files Modified : board/smdk2413/smdk2413.h common/cmd_nand_s3c2413.c common/env_flash.c cpu/arm926ejs/Makefile include/configs/start_2413.S include/configs/smdk2413nand.h include/linux/mtd/nand.h dev-0-3-26 Kim, Yong-Hun - Suport S3C2411 so modified memory, UART, cs8900 and configuration. File : cpu/arm926ejs/smdk2413.h include/configs/smdk2413.h driver/cs8900.c To complie for s3c2411 umcomment next two line in configuration file. 41 //#define CONFIG_S3C2411 1 /* in a SAMSUNG S3C2411 SoC */ 42 //#define CONFIG_S3C2411_SMDK 1 /* on a SAMSUNG SMDK2411 Board */