| Commit message (Expand) | Author | Age | Lines |
* | arm: Use optimized memcpy and memset from linux | Matthias Weisser | 2011-04-27 | -0/+6 |
* | rtc, rv3029: add trickle charger support. | Heiko Schocher | 2011-04-26 | -0/+2 |
* | Merge branch 'misc' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2011-04-20 | -0/+4 |
|\ |
|
| * | crc32: make command optional | Mike Frysinger | 2011-04-13 | -0/+1 |
| * | make `go` optional | Mike Frysinger | 2011-04-13 | -0/+1 |
| * | env: make import/export optional | Mike Frysinger | 2011-04-13 | -0/+2 |
* | | x86: Rename i386 to x86 | Graeme Russ | 2011-04-13 | -1/+1 |
|/ |
|
* | Make STANDALONE_LOAD_ADDR configurable per board | Wolfgang Denk | 2011-04-12 | -0/+8 |
* | Blackfin: ldrinfo: new command | Mike Frysinger | 2011-04-08 | -0/+1 |
* | powerpc: clean up DIU macro definitions for Freescale reference boards | Timur Tabi | 2011-04-04 | -0/+22 |
* | mv: seperate kirkwood and armada from common setting | Lei Wen | 2011-02-21 | -0/+5 |
* | spi: add support SuperH SPI module | Yoshihiro Shimoda | 2011-02-02 | -0/+5 |
* | net: sh_eth: add cache handling | Yoshihiro Shimoda | 2011-02-02 | -0/+3 |
* | README: add description of sh_eth driver | Yoshihiro Shimoda | 2011-02-02 | -0/+9 |
* | Fix defines needed to enable command sha1sum | Alexander Holler | 2011-01-19 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-01-17 | -0/+18 |
|\ |
|
| * | powerpc/8xxx: Refactor SRIO initialization into common code | Kumar Gala | 2011-01-14 | -0/+18 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2011-01-17 | -0/+4 |
|\ \
| |/
|/| |
|
| * | pca953x: support 16-pin devices | Chris Packham | 2011-01-10 | -0/+4 |
* | | ftgmac100: support of gigabit eth ftgmac100 | Macpaul Lin | 2011-01-09 | -0/+12 |
|/ |
|
* | Coding Style (white space) cleanup | Wolfgang Denk | 2010-11-27 | -9/+9 |
* | Drop support for CONFIG_SKIP_RELOCATE_UBOOT | Wolfgang Denk | 2010-10-29 | -10/+8 |
* | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -5/+5 |
* | Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE | Wolfgang Denk | 2010-10-26 | -1/+1 |
* | boot: change some arch ifdefs to feature ifdefs | John Rigby | 2010-10-18 | -0/+13 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -1/+1 |
* | README: Add new NAND env features | Scott Wood | 2010-10-11 | -9/+23 |
* | PCU_E: remove code for yet another corpse | Wolfgang Denk | 2010-10-06 | -1/+1 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -19/+8 |
|\ |
|
| * | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese | 2010-09-23 | -12/+0 |
| * | ppc4xx: Remove now unused CONFIG_UART1_CONSOLE | Stefan Roese | 2010-09-23 | -7/+0 |
| * | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -0/+8 |
* | | README: Fix description of version numbering scheme | Thomas Weber | 2010-09-28 | -7/+11 |
|/ |
|
* | net ppc: fix ethernet device names with spaces | Heiko Schocher | 2010-08-09 | -4/+4 |
* | Rename getenv_r() into getenv_f() | Wolfgang Denk | 2010-08-04 | -1/+1 |
* | i2c: soft_i2c: add simple GPIO implementation | Mike Frysinger | 2010-07-22 | -0/+10 |
* | Prepare v2010-rc2v2010.06-rc2 | Wolfgang Denk | 2010-06-13 | -4/+4 |
* | nios: remove nios-32 arch | Thomas Chou | 2010-05-28 | -5/+2 |
* | nios2: fix r15 issue for gcc4 | Thomas Chou | 2010-05-28 | -0/+8 |
* | Program net device MAC addresses after initializing | Ben Warren | 2010-05-03 | -0/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2010-04-24 | -0/+11 |
|\ |
|
| * | fsl_i2c: Added a callpoint for i2c_board_late_init | Richard Retanubun | 2010-04-19 | -0/+11 |
* | | Move arch/ppc to arch/powerpc | Stefan Roese | 2010-04-21 | -8/+8 |
|/ |
|
* | Update README to reflect new directory structure | Peter Tyser | 2010-04-13 | -67/+91 |
* | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser | 2010-04-13 | -2/+2 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -1/+1 |
* | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | 2010-04-13 | -14/+14 |
* | video: cfb_console.c: add support for RLE8 bitmaps | Anatolij Gustschin | 2010-04-08 | -0/+6 |
* | TFTP: allow for adjustable retransmission timout | Wolfgang Denk | 2010-03-21 | -3/+16 |
* | new at91_emac network driver (NET_MULTI api) | Jens Scharsig | 2010-01-31 | -0/+10 |