aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-26phy: add of_set_phy_supported() helper, call from phy_config()WIP/2023-01-26-assorted-updatesRasmus Villemoes1-0/+20
2023-01-26mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer5-67/+353
2023-01-26common: bouncebuf: Use dma-mapping for cache opsAndrew Davis1-6/+7
2023-01-26include: configs: Update env for selecting right dtbSinthu Raja1-0/+4
2023-01-26arm: dts: k3-am68-sk: Add r5 specific dt supportSinthu Raja2-0/+195
2023-01-26arm: dts: Add support for A72 specific AM68 Starter Kit Base BoardSinthu Raja3-1/+505
2023-01-26arm: dts: Add initial support for AM68 Starter Kit System on ModuleSinthu Raja1-0/+127
2023-01-26board: ti: j721s2: Add board_init and support for selecting DT based on EEPROMSinthu Raja1-0/+64
2023-01-26arch: mach-k3: Update board specific API name to K3 generic API nameSinthu Raja2-1/+15
2023-01-26board: ti: j721s2: Add support for detecting multiple device treesSinthu Raja1-10/+25
2023-01-26board: ti: j721s2: Enable support for reading EEPROM at next alternate addressSinthu Raja1-3/+9
2023-01-26board: ti: j721s2: Add support to update board_name for am68-skSinthu Raja1-2/+10
2023-01-26configs: j721s2_evm: Enable configs to store env in MMC FAT partitionSinthu Raja2-1/+3
2023-01-26configs: j721s2_evm_a72: Enable support for building multiple dtbs into FITSinthu Raja1-0/+1
2023-01-26configs: j721s2_evm_r5: Enable support for building multiple dtbs into FITSinthu Raja1-0/+3
2023-01-26MAINTAINERS: add include/power/ to POWERJohn Keeping1-0/+1
2023-01-26ifwitool: Fix member accessSimon Glass1-20/+20
2023-01-26pinctrl: fix docstringMichael Walle1-1/+1
2023-01-26pinctrl: get rid of some ifdefferyMichael Walle1-12/+5
2023-01-26pinctrl: don't fall back to pinctrl_select_state_simple()Michael Walle1-10/+5
2023-01-26arm: npcm8xx: add security feature headerJim Liu4-0/+223
2023-01-26ARM: config: enable function for nuvoton npcm845 bmcJim Liu1-1/+18
2023-01-26ARM: dts: npcm8xx: add npcm845 function nodeJim Liu3-0/+690
2023-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini19-78/+824
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano3-9/+41
2023-01-26mtd: spi-nor: Rename s25hx_t prefixTakahiro Kuwano1-21/+21
2023-01-26cmd: fix return code of 'sf erase'Heinrich Schuchardt1-6/+6
2023-01-26cmd: simplify do_spi_flash()Heinrich Schuchardt1-13/+6
2023-01-26cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt1-7/+7
2023-01-26spi: cadence_qspi: use STIG mode for small readsDhruva Gole1-1/+7
2023-01-26spi: cadence_qspi: setup ADDR Bits in cmd readsDhruva Gole1-0/+13
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano2-8/+8
2023-01-26mtd: spi-nor-core: Consider reserved bits in CFR5 registerTakahiro Kuwano1-1/+6
2023-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini35-24/+5991
2023-01-26spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi3-0/+695
2023-01-26drivers: spi: sh_qspi.c: Use log_warning() instead of printf()Pengfei Fan1-1/+3
2023-01-26drivers: spi: fix some typosPengfei Fan10-13/+13
2023-01-26arm: kirkwood: Use Kirkwood common early malloc area for various Kirkwood boardsTony Dinh8-24/+0
2023-01-26ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repositoryTony Dinh27-0/+5991
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24Jan2023Tom Rini92-240/+617
2023-01-24Merge branch '2023-01-24-bootstd-allow-migration-from-distro_bootcmd-script'Tom Rini79-715/+3225
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: Update documentation for new featuresSimon Glass4-70/+216
2023-01-23bootstd: Add a little more logging of bootflowsSimon Glass2-0/+5
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass3-43/+63
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass5-45/+19
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass7-76/+166
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass6-152/+147
2023-01-23bootstd: Add a hunter for the extension featureSimon Glass4-24/+63
2023-01-23extension: Refactor to allow non-command usageSimon Glass1-4/+14