]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
16 years agoadded PLATFORM_CPPFLAGS u-boot-1_1_6-2007_10_09
lothar [Tue, 9 Oct 2007 11:17:55 +0000 (11:17 +0000)]
added PLATFORM_CPPFLAGS

16 years agoadd variable UBOOT_VERSION
lothar [Tue, 9 Oct 2007 11:17:34 +0000 (11:17 +0000)]
add variable UBOOT_VERSION
either call 'sh MAKEALL' or make "$@" to prevent unnecessary reconfiguration on each compile

16 years agorenamed DEBUG() macro to MTD_DEBUG to prevent name clash
lothar [Tue, 9 Oct 2007 11:06:26 +0000 (11:06 +0000)]
renamed DEBUG() macro to MTD_DEBUG to prevent name clash

16 years agodefine dummy cramfs_* functions when CFG_FS_CRAMFS is not defined
lothar [Tue, 9 Oct 2007 11:06:01 +0000 (11:06 +0000)]
define dummy cramfs_* functions when CFG_FS_CRAMFS is not defined

16 years agoremoved obsolete #if 0 code
lothar [Tue, 9 Oct 2007 11:05:19 +0000 (11:05 +0000)]
removed obsolete #if 0 code
fomatting improvements
set default boot command to 'run bootce'
enabled AUTOBOOT_KEYED to prevent locking out of U-Boot when bootdelay is set to 0
removed bogus CONFIG_NEW_NAND_CODE (use the inverse CONFIG_NAND_LEGACY instead)
added comment to unused NAND_TIMING_* definitions

16 years agoadded definition of AVCR and SVCR (PXA320)
lothar [Tue, 9 Oct 2007 10:57:55 +0000 (10:57 +0000)]
added definition of AVCR and SVCR (PXA320)
added definition of proper PVCR bits for PXA320
added CKEN*_RSRVD definition for all bits that are 'write one' in CKEN registers for PXA320

16 years agorenamed DEBUG() macro to MTD_DEBUG to prevent name clash
lothar [Tue, 9 Oct 2007 10:54:18 +0000 (10:54 +0000)]
renamed DEBUG() macro to MTD_DEBUG to prevent name clash

16 years agoenable voltage change on power mode and frequency changes to prevent hangup after...
lothar [Tue, 9 Oct 2007 10:53:26 +0000 (10:53 +0000)]
enable voltage change on power mode and frequency changes to prevent hangup after reset with changed core voltage
removed useless #ifdef CFG_CPUSPEED (CFG_CPUSPEED is required to be defined at this place anyway)

16 years agodisabled PLATFORM_CPPFLAGS to be able to set then in board/*/config.mk
lothar [Tue, 9 Oct 2007 10:50:26 +0000 (10:50 +0000)]
disabled PLATFORM_CPPFLAGS to be able to set then in board/*/config.mk
(PLATFORM-Flags should be set in PLATFORM specific code anyway)

16 years agoremoved extern declaration for cramfs functions
lothar [Tue, 9 Oct 2007 10:47:05 +0000 (10:47 +0000)]
removed extern declaration for cramfs functions
removed CFG_FS_CRAMFS ifdefs
(use properly defined cramfs function macros instead)

16 years agofixed MSC value for Davicom chip
lothar [Tue, 9 Oct 2007 10:45:44 +0000 (10:45 +0000)]
fixed MSC value for Davicom chip
added PUTC and PROGRESS macros
removed useless (always zero) constant in MFPR table
eliminated use of r12 (prevent trashing saved lr of caller)
added workaround for MP-5454 (clear EMPI SCLK)
extensive reformatting
set UP2OCR_HSOE

16 years agoremoved CROSS_COMPILE default
lothar [Tue, 9 Oct 2007 10:28:15 +0000 (10:28 +0000)]
removed CROSS_COMPILE default

16 years agoadded || exit to bail out of script in case of make errors
lothar [Tue, 9 Oct 2007 10:27:43 +0000 (10:27 +0000)]
added || exit to bail out of script in case of make errors

16 years agochanged Lubbock to Ka-Ro
lothar [Thu, 13 Sep 2007 09:29:48 +0000 (09:29 +0000)]
changed Lubbock to Ka-Ro
added reset cause message
fixed copyright header

16 years agoremoved bogus constant CONFIG_NEW_NAND_CODE (use existing CONFIG_NAND_LEGACY instead)
lothar [Thu, 13 Sep 2007 09:28:54 +0000 (09:28 +0000)]
removed bogus constant CONFIG_NEW_NAND_CODE (use existing CONFIG_NAND_LEGACY instead)
renamed delta_* to triton320_*
removed unused code
fixed copyright header
always set column address to '0' on partial write
removed bogus get_delta() function

16 years agoimported KARO specific modifications
lothar [Tue, 22 May 2007 16:58:11 +0000 (16:58 +0000)]
imported KARO specific modifications

17 years agoInitial revision
lothar [Fri, 9 Mar 2007 09:43:07 +0000 (09:43 +0000)]
Initial revision