summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: socfpga: Zap unused reset codeMarek Vasut2018-08-132-126/+0
| * | | ARM: socfpga: Zap all the UART handling complexityMarek Vasut2018-08-135-149/+0
| * | | ARM: socfpga: Enable DM I2C framework on A10Marek Vasut2018-08-131-0/+1
| * | | ARM: socfpga: Enable DM reset framework on A10Marek Vasut2018-08-131-0/+2
| * | | ARM: dts: socfpga: Add i2c alias to A10 SoCDKMarek Vasut2018-08-131-0/+1
| * | | ARM: dts: socfpga: Add missing I2C resetsMarek Vasut2018-08-131-0/+10
| * | | ARM: dts: socfpga: Fix Arria10 GMAC resetsMarek Vasut2018-08-131-4/+6
| * | | ARM: dts: socfpga: Add missing UART resetsMarek Vasut2018-08-131-0/+2
| * | | ARM: dts: socfpga: Flag reset manager on A10 as pre-relocMarek Vasut2018-08-131-0/+2
| * | | ARM: socfpga: Register the FPGA on A10 in SPL againMarek Vasut2018-08-131-0/+6
| * | | arm: socfpga: gen5: combine some init code for SPL and U-BootSimon Goldschmidt2018-08-133-39/+22
| * | | arm: socfpga: fix device trees to work with DM serialSimon Goldschmidt2018-08-1311-0/+52
| * | | arm: socfpga: cyclone5: handle debug uartSimon Goldschmidt2018-08-131-0/+6
| * | | arm: socfpga: spl_gen5: clean up malloc_base assignmentSimon Goldschmidt2018-08-131-3/+0
| * | | arm: socfpga: fix SPL on gen5 after moving to DM serialSimon Goldschmidt2018-08-131-0/+7
| |/ /
* | | configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini2018-08-164-6/+0
* | | CONFIG_SYS_GENERIC_BOARD: Finish migrationTom Rini2018-08-161-18/+0
* | | ARM: dts: stm32f4: Fix DT dtc warningsPatrick Delaunay2018-08-133-6/+0
* | | ARM: dts: stm32mp157: Add ADC DT nodePatrice Chotard2018-08-131-0/+32
* | | ARM: dts: stm32: remove cd-inverted for stm32f746-discoPatrice Chotard2018-08-131-2/+2
* | | ARM: dts: stm32: remove cd-inverted for stm32f769-discoPatrice Chotard2018-08-131-2/+2
* | | snapdragon: added MAC generation functionsRamon Fried2018-08-132-0/+17
* | | snapdragon: added msm_board_serial() funcRamon Fried2018-08-133-0/+50
* | | arm: bcm7445: Fix parallel make race conditionThomas Fitzsimmons2018-08-131-30/+0
* | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-08-1312-168/+453
|\ \ \
| * | | armv8: layerscape: Enable EHCI access for LS1012ARan Wang2018-08-102-0/+10
| * | | armv8: layerscape: move ns_dev[] define from h to c file.Ran Wang2018-08-102-164/+0
| * | | armv8: ls1046a: setup SEC ICIDs and fix up device treeLaurentiu Tudor2018-08-103-0/+47
| * | | armv8: ls1046a: setup fman ports ICIDs and device treeLaurentiu Tudor2018-08-103-0/+122
| * | | armv8: ls1046a: add icid setup for qman portalsLaurentiu Tudor2018-08-102-0/+40
| * | | armv8: ls1046a: initial icid setup supportLaurentiu Tudor2018-08-105-0/+225
| * | | armv8: fsl-layerscape: add missing debug stream IDLaurentiu Tudor2018-08-101-0/+1
| * | | misc: fsl_portals: setup QMAN_BAR{E} also on ARM platformsLaurentiu Tudor2018-08-101-2/+1
| * | | armv8: ls1046a: advertise QMan v3 in configurationLaurentiu Tudor2018-08-101-0/+1
| * | | armv8: fsl-layerscape: add missing register blocks base address definesLaurentiu Tudor2018-08-101-0/+4
| * | | arm: ls102xa: Fix RGMII phy-connection-type FDT fixupBrendan Shanks2018-08-071-2/+2
* | | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2018-08-111-0/+4
|\ \ \ \
| * | | | test: Add tests for misc uclassMario Six2018-08-111-0/+4
| | |/ / | |/| |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-08-113-0/+88
|\ \ \ \ | |/ / / |/| | |
| * | | sandbox: Add and build AXI bus and deviceMario Six2018-08-112-0/+22
| * | | axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-111-0/+66
| | |/ | |/|
* | | snapdragon: Add DRAM detection & FDT fixupRamon Fried2018-08-103-0/+111
* | | stm32mp1: add gpio led supportPatrick Delaunay2018-08-101-0/+24
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-101-0/+4
|\ \ \ | |/ / |/| |
| * | usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo2018-08-081-0/+1
| * | usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo2018-08-081-0/+3
* | | Merge git://git.denx.de/u-boot-dmTom Rini2018-08-092-2/+51
|\ \ \
| * | | test: dm: pci: Add cases for finding PCI capability APIsBin Meng2018-08-081-0/+8
| * | | test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng2018-08-081-0/+18
| * | | sandbox: Update test.dts for dynamic PCI device driver matchingBin Meng2018-08-081-14/+2