summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 supportJohan Jonker2022-04-181-1/+2
* rockchip: mmc: rockchip_dw_mmc: fix ciu clock indexJohan Jonker2022-04-181-2/+2
* rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker2022-04-181-1/+1
* rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker2022-04-181-13/+37
* rockchip: tpl: use IS_ENABLED for timer_init() call conditionJohan Jonker2022-04-181-2/+5
* rockchip: tpl: change call condition rockchip_stimer_init()Johan Jonker2022-04-181-0/+2
* rockchip: spl: change call condition rockchip_stimer_init()Johan Jonker2022-04-181-4/+4
* rockchip: move ROCKCHIP_STIMER_BASE to KconfigJohan Jonker2022-04-1822-14/+44
* rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399.Vagrant Cascadian2022-04-181-0/+7
* rockchip: Enable SCSI in distro bootcmd for rk3399.Vagrant Cascadian2022-04-181-0/+7
* rockchip: clk: add clocks to px30_clk_enableChris Morgan2022-04-181-0/+3
* spi: rockchip_sfc: Add missing include for dm/device_compat.hChris Morgan2022-04-181-0/+1
* adc: rockchip-saradc: add support for getting reference voltage valuePeter Cai2022-04-181-0/+21
* mmc: rockchip_sdhci: Correct error checkingHaolin Li2022-04-181-1/+1
* Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-04-1547-279/+1188
|\
| * efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt2022-04-151-1/+1
| * efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt2022-04-151-1/+1
| * lib: simplify u16_strdup()Heinrich Schuchardt2022-04-151-1/+1
| * lib: convert u16_strlen() into a macroHeinrich Schuchardt2022-04-152-24/+14
| * doc: man-page for the env commandPatrick Delaunay2022-04-155-1/+387
| * doc: uefi: Update the capsule update related documentationSughosh Ganu2022-04-151-2/+98
| * mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu2022-04-153-45/+1
| * FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2022-04-152-12/+0
| * test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu2022-04-156-116/+270
| * efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2022-04-152-0/+7
| * capsule: Put a check for image index before the updateSughosh Ganu2022-04-151-3/+5
| * capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu2022-04-151-69/+29
| * capsule: board: Add information needed for capsule updatesSughosh Ganu2022-04-1524-4/+374
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-15109-1112/+1337
|\ \
| * | configs: net: dm9000: Move new Kconfig option to board configsMarek Vasut2022-04-1312-5/+7
| * | net: dm9000: Add Kconfig entryMarek Vasut2022-04-131-0/+5
| * | net: dm9000: Add DM supportMarek Vasut2022-04-131-0/+118
| * | net: dm9000: Receive one packet per recv callMarek Vasut2022-04-131-52/+50
| * | net: dm9000: Split non-DM specific bits from common codeMarek Vasut2022-04-131-18/+40
| * | net: dm9000: Pass private data around for IOMarek Vasut2022-04-131-111/+119
| * | net: dm9000: Drop dm9000.h and staticize SROM accessMarek Vasut2022-04-132-28/+1
| * | net: dm9000: Drop static device private dataMarek Vasut2022-04-131-11/+17
| * | net: dm9000: Rename board_info to dm9000_privMarek Vasut2022-04-131-5/+5
| * | net: dm9000: Reorder and staticizeMarek Vasut2022-04-131-67/+55
| * | net: dm9000: Checkpatch cleanupMarek Vasut2022-04-131-125/+126
| * | net: dm9000: Drop volatilesMarek Vasut2022-04-131-10/+10
| * | net: dm9000: Turn DM9000_DMP_PACKET() into a functionMarek Vasut2022-04-131-21/+21
| * | net: dm9000: Drop unused dump_regs()Marek Vasut2022-04-131-17/+0
| * | net: dm9000: Make RxLen and RxStatus lowercaseMarek Vasut2022-04-131-22/+22
| * | net: dm9000: Replace DM9000_DBG() with debug()Marek Vasut2022-04-131-25/+23
| * | net: dm9000: Make accessor names lowercaseMarek Vasut2022-04-131-107/+107
| * | driver: net: ti: keystone_net: Change priv member typeMarek Behún2022-04-131-3/+3
| * | driver: net: ti: keystone_net: Convert to ofnode functionsMarek Behún2022-04-131-65/+48
| * | driver: net: ti: keystone_net: Deduplicate codeMarek Behún2022-04-131-41/+34
| * | net: tftp: fix tftp server initializationArjan Minzinga Zijlstra2022-04-121-0/+2