summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 85xx/b4860: Add alternate serdes protocols for B4860/B4420Shaveta Leekha2014-12-051-0/+19
| * | | | powerpc/mpc85xx: modify erratum A007186Zhao Qiang2014-12-053-2/+28
| * | | | board/t104xrdb: Conditional workaround of errata A-008044Prabhakar Kushwaha2014-12-051-1/+2
| * | | | powerpc/mpc85xx:Put errata number for T104x NAND boot issuePrabhakar Kushwaha2014-12-052-1/+5
| * | | | mpc85xx/t2080: Fix parsing DDR ratio for new revisionYork Sun2014-12-051-3/+20
| * | | | powerpc/t2080: add serdes2 protocol 0x2eShengzhou Liu2014-12-051-0/+1
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-12-0810-22/+45
|\ \ \ \ \
| * | | | | arm: am33xx: Handle NAND+I2C boot-device the same way as NANDStefan Roese2014-12-042-2/+14
| * | | | | beagle_x15: add board support for Beagle x15Felipe Balbi2014-12-041-0/+4
| * | | | | arm: omap: add support for am57xx devicesFelipe Balbi2014-12-043-4/+4
| * | | | | arm: omap_common: expose tps659038 and dra7xx_dpllsFelipe Balbi2014-12-041-0/+3
| * | | | | arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weakFelipe Balbi2014-12-041-1/+1
| * | | | | arm: omap5: make hw_init_data weakFelipe Balbi2014-12-041-1/+1
| * | | | | arm: omap-common: emif: allow to map memory without interleavingFelipe Balbi2014-12-041-4/+5
| * | | | | arm: dra7xx: prcm: add missing registersFelipe Balbi2014-12-041-0/+3
| * | | | | arm: omap5: tps659038: rename regulator definesFelipe Balbi2014-12-042-10/+10
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2014-12-0817-107/+558
|\ \ \ \ \ \
| * | | | | | ARM: UniPhier: detect the number of flash banks at run-timeMasahiro Yamada2014-12-094-40/+108
| * | | | | | ARM: UniPhier: extend register area of init page table for PH1-sLD3Masahiro Yamada2014-12-091-1/+6
| * | | | | | ARM: UniPhier: add device tree sources for PH1-sLD3Masahiro Yamada2014-12-093-0/+186
| * | | | | | ARM: UniPhier: add more device nodes to device treeMasahiro Yamada2014-12-096-15/+220
| * | | | | | ARM: UniPhier: merge UniPhier config headers into a single fileMasahiro Yamada2014-12-081-3/+1
| * | | | | | ARM: UniPhier: move support card select to KconfigMasahiro Yamada2014-12-081-0/+23
| * | | | | | ARM: UniPhier: move CONFIG_UNIPHIER_SMP to KconfigMasahiro Yamada2014-12-081-0/+4
| * | | | | | ARM: UniPhier: use boot_is_swapped() macro for readabilityMasahiro Yamada2014-12-081-10/+10
| * | | | | | ARM: UniPhier: remove Denali NAND controller fixup codeMasahiro Yamada2014-12-071-38/+0
| | |_|/ / / | |/| | | |
* | | | | | blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada2014-12-081-2/+1
* | | | | | Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-087-8/+9
* | | | | | Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-0815-0/+148
* | | | | | powerpc: mpc8xx: remove hermes board supportMasahiro Yamada2014-12-083-18/+1
* | | | | | ARM: rpi: rename rpi_b to rpiStephen Warren2014-12-081-3/+3
* | | | | | ARM: rpi_b: detect board revisionStephen Warren2014-12-081-0/+33
|/ / / / /
* | | | | Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-12-042-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-262-1/+3
* | | | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-12-0147-116/+4623
|\ \ \ \ \
| * | | | | x86: dts: Add video information to the device treeSimon Glass2014-11-251-0/+13
| * | | | | x86: Add initial video device init for Intel GMASimon Glass2014-11-255-1/+927
| * | | | | x86: Add support for running option ROMs nativelySimon Glass2014-11-255-0/+946
| * | | | | x86: Add vesa mode configuration optionsSimon Glass2014-11-251-0/+149
| * | | | | x86: Add GDT descriptors for option ROMsSimon Glass2014-11-252-22/+18
| * | | | | x86: ivybridge: Add northbridge init functionsSimon Glass2014-11-255-1/+207
| * | | | | x86: Drop some msr functions that we don't supportSimon Glass2014-11-251-11/+0
| * | | | | x86: Add init for model 206AX CPUSimon Glass2014-11-255-0/+526
| * | | | | x86: Add LAPIC setup codeSimon Glass2014-11-254-2/+181
| * | | | | x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass2014-11-251-28/+0
| * | | | | x86: Refactor interrupt_init()Bin Meng2014-11-253-14/+23
| * | | | | x86: Remove cpu_init_r() for x86Bin Meng2014-11-252-8/+0
| * | | | | x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng2014-11-252-2/+3
| * | | | | x86: Add Intel speedstep and turbo mode codeSimon Glass2014-11-254-0/+219
| * | | | | x86: ivybridge: Set up XHCI USBSimon Glass2014-11-253-0/+34
OpenPOWER on IntegriCloud