summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | | | | | move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__Mike Frysinger2008-02-04-4/+5
| | * | | | | | | unify the Blackfin board targetsMike Frysinger2008-02-04-11/+10
| | * | | | | | | punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2008-02-04-12905/+58729
| | * | | | | | | always pull in asm/blackfin.h for Blackfin portsMike Frysinger2008-02-04-0/+3
| | * | | | | | | add missing __raw versions of Blackfin read/write io functionsMike Frysinger2008-02-04-0/+6
| | * | | | | | | add the default Blackfin logo used by Blackfin boards with splash screensMike Frysinger2008-02-04-0/+2377
| | * | | | | | | add some more Blackfin docsMike Frysinger2008-02-04-10/+62
| | * | | | | | | make smc91111_eeprom managment simpler by depending on the board configuratio...Mike Frysinger2008-02-04-5/+14
| | * | | | | | | fix building on Blackfin as the assembler supports the .set syntax, not the =...Mike Frysinger2008-02-04-1/+6
| | * | | | | | | add gitignores for Blackfin piecesMike Frysinger2008-02-04-0/+5
| | |/ / / / / /
| * | | | | | | sh: Fix register address of SH7722Nobuhiro Iwamatsu2008-02-14-6/+6
| * | | | | | | only update version header as neededMike Frysinger2008-02-14-1/+2
| * | | | | | | Do not specify a CROSS_COMPILE default when executing sizeMike Frysinger2008-02-14-1/+1
| * | | | | | | Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski2008-02-14-2/+2
| * | | | | | | 85xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi2008-02-14-2/+9
| * | | | | | | TQM834x: clean up configurationWolfgang Denk2008-02-14-22/+5
| * | | | | | | TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD2008-02-14-1/+1
| * | | | | | | Coding style cleanup; update CHANGELOG.Wolfgang Denk2008-02-14-5/+501
| * | | | | | | PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-14-23/+24
| * | | | | | | ARM: make the machid configurable via the environmentUwe Kleine-König2008-02-14-1/+9
| * | | | | | | Use #ifdef CONFIG_FSLDMAFECVlad Lungu2008-02-14-0/+6
| * | | | | | | common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi2008-02-14-22/+9
| * | | | | | | OneNAND Initial Program Loader (IPL) supportKyungmin Park2008-02-14-2/+698
| * | | | | | | Fix CONFIG_MMC usage in fat codeAndy Fleming2008-02-14-1/+1
| * | | | | | | ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-203/+73
| | |_|/ / / / | |/| | | | |
| * | | | | | NFS Timeout with large files.Hiroshi Ito2008-02-14-1/+6
| * | | | | | Add dependencies to avoid race conditions with parallel make.Johannes Stezenbach2008-02-14-3/+3
| * | | | | | Mark board_init_[fr] as noreturnMike Frysinger2008-02-14-2/+2
| * | | | | | Only use TEXT_BASE if defined by the boardMike Frysinger2008-02-14-2/+8
| * | | | | | Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-14-36/+26
| * | | | | | Add *~ to .gitignoreNiklaus Giger2008-02-14-0/+1
| * | | | | | Remove duplicate defines for ARRAY_SIZEKumar Gala2008-02-14-8/+2
| * | | | | | Fix incorrect address test in AT91F_DataflashSelect().Stelian Pop2008-02-14-1/+1
| * | | | | | Fix building of fdt_support.c if DEBUG setKumar Gala2008-02-13-3/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-02-12-5/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-02-12-5/+7
| | |\ \ \ \ \
| | | * | | | | TQM834x: enable DHCPJens Gehrlein2008-01-29-0/+1
| | | * | | | | TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 B...Jens Gehrlein2008-01-29-3/+3
| | | * | | | | Fix conditional compilation of mpx8xxx_spi driverBen Warren2008-01-29-2/+3
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-02-12-18/+23
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | API: Provide dummy halt() in the glue layer.Rafal Jaworowski2008-01-29-1/+6
| | * | | | | API: Convert conditional building to the new scheme.Rafal Jaworowski2008-01-29-17/+17
| | |/ / / /
| * | | | | Get rid of "#undef DEBUG" from board config files.Wolfgang Denk2008-02-12-61/+0
| * | | | | Remove #undef DEBUG from MPC83xx board header filesTimur Tabi2008-02-12-12/+0
| * | | | | QE: Move FDT support into a common fileKumar Gala2008-02-12-64/+99
* | | | | | [new uImage] Move kernel data find code to get_kernel() routineMarian Balakowicz2008-02-07-74/+107
* | | | | | [new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz2008-02-07-127/+158
* | | | | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-07-117/+189
* | | | | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-07-175/+171
* | | | | | [new uImage] Removed dead ramdisk code on microblaze architecturesMarian Balakowicz2008-02-07-5/+0