summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_CMD_PCI to KconfigSimon Glass2017-08-113-0/+8
* Convert CONFIG_CMD_PCA953X to KconfigSimon Glass2017-08-111-0/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-08-112-1/+2
|\
| * config: ls1012aqds: Enable USB EHCI support for ls1012aqdsRajesh Bhagat2017-08-091-0/+1
| * armv8/fsl-lsch2: correct the config description of DSPI clock dividerHou Zhiqiang2017-08-091-1/+1
* | Merge git://git.denx.de/u-boot-i2cTom Rini2017-08-102-1/+6
|\ \
| * | Convert CONFIG_SYS_I2C_OMAP24XX to KconfigAdam Ford2017-08-101-0/+5
| * | Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford2017-08-091-1/+1
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-082-66/+9
|\ \ \ | |/ / |/| |
| * | x86: acpi: Fix build error with certain configurationBin Meng2017-08-081-0/+1
| * | x86: Remove dead ISA related codesBin Meng2017-08-081-66/+8
| |/
* | configs: Finish migration of PHY_GIGETom Rini2017-08-081-1/+0
* | Move PHYLIB to KconfigAlexandru Gagniuc2017-08-072-6/+0
* | net: move Broadcom SF2 driver to KconfigSuji Velupillai2017-08-072-5/+4
|/
* stmf32f4: soc: fix buildman compilation errorPatrice Chotard2017-08-041-1/+3
* board: usb_a9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-041-0/+144
* board: ethernut5: Update to support DT and DMWenyou.Yang@microchip.com2017-08-042-0/+154
* board: pm9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-041-0/+2
* board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-043-2/+3
* board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-041-0/+1
* board: at91sam9263ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-042-1/+2
* board: at91sam9261ek: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-67/+298
* Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-08-0412-40/+299
|\
| * arm64: zynqmp: Make chip_id routine to handle based on el.Siva Durga Prasad Paladugu2017-08-021-0/+3
| * arm64: zynqmp: Make chip_id a global routine()Siva Durga Prasad Paladugu2017-08-021-0/+2
| * arm64: zynqmp: Modify chip_id routine to get either idcode or versionSiva Durga Prasad Paladugu2017-08-021-0/+14
| * arm64: zynqmp: Move dts zcu102 to zcu102-revAMichal Simek2017-08-023-3/+3
| * arm64: zynqmp: Dont write to system timestamp generatorSiva Durga Prasad Paladugu2017-08-021-9/+0
| * arm64: zynqmp: Add Kconfig option for adding psu_init to binaryMichal Simek2017-08-021-0/+5
| * arm64: zynqmp: Call psu_init from board_early_init_fMichal Simek2017-08-021-1/+1
| * arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuinesSiva Durga Prasad Paladugu2017-08-021-27/+36
| * arm64: zynqmp: Define a way to intialize TCMSiva Durga Prasad Paladugu2017-08-022-0/+22
| * arm64: zynqmp: Provide a Kconfig option to define OCM and TCM in MMUSiva Durga Prasad Paladugu2017-08-022-0/+14
| * zynq: Add Z-Turn boardAlexander Graf2017-08-022-0/+162
| * zynq: Add EFI runtime sections to linker scriptAlexander Graf2017-08-021-0/+29
| * arm: zynq: Label whole PL part as fpga_full regionMichal Simek2017-08-021-0/+8
* | PowerPC: mpc85xx: Update ft_verify_fdtTom Rini2017-08-031-2/+9
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-08-029-0/+4334
|\ \
| * | ARM: dts: rmobile: Import DTS from Linux 4.12Marek Vasut2017-08-037-0/+4326
| * | ARM: rmobile: ulcb: Add ULCB board supportMarek Vasut2017-08-031-0/+6
| * | ARM: rmobile: Add PFC PUEN bank 5 addressMarek Vasut2017-08-031-0/+2
* | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-08-024-16/+20
|\ \ \ | |/ / |/| |
| * | soc/fsl-layerscape: Update SVR number for LS2081A and LS2041ASantan Kumar2017-08-011-2/+2
| * | armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64Alison Wang2017-08-013-14/+18
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-0121-98/+153
|\ \ \
| * | | x86: Switch all boards to use DM SCSIBin Meng2017-08-017-0/+8
| * | | x86: Convert MMC to driver modelSimon Glass2017-08-015-43/+2
| * | | x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de2017-08-011-5/+0
| * | | x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-014-0/+4
| * | | x86: kconfig: Move USB to platform KconfigBin Meng2017-08-019-2/+17