aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2-3/+4
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng4-1/+9
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng2-10/+34
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng10-129/+70
2018-06-13x86: cougarcanyon2: Enable CPU driver and SMP supportBin Meng1-0/+33
2018-06-13x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodesBin Meng1-5/+0
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2-20/+0
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng1-1/+1
2018-06-13x86: cougarcanyon2: Update dts for SPI lock downBin Meng1-0/+2
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng1-0/+1
2018-06-13x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng1-1/+1
2018-06-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini5-35/+59
2018-06-12arm: mvebu: Add Helios4 Armada 38x initial supportDennis Gilmore4-0/+423
2018-06-11LS1012AFRWY: Add Secure Boot supportVinitha V Pillai1-0/+1
2018-06-11board: ls1012a: FRWY-LS1012A board supportBhaskar Upadhaya4-1/+58
2018-06-08board: Kconfig: Re-Arrangement of PPA firmware and header addressesBhaskar Upadhaya1-34/+0
2018-06-07ARM: orion5x: fix use of callee-saved registers in lowloevel_initMans Rullgard1-84/+84
2018-06-06Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-27/+2
2018-06-05mach-stm32: Enable SPL_RESET_SUPPORT flagPatrice Chotard1-0/+1
2018-06-05ARM: add SBx81LIFKW boardChris Packham2-0/+137
2018-06-05ARM: kirkwood: remove automatic I2C config if DM_I2C is enabledChris Packham1-1/+1
2018-06-05arm: kirkwood: lsxl: Add SPI driver model supportMichael Walle2-1/+4
2018-06-05arm: mvebu: switch clearfog to use device-tree i2c and gpioJon Nettleton1-0/+2
2018-06-05mvebu: a38x: Force receiver detected on PCIe lanesRabeeh Khoury2-0/+3
2018-06-04db410c: Added pre-relocation attribute to pinctrlRamon Fried1-0/+8
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini14-474/+228
2018-06-04board: sun50i: Add Amarula A64-Relic initial supportJagan Teki2-0/+66
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini1-1/+1
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass3-6/+0
2018-06-03efi: sandbox: Add required linker sectionsSimon Glass3-1/+42
2018-06-03sandbox: Add a setjmp() implementationSimon Glass3-0/+66
2018-06-03arm: armv7: allow unaligned memory accessHeinrich Schuchardt2-0/+26
2018-06-03efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt1-1/+11
2018-06-03efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt1-4/+16
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini8-0/+375
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini12-26/+234
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-18/+6
2018-06-01fpga: zynqmp: Add secure bitstream loading for ZynqMPSiva Durga Prasad Paladugu1-0/+6
2018-06-01ARM: dts: rmobile: Sync R8A77990 Ebisu DTS with LinuxMarek Vasut2-35/+213
2018-06-01ARM: renesas: Add R8A77990 E3 Ebisu boardMarek Vasut3-0/+25
2018-06-01ARM: dts: rmobile: Add Renesas Ebisu board supportTakeshi Kihara2-0/+38
2018-06-01ARM: dts: rmobile: Add Renesas R8A77990 SoC supportYoshihiro Shimoda1-0/+131
2018-06-01ARM: renesas: Add R8A77990 E3 SoC IDMarek Vasut3-0/+5
2018-05-31Merge tag 'arc-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini7-40/+120
2018-05-31ARC: Add support for EM Development Kit boardAlexey Brodkin3-0/+39
2018-05-31ARC: Use elf32-bigarc in case of -EBAlexey Brodkin1-1/+1
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin1-5/+9
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin1-1/+1
2018-05-31ARC: Move .ivt section to the very beginning of the imageAlexey Brodkin1-7/+8
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin1-22/+54