Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin | Wolfgang Denk | 2008-02-15 | -13133/+61692 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | new command for displaying strings at specified memory locations | Mike Frysinger | 2008-02-04 | -0/+50 | |
| * | | | | | | | rewrite/cleanup Blackfin RTC driver | Mike Frysinger | 2008-02-04 | -158/+118 | |
| * | | | | | | | generate u-boot.ldr for Blackfin targets | Mike Frysinger | 2008-02-04 | -0/+22 | |
| * | | | | | | | scrub unused symbols | Mike Frysinger | 2008-02-04 | -19/+0 | |
| * | | | | | | | move Blackfin cpu object list to respective cpu directories | Mike Frysinger | 2008-02-04 | -18/+6 | |
| * | | | | | | | interface to Blackfin on-chip One-Time-Programmable memory | Mike Frysinger | 2008-02-04 | -0/+164 | |
| * | | | | | | | add support for memory commands with Blackfin L1 instruction memory | Mike Frysinger | 2008-02-04 | -3/+48 | |
| * | | | | | | | use C code rather than inline assembly | Mike Frysinger | 2008-02-04 | -11/+8 | |
| * | | | | | | | add Blackfin-specific reginfo command | Mike Frysinger | 2008-02-04 | -4/+41 | |
| * | | | | | | | add support for Blackfin symbol prefixes to examples | Mike Frysinger | 2008-02-04 | -2/+4 | |
| * | | | | | | | add Blackfin-specific bdinfo command | Mike Frysinger | 2008-02-04 | -0/+31 | |
| * | | | | | | | move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__ | Mike Frysinger | 2008-02-04 | -4/+5 | |
| * | | | | | | | unify the Blackfin board targets | Mike Frysinger | 2008-02-04 | -11/+10 | |
| * | | | | | | | punt Blackfin VDSP headers and import sanitized/auto-generated ones | Mike Frysinger | 2008-02-04 | -12905/+58729 | |
| * | | | | | | | always pull in asm/blackfin.h for Blackfin ports | Mike Frysinger | 2008-02-04 | -0/+3 | |
| * | | | | | | | add missing __raw versions of Blackfin read/write io functions | Mike Frysinger | 2008-02-04 | -0/+6 | |
| * | | | | | | | add the default Blackfin logo used by Blackfin boards with splash screens | Mike Frysinger | 2008-02-04 | -0/+2377 | |
| * | | | | | | | add some more Blackfin docs | Mike Frysinger | 2008-02-04 | -10/+62 | |
| * | | | | | | | make smc91111_eeprom managment simpler by depending on the board configuratio... | Mike Frysinger | 2008-02-04 | -5/+14 | |
| * | | | | | | | fix building on Blackfin as the assembler supports the .set syntax, not the =... | Mike Frysinger | 2008-02-04 | -1/+6 | |
| * | | | | | | | add gitignores for Blackfin pieces | Mike Frysinger | 2008-02-04 | -0/+5 | |
| |/ / / / / / | |||||
* | | | | | | | sh: Fix register address of SH7722 | Nobuhiro Iwamatsu | 2008-02-14 | -6/+6 | |
* | | | | | | | only update version header as needed | Mike Frysinger | 2008-02-14 | -1/+2 | |
* | | | | | | | Do not specify a CROSS_COMPILE default when executing size | Mike Frysinger | 2008-02-14 | -1/+1 | |
* | | | | | | | Fix return value of mtest when CFG_ALT_MEMTEST set | Guennadi Liakhovetski | 2008-02-14 | -2/+2 | |
* | | | | | | | 85xx, 86xx: Determine I2C clock frequencies and store in global_data | Timur Tabi | 2008-02-14 | -2/+9 | |
* | | | | | | | TQM834x: clean up configuration | Wolfgang Denk | 2008-02-14 | -22/+5 | |
* | | | | | | | TFTP: fix search of ':' in BootFile | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-14 | -1/+1 | |
* | | | | | | | Coding style cleanup; update CHANGELOG. | Wolfgang Denk | 2008-02-14 | -5/+501 | |
* | | | | | | | PPC: Use r2 instead of r29 as global data pointer | Wolfgang Denk | 2008-02-14 | -23/+24 | |
* | | | | | | | ARM: make the machid configurable via the environment | Uwe Kleine-König | 2008-02-14 | -1/+9 | |
* | | | | | | | Use #ifdef CONFIG_FSLDMAFEC | Vlad Lungu | 2008-02-14 | -0/+6 | |
* | | | | | | | common/miiphyutil.c: Cleanup MII_DEBUG and debug() | Shinya Kuribayashi | 2008-02-14 | -22/+9 | |
* | | | | | | | OneNAND Initial Program Loader (IPL) support | Kyungmin Park | 2008-02-14 | -2/+698 | |
* | | | | | | | Fix CONFIG_MMC usage in fat code | Andy Fleming | 2008-02-14 | -1/+1 | |
* | | | | | | | ppc: Refactor cache routines, so there is only one common set. | Rafal Jaworowski | 2008-02-14 | -203/+73 | |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | NFS Timeout with large files. | Hiroshi Ito | 2008-02-14 | -1/+6 | |
* | | | | | | Add dependencies to avoid race conditions with parallel make. | Johannes Stezenbach | 2008-02-14 | -3/+3 | |
* | | | | | | Mark board_init_[fr] as noreturn | Mike Frysinger | 2008-02-14 | -2/+2 | |
* | | | | | | Only use TEXT_BASE if defined by the board | Mike Frysinger | 2008-02-14 | -2/+8 | |
* | | | | | | Fix remaining CONFIG_COMMANDS | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-14 | -36/+26 | |
* | | | | | | Add *~ to .gitignore | Niklaus Giger | 2008-02-14 | -0/+1 | |
* | | | | | | Remove duplicate defines for ARRAY_SIZE | Kumar Gala | 2008-02-14 | -8/+2 | |
* | | | | | | Fix incorrect address test in AT91F_DataflashSelect(). | Stelian Pop | 2008-02-14 | -1/+1 | |
* | | | | | | Fix building of fdt_support.c if DEBUG set | Kumar Gala | 2008-02-13 | -3/+3 | |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-02-12 | -5/+7 | |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx | Wolfgang Denk | 2008-02-12 | -5/+7 | |
| |\ \ \ \ \ | |||||
| | * | | | | | TQM834x: enable DHCP | Jens Gehrlein | 2008-01-29 | -0/+1 | |
| | * | | | | | TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 B... | Jens Gehrlein | 2008-01-29 | -3/+3 |