summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: designware: add Amlogic Meson8b & later glue driverNeil Armstrong2021-04-063-0/+159
| * | | | net: add Amlogic Meson G12A MDIO MUX driverNeil Armstrong2021-04-063-0/+157
| * | | | net: designware: add DM_MDIO supportNeil Armstrong2021-04-061-1/+92
| * | | | net: add MMIO Register MDIO MUX driverNeil Armstrong2021-04-063-0/+137
| | |/ / | |/| |
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-04-063-4/+41
|\ \ \ \
| * | | | arm: mvebu: Espressobin: Enable watchdog support but do not start itPali Rohár2021-04-061-0/+4
| * | | | watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2021-04-062-0/+18
| * | | | watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár2021-04-061-1/+7
| * | | | watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár2021-04-061-3/+12
| |/ / /
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2021-04-062-4/+35
|\ \ \ \
| * | | | cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki2021-04-062-4/+35
| |/ / /
* | | | Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-04-0645-92/+336
|\ \ \ \ | |_|/ / |/| | |
| * | | test: Allow tests to run on any boardSimon Glass2021-04-062-3/+11
| * | | sandbox: document parameters of os_realloc()Heinrich Schuchardt2021-04-061-1/+3
| * | | Convert CONFIG_MISC_INIT_F to KconfigSimon Glass2021-04-0614-9/+16
| * | | moveconfig: Handle binary files cleanlySimon Glass2021-04-061-2/+14
| * | | log: Fix up debug_cond() when LOG is enabledSimon Glass2021-04-061-4/+7
| * | | dtoc: Improve handling of reg propertiesSimon Glass2021-04-064-3/+73
| * | | dtoc: Adjust detection of 64-bit propertiesSimon Glass2021-04-062-6/+6
| * | | dtoc: Show driver warnings once at the endSimon Glass2021-04-064-28/+33
| * | | buildman: Add an encoding to the out-env fileSimon Glass2021-04-061-1/+2
| * | | 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...Tom 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