platform/kernel/u-boot.git
2008-02-14 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-blackfin
2008-02-14 Nobuhiro Iwamatsush: Fix register address of SH7722
2008-02-14 Mike Frysingeronly update version header as needed
2008-02-14 Mike FrysingerDo not specify a CROSS_COMPILE default when executing...
2008-02-14 Guennadi LiakhovetskiFix return value of mtest when CFG_ALT_MEMTEST set
2008-02-14 Timur Tabi85xx, 86xx: Determine I2C clock frequencies and store...
2008-02-14 Wolfgang DenkTQM834x: clean up configuration
2008-02-14 Jean-Christophe... TFTP: fix search of ':' in BootFile
2008-02-14 Wolfgang DenkCoding style cleanup; update CHANGELOG.
2008-02-14 Wolfgang DenkPPC: Use r2 instead of r29 as global data pointer
2008-02-14 Uwe Kleine... ARM: make the machid configurable via the environment
2008-02-14 Vlad LunguUse #ifdef CONFIG_FSLDMAFEC
2008-02-14 Shinya Kuribayashicommon/miiphyutil.c: Cleanup MII_DEBUG and debug()
2008-02-14 Kyungmin ParkOneNAND Initial Program Loader (IPL) support
2008-02-14 Andy FlemingFix CONFIG_MMC usage in fat code
2008-02-14 Rafal Jaworowskippc: Refactor cache routines, so there is only one...
2008-02-14 Jon LoeligerMerge commit 'wd/master'
2008-02-14 Jon Loeliger86xx: Fix compilation warning in sys_eprom.c
2008-02-14 Andy FlemingMerge branch 'denx'
2008-02-14 Stefan RoeseMerge branch 'for-1.3.2'
2008-02-14 Haavard SkinnemoenMove AT91RM9200DK board support under board/atmel
2008-02-14 Andreas EngelARM: cleanup duplicated exception handlingcode
2008-02-14 Timo TuunainenSupport for Artila M-501 starter kit
2008-02-14 Stelian PopAT91CAP9 support
2008-02-14 Stelian PopAT91CAP9 support : move board files to Atmel vendor...
2008-02-14 Stelian PopAT91CAP9 support : MACB changes
2008-02-14 Stelian PopAT91CAP9 support : board/ files
2008-02-14 Stelian PopAT91CAP9 support : cpu/ files
2008-02-14 Stelian PopAT91CAP9 support : include/ files
2008-02-14 Stelian PopAT91CAP9 support : build integration
2008-02-14 Stelian PopImprove DataFlash CS definition.
2008-02-14 Stelian PopFix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
2008-02-14 Peter PearseFix timer overflow in DaVinci
2008-02-14 Peter PearseUpdate board NetStar
2008-02-14 Niklaus Gigerppc4xx: HCU4/5. Fix make O=../xx
2008-02-14 Larry Johnsonppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali...
2008-02-14 Andy FlemingMerge branch 'denx'
2008-02-14 Hiroshi ItoNFS Timeout with large files.
2008-02-14 Johannes StezenbachAdd dependencies to avoid race conditions with parallel...
2008-02-14 Mike FrysingerMark board_init_[fr] as noreturn
2008-02-14 Mike FrysingerOnly use TEXT_BASE if defined by the board
2008-02-14 Jean-Christophe... Fix remaining CONFIG_COMMANDS
2008-02-13 Niklaus GigerAdd *~ to .gitignore
2008-02-13 Kumar GalaRemove duplicate defines for ARRAY_SIZE
2008-02-13 Stelian PopFix incorrect address test in AT91F_DataflashSelect().
2008-02-13 Kumar GalaFix building of fdt_support.c if DEBUG set
2008-02-13 Jon LoeligerAdd CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR...
2008-02-13 Jon LoeligerMerge commit 'wd/master'
2008-02-11 Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2008-02-11 Wolfgang DenkMerge branch 'master' of git://denx.de/git/u-boot-mpc83xx
2008-02-11 Wolfgang DenkMerge branch 'master' of /home/wd/git/u-boot/custodians
2008-02-11 Wolfgang DenkGet rid of "#undef DEBUG" from board config files.
2008-02-11 Timur TabiRemove #undef DEBUG from MPC83xx board header files
2008-02-11 Kumar GalaQE: Move FDT support into a common file
2008-02-07 Marian Balakowicz[new uImage] Move kernel data find code to get_kernel...
2008-02-07 Marian Balakowicz[new uImage] Cleanup FDT handling in PPC do_boot_linux()
2008-02-07 Marian Balakowicz[new uImage] Cleanup do_botm_linux() boot allocations
2008-02-07 Marian Balakowicz[new uImage] Move ramdisk loading to a common routine
2008-02-07 Marian Balakowicz[new uImage] Removed dead ramdisk code on microblaze...
2008-02-07 Marian Balakowicz[new uImage] Factor out common image_get_ramdisk()...
2008-02-07 Marian Balakowicz[new uImage] Move FDT error printing to common fdt_erro...
2008-02-07 Marian Balakowicz[new uImage] Factor out common routines for getting...
2008-02-07 Marian Balakowicz[new uImage] Remove standalone applications handling...
2008-02-07 Marian Balakowicz[new uImage] Remove OF_FLAT_TREE support from PPC bootm...
2008-02-07 Marian Balakowicz[new uImage] Use image API in SH do_bootm_linux() routine
2008-02-07 Marian Balakowicz[new uImage] Rename architecture specific bootm code...
2008-02-07 Marian Balakowicz[new uImage] Return error on image move/uncompress...
2008-02-07 Marian Balakowicz[new uImage] Cleanup image header pointer use in bootm...
2008-02-07 Marian Balakowicz[new uImage] Cleanup cmd_bootm.c
2008-02-07 Marian Balakowicz[new uImage] Add memmove_wd() common routine
2008-02-07 Marian Balakowicz[new uImage] Fix FDT header verification in PPC do_boot...
2008-02-07 Marian Balakowicz[new uImage] Fix uImage header pointer use in i386...
2008-02-07 Marian Balakowicz[new uImage] Remove I386 uImage fake_header() routine
2008-02-07 Marian Balakowicz[new uImage] Move CHUNKSZ definition to image.h
2008-02-07 Marian Balakowicz[new uImage] Move gunzip() common code to common/gunzip.c
2008-02-07 Marian Balakowicz[new uImage] Cleanup OF/FDT #if/#elif/#endif use in...
2008-02-07 Marian Balakowicz[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_l...
2008-02-07 Marian Balakowicz[new uImage] Define a API for image handling operations
2008-02-07 Marian BalakowiczAdd missing cmd_ximg.o to common/Makefile
2008-02-07 Grzegorz BernackiADS5121e: DDR2 init/timing update.
2008-02-07 John RigbyDevice tree updates
2008-02-07 John RigbyChange IPS freq to 66MHz
2008-02-06 Jean-Christophe... xsengine: rename board_post_init to board_late_init
2008-02-06 Larry JohnsonAdd attribute POST_PREREL to ECC memory POST
2008-02-05 Kumar GalaQE: Move FDT support into a common file
2008-02-05 Haavard SkinnemoenAVR32: Make SDRAM refresh rate configurable
2008-02-05 Haavard SkinnemoenATSTK1000: Fix potential flash programming bug
2008-02-05 Haavard SkinnemoenATSTK1004: Fix comment about default load address
2008-02-05 Haavard SkinnemoenATSTK1002: Use SDRAM + 4MB as default load address
2008-02-05 Haavard SkinnemoenATNGW100: Fix default mtest range
2008-02-05 Nobuhiro Iwamatsush: Fix register address of SH7722.
2008-02-05 Mike Frysingernew command for displaying strings at specified memory...
2008-02-05 Mike Frysingerrewrite/cleanup Blackfin RTC driver
2008-02-05 Mike Frysingergenerate u-boot.ldr for Blackfin targets
2008-02-05 Mike Frysingerscrub unused symbols
2008-02-05 Mike Frysingermove Blackfin cpu object list to respective cpu directories
2008-02-05 Mike Frysingerinterface to Blackfin on-chip One-Time-Programmable...
2008-02-05 Mike Frysingeradd support for memory commands with Blackfin L1 instru...
2008-02-05 Mike Frysingeruse C code rather than inline assembly
2008-02-05 Mike Frysingeradd Blackfin-specific reginfo command
next