aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/31Jan2023Tom Rini2-3/+16
2023-01-31Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini1-1/+1
2023-01-31Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+1
2023-01-31power: act8846_pmic: fix number of registersJohn Keeping1-1/+1
2023-01-31mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma1-0/+3
2023-01-31mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma1-0/+2
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut1-3/+11
2023-01-27Merge branch '2023-01-27-apple-soc-updates'Tom Rini3-5/+51
2023-01-27Merge tag 'efi-2023-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-3/+19
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis1-0/+1
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis1-5/+22
2023-01-27iommu: Add DMA mapping operationsMark Kettenis2-0/+28
2023-01-27include: configs: Update env for selecting right dtbSinthu Raja1-0/+4
2023-01-27eficonfig: increase the number of menu entriesMasahisa Kojima1-1/+1
2023-01-27eficonfig: add vertical scroll supportMasahisa Kojima2-0/+5
2023-01-27eficonfig: refactor eficonfig_process_common functionMasahisa Kojima1-1/+12
2023-01-27spl: doc: use correct name in jump_to_image_optee() descriptionOvidiu Panait1-1/+1
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/27Jan2023Tom Rini3-45/+0
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano1-0/+1
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano1-4/+4
2023-01-26mtd: spi-nor-core: Consider reserved bits in CFR5 registerTakahiro Kuwano1-1/+6
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24Jan2023Tom Rini2-1/+13
2023-01-24arm64: versal: Remove xilinx_versal_mini_qspi.h configsMichal Simek1-15/+0
2023-01-24arm64: zynqmp: Remove xilinx_zynqmp_mini_emmc/qspi.h configsMichal Simek2-30/+0
2023-01-23rockchip: Convert rockpro64-rk3399 to use standard bootWIP/2022-01-23-bootstd-allow-migration-from-distro_bootcmd-scriptSimon Glass2-4/+3
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass1-1/+9
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass1-20/+3
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass2-7/+14
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass2-12/+9
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass2-0/+17
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass2-0/+20
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass2-1/+30
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-7/+28
2023-01-23bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+11
2023-01-23bootstd: Use hunters when scanning for bootflowsSimon Glass1-5/+16
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2-4/+26
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass1-0/+9
2023-01-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass1-0/+19
2023-01-23bootstd: Add a new bootmeth method to set the bootflowSimon Glass1-0/+33
2023-01-23bootstd: Update docs on bootmeth_try_file() for sandboxSimon Glass2-2/+2
2023-01-23bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-23bootstd: Rename bootdev checkersSimon Glass1-6/+6
2023-01-23bootstd: Only scan bootable partitionsSimon Glass1-0/+2
2023-01-23part: Add a function to find the first bootable partitionSimon Glass1-0/+8
2023-01-23net: Add a function to run dhcpSimon Glass1-0/+15
2023-01-23test: Add a generic function to skip delaysSimon Glass1-0/+16
2023-01-23bootstd: Support running bootdev huntersSimon Glass1-0/+14
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass2-0/+61
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass2-0/+28