| Commit message (Expand) | Author | Age | Lines |
* | MPC5200: support setup without FEC | André Schwarz | 2008-03-25 | -0/+4 |
* | FSL: Move board/mpc8266ads under board/freescale | Jon Loeliger | 2008-03-25 | -1/+1 |
* | FSL: Move board/mpc7448hpc2 under board/freescale | Jon Loeliger | 2008-03-25 | -1/+1 |
* | FSL: Move board/mpc8260ads under board/freescale | Jon Loeliger | 2008-03-25 | -3/+3 |
* | net: Add support AX88796L ethernet device | goda.yusuke | 2008-03-25 | -0/+223 |
* | ne2000 driver: change #ifdef to Makefile conditional compilation | Wolfgang Denk | 2008-03-25 | -4/+1 |
* | net: Divided code of NE2000 ethernet driver | goda.yusuke | 2008-03-25 | -355/+456 |
* | net/Blackfin: move on-chip MAC driver into drivers/net/ | Mike Frysinger | 2008-03-25 | -104/+97 |
* | smc91111: use SSYNC() rather than asm(ssync) for Blackfin | Mike Frysinger | 2008-03-25 | -2/+2 |
* | 8xx: Update OF support on 8xx | Bryan O'Donoghue | 2008-03-25 | -13/+76 |
* | ppc: Allow boards to specify how much memory they can map | Kumar Gala | 2008-03-25 | -0/+11 |
* | 8xx : Add OF support to Adder875 board port - resubmit | Bryan O'Donoghue | 2008-03-25 | -0/+17 |
* | Add setexpr command | Kumar Gala | 2008-03-25 | -0/+72 |
* | lwmon5 SYSMON POST: fix backlight control | Yuri Tikhonov | 2008-03-25 | -1/+4 |
* | lwmon5 SYSMON POST: fix handling of negative temperatures | Yuri Tikhonov | 2008-03-25 | -24/+36 |
* | Merge branch 'master' of /home/wd/git/u-boot/master/ | Wolfgang Denk | 2008-03-25 | -229/+389 |
|\ |
|
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group | Wolfgang Denk | 2008-03-23 | -5/+16 |
| |\ |
|
| | * | TQM5200B: update MTD partition layout | Martin Krause | 2008-03-19 | -5/+16 |
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash | Wolfgang Denk | 2008-03-23 | -1/+44 |
| |\ \ |
|
| | * | | CFI: Small cleanup for FLASH_SHOW_PROGRESS | Stefan Roese | 2008-03-19 | -13/+9 |
| | * | | Flash programming progress countdown. | Jerry Van Baren | 2008-03-19 | -1/+48 |
| | |/ |
|
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-fdt | Wolfgang Denk | 2008-03-23 | -204/+305 |
| |\ \ |
|
| | * \ | Merge git://www.denx.de/git/u-boot into uboot | Gerald Van Baren | 2008-03-21 | -63/+1170 |
| | |\ \ |
|
| | * | | | libfdt: Remove no longer used code from fdt_node_offset_by_compatible() | David Gibson | 2008-03-18 | -11/+1 |
| | * | | | libfdt: Trivial cleanup for CHECK_HEADER) | David Gibson | 2008-03-18 | -17/+10 |
| | * | | | Fix fdt boardsetup command parsing | Kumar Gala | 2008-03-18 | -1/+2 |
| | * | | | Add sub-commands to fdt | Kumar Gala | 2008-03-18 | -1/+111 |
| | * | | | libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() | David Gibson | 2008-03-18 | -1/+1 |
| | * | | | libfdt: Add and use a node iteration helper function. | David Gibson | 2008-03-18 | -174/+131 |
| | * | | | libfdt: Add fdt_set_name() function | David Gibson | 2008-03-18 | -0/+50 |
| * | | | | Merge branch 'master' of /home/wd/git/u-boot/work | Wolfgang Denk | 2008-03-22 | -1/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | lwmon5 POST: remove unreachable code | Wolfgang Denk | 2008-03-20 | -19/+24 |
* | | | | | pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option | Nobuhiro Iwamatsu | 2008-03-23 | -3/+10 |
| |/ / /
|/| | | |
|
* | | | | LWMON5: fix dsPIC POST | Yuri Tikhonov | 2008-03-22 | -1/+2 |
|/ / / |
|
* | | | LWMON5: POST RTC fix | Yuri Tikhonov | 2008-03-20 | -45/+146 |
| |/
|/| |
|
* | | lwmon5: Fix register test logic to match the specific GDC h/w. | Yuri Tikhonov | 2008-03-18 | -6/+12 |
* | | Fix backlight in the lwmon5 POST. | Yuri Tikhonov | 2008-03-18 | -38/+29 |
* | | The patch introduces the alternative configuration of the log buffer for the ... | Yuri Tikhonov | 2008-03-18 | -6/+44 |
* | | Add support for the lwmon5 board reset via GPIO58. | Yuri Tikhonov | 2008-03-18 | -0/+7 |
* | | Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external wa... | Yuri Tikhonov | 2008-03-18 | -2/+6 |
* | | The patch introduces the CRITICAL feature of POST tests. If the test marked a... | Yuri Tikhonov | 2008-03-18 | -4/+37 |
* | | The patch adds new POST tests for the Lwmon5 board. These are: | Yuri Tikhonov | 2008-03-18 | -4/+926 |
* | | Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. | Yuri Tikhonov | 2008-03-18 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin | Wolfgang Denk | 2008-03-18 | -655/+187 |
|\ |
|
| * | Blackfin: BF537-stamp: drop board-specific flash driver for CFI | Mike Frysinger | 2008-03-15 | -531/+6 |
| * | Blackfin: add proper ELF markings to some assembly functions | Mike Frysinger | 2008-03-15 | -0/+12 |
| * | Blackfin: new cplbinfo command for viewing cplb tables | Mike Frysinger | 2008-03-15 | -0/+60 |
| * | Blackfin: update MAINTAINERS list | Mike Frysinger | 2008-03-15 | -0/+15 |
| * | Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU | Mike Frysinger | 2008-03-15 | -79/+29 |
| * | Blackfin: move bootldr command to common code | Mike Frysinger | 2008-03-15 | -45/+65 |