aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini82-304/+304
2022-11-10Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini12-3/+12
2022-11-10Convert CONFIG_SYS_NONCACHED_MEMORY to KconfigTom Rini54-52/+66
2022-11-10SYS_NONCACHED_MEMORY: Correct comment in common/board_f.cTom Rini1-2/+2
2022-11-10mediatek: Include <linux/sizes.h> where neededTom Rini4-0/+4
2022-11-10Convert CONFIG_SYS_MONITOR_LEN to KconfigTom Rini657-256/+542
2022-11-10Convert CONFIG_SYS_MMC_MAX_DEVICE to KconfigTom Rini8-40/+5
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini38-26/+36
2022-11-10Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini116-145/+7
2022-11-10rtc: Remove unused driversTom Rini6-670/+0
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini92-96/+170
2022-11-10powerpc: Migrate SYS_L3_SIZE to KconfigTom Rini8-8/+24
2022-11-10powerpc: Migrate SYS_L2_SIZE to KconfigTom Rini3-6/+16
2022-11-10fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to KconfigTom Rini2-30/+12
2022-11-10Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et alTom Rini7-41/+0
2022-11-10Convert CONFIG_SYS_INTERLAKEN et al to KconfigTom Rini8-17/+3
2022-11-10Remove dead codeTom Rini1-161/+0
2022-11-10Convert CONFIG_SYS_INIT_RAM_LOCK to KconfigTom Rini94-16/+82
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini7-57/+3
2022-11-08Merge tag 'dm-pull-7nov22' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/08Nov2022Tom Rini36-551/+1458
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek1-24/+22
2022-11-07dm: Add tests for the sandbox host driverSimon Glass4-2/+206
2022-11-07dm: Add documentation for host command and implementationSimon Glass6-4/+175
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass10-249/+184
2022-11-07dm: sandbox: Create a block driverSimon Glass2-1/+143
2022-11-07dm: sandbox: Create a new HOST uclassSimon Glass4-1/+303
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass3-13/+43
2022-11-07test: Add a way to detect a test that breaks anotherSimon Glass6-10/+127
2022-11-07test: Allow showing basic information about testsSimon Glass2-1/+21
2022-11-07test: doc: Add documentation for ut commandSimon Glass2-0/+103
2022-11-07test: Tidy up help for ut commandSimon Glass1-26/+33
2022-11-07test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass1-3/+2
2022-11-07dm: test: Clear the block cache after running a testSimon Glass3-15/+20
2022-11-07dm: test: Drop the special function for running DM testsSimon Glass1-45/+4
2022-11-07test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
2022-11-07test: Split out mk_fs function into a helperSimon Glass2-52/+60
2022-11-07sandbox: Add missing comments for os_alarm()Simon Glass1-0/+4
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass3-109/+0
2022-11-07Prepare v2023.01-rc1v2023.01-rc1Tom Rini2-5/+5
2022-11-07configs: Resync with savedefconfigTom Rini71-89/+16
2022-11-07Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/07Nov2022Tom Rini32-37/+1143
2022-11-07arm: mvebu: Add RD-AC5X boardChris Packham8-2/+284
2022-11-07arm: mvebu: Support for 98DX25xx/98DX35xx SoCChris Packham10-0/+745
2022-11-07pinctrl: mvebu: Add AlleyCat5 supportChris Packham1-1/+1
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham2-8/+46
2022-11-07net: mvneta: Add support for AlleyCat5Chris Packham2-2/+43
2022-11-07arm: mvebu: Don't use CONFIG_TIMER on ARM64Chris Packham1-1/+1
2022-11-07Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwbPali Rohár8-22/+22
2022-11-07arm: armada: dts: Add clock to armada-ap80x uart1Hamish Martin1-1/+1
2022-11-06Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Nov2022Tom Rini14-65/+85