summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | pinctrl: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+6
| * | simple-pm-bus: Use -ENOSYS for checking missing system callSimon Glass2021-04-061-2/+2
| * | clk: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+4
| * | clk: Update drivers to use -EINVALSimon Glass2021-04-069-17/+17
| * | tlv_eeprom: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-3/+3
| * | spi: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
| * | usb: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
| * | dm: core: Use -ENOSPC in acpi_get_path()Simon Glass2021-04-061-1/+1
| * | dm: core: Document the common error codesSimon Glass2021-04-061-0/+133
| * | patman: Continue on if warnings are found outside a commitSimon Glass2021-04-061-2/+2
| * | dtc: Update the build rule for pylibfdtSimon Glass2021-04-061-0/+1
| |/
* | Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians...WIP/05Apr2021Tom Rini2021-04-0526-327/+1135
|\ \ | |/ |/|
| * board: dts: rockchip: Add NanoPi M4BAlexandre Vicenzi2021-03-306-0/+128
| * arm64: rk3399: Add support NanoPi R4sXiaobo Tian2021-03-305-0/+223
| * odroid-go2: fix default FDT file pathRoger Pau Monné2021-03-301-1/+1
| * odroid-go2: do not disable EFIRoger Pau Monné2021-03-301-1/+0
| * rockchip: rk3399-puma: Increase environment size to 16 kiB.Christoph Muellner2021-03-301-1/+1
| * rockchip: rk3399-puma: Restore correct VDD_LOG supply.Christoph Muellner2021-03-301-0/+12
| * rockchip: rk3399: rock960: explicitly disable SPI flashPeter Robinson2021-03-301-0/+1
| * include: configs: rk3399: drop a dangling commentPeter Robinson2021-03-301-2/+0
| * rockchip: lion: update board defconfigHeiko Stuebner2021-03-301-2/+14
| * rockchip: rk3368: sync down rk3368-lion board devicetree from LinuxHeiko Stuebner2021-03-305-68/+351
| * rockchip: rk3368: sync main rk3368 dtsi from LinuxHeiko Stuebner2021-03-306-231/+383
| * rockchip: rk3368: sync clock dt-binding header from LinuxHeiko Stuebner2021-03-301-17/+14
| * rockchip: rk3368: move STACK_R_ADDR address and into KconfigHeiko Stuebner2021-03-302-1/+3
| * rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000Heiko Stuebner2021-03-301-1/+1
| * rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MBHeiko Stuebner2021-03-301-0/+2
| * rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDRHeiko Stuebner2021-03-301-1/+1
| * odroid-go2: remove setting SYS_MMCSD_RAW_MODE_U_BOOT_SECTORRoger Pau Monné2021-03-301-1/+0
* | Merge branch 'next'Tom Rini2021-04-05659-4548/+22451
|\ \
| * \ Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...WIP/31Mar2021-nextTom Rini2021-03-3135-434/+4637
| |\ \
| | * | xilinx: Enable efi debug commandMichal Simek2021-03-302-0/+2
| | * | ARM: bitmain: Enable saving variables to SD cardMichal Simek2021-03-301-0/+1
| | * | ARM: bitmain: Enable legacy u-boot formatMichal Simek2021-03-301-0/+1
| | * | ARM: bitmain: Enable nand and smcc driversMichal Simek2021-03-301-0/+8
| | * | spi: xilinx_spi: Trivial fixes in axi qspi driverT Karthik Reddy2021-03-301-5/+3
| | * | xilinx: Sync DTs with Linux kernelMichal Simek2021-03-3019-255/+498
| | * | clk: zynqmp: Fix clk dump valuesT Karthik Reddy2021-03-301-81/+170
| | * | arm64: zynqmp: Rename clocks as per the Arasan NAND driverAmit Kumar Mahapatra2021-03-301-1/+1
| | * | arm64: zynqmp: Update device tree properties for nand flashAmit Kumar Mahapatra2021-03-301-0/+8
| | * | arm64: zynqmp: Update psu_init for zcu1275Michal Simek2021-03-301-82/+148
| | * | arm64: zynqmp: Add idt 8a34001 chip to zcu208/zcu216Michal Simek2021-03-302-2/+8
| | * | arm64: zynqmp: Add missing psu inits for zcu208/216Michal Simek2021-03-302-0/+3762
| | * | arm64: zynqmp: Add emmc specific parametersAshok Reddy Soma2021-03-302-0/+4
| | * | arm64: zynqmp: Increase size of malloc poolAshok Reddy Soma2021-03-302-0/+4
| | * | xilinx: zynq: Enable time and timer commandsAshok Reddy Soma2021-03-301-0/+2
| | * | net: gem: Fix setting PCS auto-negotiation stateRobert Hancock2021-03-301-8/+17
| * | | Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...WIP/30Mar2021-nextTom Rini2021-03-304-14/+36
| |\ \ \
| | * | | ARM: mach-at91: arm926ejs: fix data abort in startup returning from lowlevel_...Martin Townsend2021-03-221-8/+8
| | * | | pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea2021-03-022-3/+24