summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
...
* | | | x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-13-8/+8
* | | | x86: Initialize i8254 timer counter 1Bin Meng2015-11-13-0/+10
* | | | x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2015-11-13-53/+52
* | | | x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng2015-11-13-16/+0
* | | | x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng2015-11-13-12/+10
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-12-634/+807
|\ \ \
| * | | ARM: tegra: note that p2371-2180 is Jetson TX1Stephen Warren2015-11-12-5/+5
| * | | ARM: tegra: rename GPU functionsAlexandre Courbot2015-11-12-8/+8
| * | | ARM: tegra: simplify GPU setupAlexandre Courbot2015-11-12-0/+20
| * | | ARM: tegra: remove vpr_configured() functionAlexandre Courbot2015-11-12-12/+1
| * | | ARM: tegra: error check Tegra210 XUSB padctl waitsStephen Warren2015-11-12-5/+20
| * | | ARM: tegra: add lane tables to Tegra210 XUSB padctlStephen Warren2015-11-12-6/+76
| * | | ARM: tegra: switch Tegra210 to common XUSB padctlStephen Warren2015-11-12-158/+16
| * | | ARM: tegra: parameterize common XUSB codeStephen Warren2015-11-12-82/+34
| * | | ARM: tegra: create common XUSB padctl driver fileStephen Warren2015-11-12-341/+414
| * | | ARM: tegra: clean up XUSB padctl error() callsStephen Warren2015-11-12-19/+14
| * | | ARM: tegra: rename dummy XUSB padctl implementationStephen Warren2015-11-12-1/+1
| * | | ARM: tegra: enable PCI support of p2371-2180Stephen Warren2015-11-12-0/+50
| * | | ARM: tegra: add PCI to Tegra210 SoC DTStephen Warren2015-11-12-0/+66
| * | | ARM: tegra210: implement PLLE init procedure from TRMStephen Warren2015-11-12-47/+132
| | |/ | |/|
* | | openrisc: updating build tools naming conventionGuillaume REMBERT2015-11-12-2/+2
* | | mpc83xx: Add strider boardDirk Eibach2015-11-12-0/+3
* | | driver: gpio: hikey: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2015-11-12-1/+1
|/ /
* | nios2: add 10m50 devboard supportThomas Chou2015-11-12-0/+267
* | nios2: add memcpy_fromio and memcpy_toioThomas Chou2015-11-12-0/+4
* | ARM: uniphier: drop UniPhier specific SMP codeMasahiro Yamada2015-11-11-61/+0
* | ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2Masahiro Yamada2015-11-11-0/+60
* | ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4Masahiro Yamada2015-11-11-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2015-11-10-12/+300
|\ \
| * | ARM: tegra: add custom MMU setup on ARMv8Stephen Warren2015-11-10-0/+132
| * | armv8: allow custom MMU setup routines on ARMv8Stephen Warren2015-11-10-1/+1
| * | armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORYStephen Warren2015-11-10-5/+6
| * | arm: stm32f4: fix a bug when a random sector gets erasedVadzim Dambrouski2015-11-10-0/+4
| * | arm: stm32f4: fix a bug when only first sector gets erasedVadzim Dambrouski2015-11-10-1/+1
| * | Revive OpenRD targetsAlbert ARIBAUD2015-11-10-0/+4
| * | kirkwood: support CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-10-0/+6
| * | arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-10-3/+142
| * | arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski2015-11-10-2/+2
| * | arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski2015-11-10-0/+2
* | | powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini2015-11-10-8/+0
* | | Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-10-26/+92
* | | mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definitionZhenhua Luo2015-11-09-4/+0
* | | Replace "extern inline" with "static inline"Måns Rullgård2015-11-09-132/+124
|/ /
* | ARM64: zynqmp: Sync zynq_sdhci_init() declarationMichal Simek2015-11-07-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2015-11-06-13/+17
|\ \
| * | nios2: fix cached mode in clearing the BSSThomas Chou2015-11-06-1/+1
| * | nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou2015-11-06-2/+1
| * | nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2015-11-06-4/+3
| * | nios2: remove the useless parenthesis in asm/io.hThomas Chou2015-11-06-4/+4
| * | nios2: fix map_physmem to do real cache mappingThomas Chou2015-11-06-3/+9