Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | 65 | -635/+766 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | 2007-08-14 | 2 | -5/+7 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-14 | 62 | -680/+765 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge with /home/stefan/git/u-boot/zeus | Stefan Roese | 2007-08-14 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | ppc4xx: Add support for AMCC 405EP Taihu board | John Otken | 2007-07-26 | 1 | -0/+2 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | ppc4xx: Update AMCC Bamboo 440EP support | Eugene OBrien | 2007-07-31 | 1 | -5/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-arm | Wolfgang Denk | 2007-08-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add MACH_TYPE records for several AT91 boards. | Peter Pearse | 2007-08-14 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Fix initrd/dtb interaction | Andy Fleming | 2007-08-14 | 1 | -9/+14 | |
| |/ / / / / | ||||||
| * | | | | | Improve error print messages. | Gerald Van Baren | 2007-08-10 | 1 | -31/+21 | |
| * | | | | | fdt: allow for builds that don't want env and bd_t nodes | Kim Phillips | 2007-08-10 | 1 | -23/+15 | |
| * | | | | | fdt: do board setup based on fdt address specified on bootm line | Kim Phillips | 2007-08-10 | 1 | -1/+1 | |
| * | | | | | Call ft_board_setup() from the bootm command. | Gerald Van Baren | 2007-08-10 | 2 | -7/+4 | |
| * | | | | | Create new fdt boardsetup command, fix bug parsing [] form of set values. | Gerald Van Baren | 2007-08-10 | 2 | -25/+21 | |
| * | | | | | Tighten up the error messages. | Gerald Van Baren | 2007-08-10 | 1 | -22/+11 | |
| * | | | | | Asthetic improvements: error messages and line lengths. | Gerald Van Baren | 2007-08-10 | 1 | -65/+61 | |
| * | | | | | Fix fdt_chosen() to call ft_board_setup(), clean up long lines. | Gerald Van Baren | 2007-08-10 | 1 | -39/+74 | |
| * | | | | | For fdt_find_node_by_path(), handle the root path properly. | Gerald Van Baren | 2007-08-10 | 1 | -23/+12 | |
| * | | | | | Replace fdt_node_offset() with fdt_find_node_by_path(). | Gerald Van Baren | 2007-08-10 | 2 | -6/+6 | |
| * | | | | | Fix cmd_fdt line lengths, refactor code. | Gerald Van Baren | 2007-08-10 | 1 | -187/+239 | |
| * | | | | | FDT command improvements. | Gerald Van Baren | 2007-08-10 | 1 | -128/+143 | |
| * | | | | | Reorganize and fix problems (returns) in the bootm command. | Gerald Van Baren | 2007-08-10 | 1 | -66/+64 | |
| * | | | | | Fix bugs in the CONFIG_OF_LIBFDT | Gerald Van Baren | 2007-08-10 | 1 | -2/+2 | |
| * | | | | | Improve fdt move length handling. | Gerald Van Baren | 2007-08-10 | 1 | -6/+15 | |
| * | | | | | Minor code clean up. | Gerald Van Baren | 2007-08-10 | 1 | -0/+5 | |
| * | | | | | Improve error messages, more informative. | Gerald Van Baren | 2007-08-10 | 1 | -13/+14 | |
| * | | | | | [ARM] TI DaVinci support, hopefully final | Sergey Kubushyn | 2007-08-10 | 1 | -1/+14 | |
| * | | | | | Merge with git://www.denx.de/git/u-boot.git | Markus Klotzbuecher | 2007-08-07 | 64 | -417/+1197 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | 59 | -246/+250 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx | Wolfgang Denk | 2007-08-06 | 6 | -38/+113 | |
| | | |\ \ \ | ||||||
| | | | * \ \ | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | 59 | -246/+248 | |
| | | | |\ \ \ | | | | | |_|/ | | | | |/| | | ||||||
| | | * | | | | Add functions to list of exported functions | Martin Krause | 2007-08-06 | 1 | -0/+2 | |
| | | | |/ / | | | |/| | | ||||||
| | | * | | | Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup | Stefan Roese | 2007-07-11 | 2 | -4/+3 | |
| | | * | | | common/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | 35 | -67/+69 | |
| | | * | | | Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! | Jon Loeliger | 2007-07-09 | 1 | -3/+3 | |
| | | * | | | common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-08 | 12 | -19/+19 | |
| | | * | | | common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | 11 | -23/+22 | |
| | | * | | | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | 14 | -78/+60 | |
| | | * | | | common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | 22 | -63/+61 | |
| | | * | | | common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 13 | -15/+15 | |
| | | * | | | common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 25 | -71/+92 | |
| | | * | | | common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 21 | -50/+51 | |
| | * | | | | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | 7 | -150/+110 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Merge with /home/hs/Atronic/u-boot | Wolfgang Denk | 2007-07-09 | 6 | -38/+113 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | 6 | -38/+113 | |
| | | |/ | ||||||
| * | | | USB event poll support | Zhang Wei | 2007-06-06 | 1 | -1/+5 | |
* | | | | [NAND] Bad block skipping for command nboot | Thomas Knobloch | 2007-07-06 | 1 | -5/+32 | |
| |/ / |/| | | ||||||
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-07-03 | 3 | -7/+719 | |
|\ \ \ | ||||||
| * | | | Fix S-ATA support. | Mushtaq Khan | 2007-06-30 | 1 | -4/+4 | |
| * | | | Merge with /home/git/u-boot | Wolfgang Denk | 2007-05-17 | 2 | -1/+418 | |
| |\ \ \ |