aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_ARP_TIMEOUT to KconfigTom Rini2022-03-1882-51/+61
* Convert CONFIG_A008044_WORKAROUND to KconfigTom Rini2022-03-183-10/+7
* Convert CONFIG_A003399_NOR_WORKAROUND to KconfigTom Rini2022-03-183-10/+7
* Convert CONFIG_ARMV8_SWITCH_TO_EL1 to KconfigTom Rini2022-03-183-4/+6
* Convert CONFIG_ARMV7_SECURE_BASE et al to KconfigTom Rini2022-03-1824-54/+41
* configs: Re-run migrationsTom Rini2022-03-1814-56/+15
* Revert "efi: Allow easy selection of serial-only operation"Tom Rini2022-03-181-25/+0
* sunxi: Do not define CONFIG_SPL_STACK_ADDR_RTom Rini2022-03-181-11/+0
* CI: Fix unmigrated symbol testTom Rini2022-03-182-2/+2
* Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini2022-03-1647-124/+2410
|\
| * arm64: zynqmp: Add pinctrl emmc description to SM-K26Michal Simek2022-03-161-0/+20
| * arm64: zynqmp: Fix i2c addresses for zynqmp-p-a2197Michal Simek2022-03-141-4/+4
| * pinctrl: zynqmp: Add pinctrl driverAshok Reddy Soma2022-03-145-0/+699
| * pinctrl: Increase length of pinmux status bufferAshok Reddy Soma2022-03-141-1/+1
| * cmd: test: pinmux: Do not check all empty spacesMichal Simek2022-03-141-4/+4
| * net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek2022-03-096-0/+97
| * net: phy: Remove static return type for phy_device_create()Michal Simek2022-03-092-3/+16
| * net: phy: Add new read ethernet phy id functionMichal Simek2022-03-092-0/+49
| * MAINTAINERS: Remove duplicated entry for ehci-zynq.cMichal Simek2022-03-091-1/+0
| * arm64: zynqmp: add support for zcu106 rev1.0Neal Frager2022-03-094-1/+860
| * i2c: i2c-cdns: Prevent early termination of writeSai Pavan Boddu2022-03-091-4/+6
| * i2c: i2c-cdns: Fix write transaction stateSai Pavan Boddu2022-03-091-0/+6
| * i2c: i2c-cdns: Start read transaction after write to transfer_size regSai Pavan Boddu2022-03-091-1/+1
| * dma: xilinx: Add Display Port DMA driverMichal Simek2022-03-093-0/+51
| * video: Add skeleton driver for ZynqMP Display port driverMichal Simek2022-03-093-0/+75
| * mmc: zynq_sdhci: Add support for dynamic configurationAshok Reddy Soma2022-03-091-2/+99
| * lib: div64: Add support for round up of div64_u64Ashok Reddy Soma2022-03-091-0/+3
| * firmware: zynqmp: Add support for set sd config and is function supportedAshok Reddy Soma2022-03-092-0/+57
| * firmware: zynqmp: Add and update firmware enumsAshok Reddy Soma2022-03-091-0/+23
| * arm64: zynqmp: Fix level of gpio reset for usb on kv260 boardsMichal Simek2022-03-072-2/+2
| * arm64: zynqmp: Enable DP driver for SOMsMichal Simek2022-03-072-1/+5
| * arm64: zynqmp: Switch to ethernet-phy-id in kv260Michal Simek2022-03-072-4/+8
| * arm64: zynqmp: Use assigned-clock-rates for setting up clock in SOMMichal Simek2022-03-074-0/+10
| * arm64: zynqmp: Setup clock for DP and DPDMAMichal Simek2022-03-073-0/+8
| * arm64: zynqmp: Move usb hub from i2c to usb nodeMichal Simek2022-03-071-5/+8
| * microblaze: Do not place u-boot to reserved memory locationMichal Simek2022-03-072-0/+23
| * power: zynqmp: Use zynqmp_pmufw_node() from firmwareMichal Simek2022-03-071-24/+5
| * gpio: slg7xl45106: Add support for slg7xl45106 i2c gpo expanderT Karthik Reddy2022-03-074-0/+125
| * mmc: zynq_sdhci: Enable card detect workaround for ZynqMPAshok Reddy Soma2022-03-071-1/+1
| * mmc: zynq_sdhci: Change granularity of timeout to 1usAshok Reddy Soma2022-03-071-2/+2
| * mmc: zynq_sdhci: Fix timeout issueAshok Reddy Soma2022-03-071-1/+2
| * ARM: dts: zynq: add NAND flash controller nodeMichael Walle2022-03-073-29/+32
| * mtd: nand: Update driver to match new DT bindingMichal Simek2022-03-071-3/+6
| * dm: pinctrl: Use explicit values for enumsAshok Reddy Soma2022-03-071-24/+24
| * Revert "board: zynqmp: Fix for wrong AMS setting by ROM"T Karthik Reddy2022-03-071-6/+0
| * fru: ops: Add support to read mac addresses from multirecordAshok Reddy Soma2022-03-073-0/+69
| * xilinx: common: Optimise updating ethaddr from eepromAshok Reddy Soma2022-03-071-1/+1
| * fru: ops: Return error from checksum if data is all zero'sAshok Reddy Soma2022-03-071-0/+8
| * fru: ops: Clear fru table before storing dataAshok Reddy Soma2022-03-071-1/+1
* | Merge branch '2022-03-15-add-erofs-support' into nextTom Rini2022-03-1628-218/+3272
|\ \