summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang2010-08-177-29/+44
* Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-08-042-0/+73
|\
| * S5P: support mmc driverMinkyu Kang2010-08-032-0/+73
* | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-08-0324-96/+570
|\ \
| * | cmd_usage(): simplify return code handlingWolfgang Denk2010-07-244-26/+9
| * | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2010-07-246-5/+341
| |\ \
| | * | ppc4xx: Add ECC status info to machine-check exception for IBM DDR2 coreStefan Roese2010-07-231-0/+16
| | * | ppc4xx: Add "ecctest" command to test/simulate ECC errorsStefan Roese2010-07-232-0/+287
| | * | ppc4xx: DDR/ECC: Use correct macros to clear error statusStefan Roese2010-07-232-1/+22
| | * | ppc4xx: Only define DDR2 registers for the correct PowerPC variantsStefan Roese2010-07-231-4/+4
| | * | ppc4xx: Add CONFIG_DDR_RFDC_FIXED to allow board specific RFDC valuesStefan Roese2010-07-231-0/+12
| * | | powerpc/85xx: Rework P1022 SERDES is_serdes_configured supportKumar Gala2010-07-211-11/+27
| * | | powerpc/85xx: Rework MPC8536 SERDES is_serdes_configured supportKumar Gala2010-07-213-40/+39
| * | | powerpc/p3041: Add various p3041 related definesKumar Gala2010-07-204-0/+7
| * | | powerpc/p5020: Add various p5020 related defines (and p5010)Kumar Gala2010-07-204-0/+11
| * | | powerpc/mpc85xx: Report FMAN # to match user manualEmil Medve2010-07-201-1/+1
| * | | powerpc/p4080: Add setting of clock-frequency for clockgen nodeKumar Gala2010-07-201-0/+5
| * | | powerpc/85xx: Use fdt_node_offset_by_compat_reg for clock-frequency updatesKumar Gala2010-07-201-8/+11
| * | | powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala2010-07-201-3/+81
| * | | powerpc/86xx: Move PCI/PCIe address defines into common immap_86xx.hKumar Gala2010-07-201-0/+17
| * | | powerpc/85xx: Move PCI/PCIe address defines into common immap_85xx.hKumar Gala2010-07-201-0/+20
| |/ /
| * | Drop support for GTH boardWolfgang Denk2010-07-171-2/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-07-165-1/+96
|\ \ \ | |/ / |/| |
| * | ARMV7: Add basic gpmc initialization for OMAP4Steve Sakoman2010-07-155-1/+96
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2010-07-1632-516/+751
|\ \ \
| * | | powerpc/85xx: Move p1022ds slot code into board fileKumar Gala2010-07-162-70/+0
| * | | powerpc/85xx: Add command to report errata workaroundsKumar Gala2010-07-162-0/+52
| * | | powerpc: add support for the Freescale P1022DS reference boardTimur Tabi2010-07-163-0/+169
| * | | fsl: add LAW target to fsl_pci_info structureTimur Tabi2010-07-161-8/+11
| * | | powerpc/85xx: Add support for link stack & STAC on e5500Kumar Gala2010-07-161-1/+3
| * | | powerpc/85xx: Add recognition of e5500 coreKumar Gala2010-07-161-10/+18
| * | | powerpc 83xx/85xx: Merge lbc upmconfig codeBecky Bruce2010-07-164-127/+53
| * | | mpc85xx: Add reginfo commandBecky Bruce2010-07-161-0/+13
| * | | drivers/misc/fsl_law.c: Rearrange code to avoid duplicationBecky Bruce2010-07-161-0/+1
| * | | mpc85xx: Add print_tlbcam() functionBecky Bruce2010-07-162-0/+21
| * | | mpc85xx: tlb.c cleanupsBecky Bruce2010-07-162-26/+25
| * | | 83xx/85xx/86xx: LBC register cleanupBecky Bruce2010-07-1618-339/+196
| * | | powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtbKumar Gala2010-07-166-7/+50
| * | | mpc8xxx: Remove cpu-handles for cpus we deleteKumar Gala2010-07-161-6/+30
| * | | powerpc/8xxx: Add base support for the SEC4Kim Phillips2010-07-163-1/+47
| * | | powerpc/8xxx: Distinguish between incompatible SEC h/w typesKim Phillips2010-07-162-3/+10
| * | | fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.cKim Phillips2010-07-162-3/+137
* | | | Merge branch 'master' of git://git.denx.de/u-boot-pxaWolfgang Denk2010-07-154-7/+451
|\ \ \ \
| * | | | PXA: Add support for LMS285GF05 into pxafbMarek Vasut2010-07-141-0/+34
| * | | | Voipac PXA270 LCD SupportMarek Vasut2010-07-141-0/+33
| * | | | PXA: Add OneNAND booting support to start.SMarek Vasut2010-07-141-5/+43
| * | | | PXA: Add PWM2 and PWM3 regs to pxa-regs.hMarek Vasut2010-07-141-1/+9
| * | | | PXA: Add hardware init helper macrosMarek Vasut2010-07-141-0/+324
| * | | | Enable PXAFB for PXA27X and PXA3XXMarek Vasut2010-07-141-1/+8
| |/ / /
* | | | Merge branch 'master' of ../masterWolfgang Denk2010-07-1546-229/+4355
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
OpenPOWER on IntegriCloud