summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate omap24xx specific code from arm1136Sascha Hauer2008-04-1316-40/+96
* disable caches before booting an app for Blackfin appsMike Frysinger2008-04-132-20/+42
* ppc: Get rid of unused machine type definitionsWolfgang Denk2008-04-137-73/+0
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-1322-294/+2133
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-04-13115-148/+15461
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-04-132-30/+23
| |\
| | * cfi_flash: Support buffered writes on non-standard Spansion NOR flashGuennadi Liakhovetski2008-04-122-30/+23
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-135-6/+6
| |\ \
| | * | mpc83xx: Update DIMM data bus width test to support 40-bit widthLee Nipper2008-04-111-2/+2
| | * | mpc83xx: Fix the bug of serdes initializationDave Liu2008-04-111-1/+1
| | * | mpc83xx: Fix the SATA clock setting of 837x targetsDave Liu2008-04-112-2/+2
| | * | mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'Jean-Christophe PLAGNIOL-VILLARD2008-04-111-1/+1
| | |/
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-04-133-3/+7
| |\ \
| | * | 85xx: Fix detection of MP cpu spin upKumar Gala2008-04-111-1/+5
| | * | 85xx: Use SVR_SOC_VER instead of SVR_VERKumar Gala2008-04-112-2/+2
| | |/
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-04-134-27/+23
| |\ \
| | * | ppc4xx: Fix power mgt definitions for PPC440Eugene O'Brien2008-04-111-8/+1
| | * | ppc4xx: Update Kilauea defconfig to use device-tree booting as defaultStefan Roese2008-04-111-11/+16
| | * | ppc4xx: Fix Canyonlands default environment to work with new image supportStefan Roese2008-04-091-7/+5
| | * | ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese2008-04-091-1/+1
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk2008-04-1311-80/+890
| |\ \ \
| | * | | microblaze: Sort microblaze boards in MAKEALL scriptMichal Simek2008-04-081-1/+1
| | * | | microblaze: clean microblaze_config.mkMichal Simek2008-04-081-13/+3
| | * | | microblaze: xupv2p fix config file for supporting FDTMichal Simek2008-04-081-1/+5
| | * | | microblaze: ml401 fix config file for supporting FDTMichal Simek2008-04-081-5/+8
| | * | | microblaze: ml401 - add ifdef for GPIOMichal Simek2008-04-081-0/+2
| | * | | microblaze: clean uart16550 and uartlite handlingMichal Simek2008-04-084-8/+34
| | * | | microblaze: Add Emaclite driver to MakefileMichal Simek2008-04-081-0/+1
| | * | | microblaze: Add Emac driver to MakefileMichal Simek2008-04-081-0/+1
| | * | | microblaze: add Emac ethernet driverMichal Simek2008-04-081-0/+462
| | * | | microblaze: add Emaclite ethernet driverMichal Simek2008-04-081-0/+351
| | * | | microblaze: ML401 and XUPV2P remove emac and emaclite referenceMichal Simek2008-04-082-6/+18
| | * | | microblaze: remove old setting for emac driverMichal Simek2008-04-082-14/+2
| | * | | microblaze: Clean Makefile from ancient emac driverMichal Simek2008-04-082-32/+2
| | |/ /
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-sparcWolfgang Denk2008-04-1392-2/+14512
| |\ \ \ | | |_|/ | |/| |
| | * | SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 t...Daniel Hellstrom2008-04-087-1/+640
| | * | SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exch...Daniel Hellstrom2008-04-087-1/+673
| | * | SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Editio...Daniel Hellstrom2008-04-087-1/+648
| | * | SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. Se...Daniel Hellstrom2008-04-087-1/+633
| | * | SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design....Daniel Hellstrom2008-04-087-1/+613
| | * | SPARC: Added support for SPARC LEON2 SOC Processor.Daniel Hellstrom2008-04-0813-0/+2651
| | * | SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It ...Daniel Hellstrom2008-04-085-0/+314
| | * | SPARC: Added support for SPARC LEON3 SOC processor.Daniel Hellstrom2008-04-0818-1/+4792
| | * | SPARC: added SPARC support for new uimage in common code.Daniel Hellstrom2008-04-082-1/+5
| | * | SPARC: added SPARC board information to the command bdinfo.Daniel Hellstrom2008-04-081-0/+39
| | * | SPARC: Added generic support for SPARC architecture.Daniel Hellstrom2008-04-0836-1/+3510
| | |/
* | | LM73 bug fix for negative temperatures and cleanupLarry Johnson2008-04-131-30/+30
|/ /
* | Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:Wolfgang Denk2008-04-1158-4013/+199
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-04-085-218/+90
|\
| * MPC8xx: Fix libfdt support introduced in commit 77ff7b74Jean-Christophe PLAGNIOL-VILLARD2008-04-021-10/+23
OpenPOWER on IntegriCloud