aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-11cmd: gpt: fix gpt readWIP/2023-09-11-gpt-improvementsHeinrich Schuchardt1-17/+15
2023-09-11cmd: gpt: fix calc_parts_list_len()Heinrich Schuchardt1-14/+20
2023-09-11cmd: gpt: use UUID accessor more consistentlyHeinrich Schuchardt1-10/+12
2023-09-11part: rename disk_partition_type_uuid()Heinrich Schuchardt2-4/+24
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt3-3/+87
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt2-0/+4
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt2-0/+81
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt3-0/+114
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt3-2/+45
2023-09-11tests: gpt: Remove test order dependencyJoshua Watt1-12/+8
2023-09-09Merge branch 'next_ufs' of https://source.denx.de/u-boot/custodians/u-boot-sh...Tom Rini7-0/+513
2023-09-09ufs: ufs-renesas: Drop include common.hMarek Vasut1-1/+0
2023-09-09ARM: renesas: Enable UFS on R8A779F0 S4 SpiderMarek Vasut1-0/+11
2023-09-09ufs: ufs-renesas: Add support for Renesas R-Car UFS controllerMarek Vasut3-0/+423
2023-09-09clk: Add GPIO-controlled clock gate driverMarek Vasut3-0/+80
2023-09-08Merge branch '2023-09-08-assorted-TI-platform-updates' into nextTom Rini37-340/+4725
2023-09-08Watchdog: Support WDIOF_CARDRESET on TI AM65x platformLi Hua Qian1-0/+11
2023-09-08include: configs: verdin-am62: drop unused sdram addressMarcel Ziswiler1-2/+1
2023-09-08arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config toolNeha Malcom Francis2-281/+281
2023-09-08doc: board: ti: Add BeaglePlay documentationNishanth Menon3-0/+1020
2023-09-08board: ti: am62x: Add am62x_beagleplay_* defconfigs and env fileNishanth Menon3-0/+89
2023-09-08arm: dts: Add k3-am625-beagleplayRobert Nelson6-0/+3243
2023-09-08arm: dts: k3-am625-sk-binman: Add labels for unsigned binaryNishanth Menon1-2/+2
2023-09-08configs: am62x_evm_a53_defconfig: Disable semi-functional PSCI reset supportJan Kiszka1-0/+1
2023-09-08arm: mach-k3: am625: Add support for UDA FSNishanth Menon1-1/+7
2023-09-08configs: am62x_evm*: Enable EMMC_BOOT configurationNishanth Menon2-0/+2
2023-09-08arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to staticNishanth Menon1-5/+1
2023-09-08arm: mach-k3: am625_init: Use IS_ENABLED()Nishanth Menon1-18/+17
2023-09-08board: ti: am62x: am62x.env: Use default findfdtNishanth Menon1-4/+1
2023-09-08include: env: ti: Add a generic default_findfdt.envNishanth Menon1-0/+12
2023-09-08include: env: ti: ti_armv7_common.env: Rename to ti_common.envNishanth Menon12-11/+11
2023-09-08include: configs: am62x_evm: Drop distro_bootcmd usageNishanth Menon1-5/+0
2023-09-08configs: am62x_evm_a53_defconfig: Switch to bootstdNishanth Menon1-2/+3
2023-09-08board: ti: am62x: am62x.env: Add explicit boot_targetsNishanth Menon1-0/+1
2023-09-08include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTSNishanth Menon1-0/+2
2023-09-08include: configs: am62x_evm: Drop unused SDRAM addressNishanth Menon1-3/+0
2023-09-08include: configs: ti_armv7_common: Add documentation for protected sectionNishanth Menon1-1/+1
2023-09-08include: env: ti: mmc: envboot: Only attempt boot.scr if BOOTSTD is not enabledNishanth Menon1-1/+3
2023-09-08include: env: ti: mmc: envboot/mmcboot: Check result of mmc dev before procee...Nishanth Menon1-3/+5
2023-09-08board: verdin-am62: fix check for minimum memory sizeEmanuele Ghidoli1-2/+2
2023-09-08verdin-am62: add u-boot update wrappersEmanuele Ghidoli1-1/+11
2023-09-06Merge branch '2023-09-06-assorted-CI-updates' into nextTom Rini6-254/+218
2023-09-06Azure: Add sandbox64 to CIWIP/2023-09-06-assorted-CI-updatesTom Rini1-0/+5
2023-09-06.gitlab-ci: Test sandbox64 board in addition to sandboxMarek Vasut1-0/+17
2023-09-06Azure: Split sandbox and qemu test.py runsTom Rini1-17/+44
2023-09-06Azure: Rework test_py job to publish its wrapper scriptTom Rini1-71/+90
2023-09-06CI: Drop some jobs we didn't really utilizeTom Rini3-56/+0
2023-09-06CI: Combine tools-only and envtools jobsTom Rini2-19/+6
2023-09-06Azure: Rework build the world jobsTom Rini1-75/+25
2023-09-06test: print: Fix hexdump test on 64bit systemsMarek Vasut1-14/+28