aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-17CI: Make check for new defined CONFIG symbols even more robustWIP/2022-01-17-further-cleanup-CONFIG-migrationTom Rini2-2/+4
2023-01-17global: Finish CONFIG -> CFG migrationTom Rini137-1087/+1087
2023-01-17watchdog: Clean up defaults for imx_watchdog / ulp_wdogTom Rini3-10/+2
2023-01-17usbtty: Remove default CONFIG_USBD_* valuesTom Rini1-19/+0
2023-01-17nxp: Finish migration of SYS_FSL_SRDS_[12] to KconfigTom Rini5-29/+18
2023-01-17nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to KconfigTom Rini5-29/+14
2023-01-17net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTSTom Rini2-8/+4
2023-01-17fsl-layerscape: Rework usage of CONFIG_CLUSTER_CLK_FREQTom Rini1-3/+4
2023-01-17usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2-6/+4
2023-01-17fpga: Migrate CONFIG_MAX_FPGA_DEVICES to KconfigTom Rini3-9/+5
2023-01-17common/update: Finish Kconfig migrationTom Rini2-25/+12
2023-01-17spl: sata: Rework the loading case it not use IS_ENABLED(...)Tom Rini1-16/+9
2023-01-17autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usageTom Rini1-6/+10
2023-01-17arm: lib1funcs.S: Update compatibility with Linux comment slightlyTom Rini1-7/+2
2023-01-17REWORDME: dm: ns16550: Change how we get UART_REG to be definedTom Rini1-5/+5
2023-01-17arm: Rework usage of CONFIG_ARMV[78]_SECURE_BASE in linker scriptsTom Rini2-4/+8
2023-01-17i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMRTom Rini1-5/+7
2023-01-17arc: Migrate ARC_MMU_VER to KconfigTom Rini2-10/+7
2023-01-17global: Remove unused CONFIG definesTom Rini17-112/+7
2023-01-17Merge branch '2022-01-16-bootstd-updates'Tom Rini54-503/+4105
2023-01-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-1/+24
2023-01-17arm: kirkwood: Convert to DM Serial for various Kirkwood boardsTony Dinh1-0/+22
2023-01-17timer: orion-timer: Fix problem in early_init_done()Stefan Roese1-1/+2
2023-01-16Merge tag 'u-boot-rockchip-20230117' of https://source.denx.de/u-boot/custodi...WIP/16Jan2023Tom Rini113-138/+13496
2023-01-16expo: Add documentationSimon Glass2-0/+189
2023-01-16bootstd: Support setting a theme for the menuSimon Glass5-3/+139
2023-01-16bootstd: Add a test for the bootstd menuSimon Glass6-19/+265
2023-01-16bootstd: Support creating a boot menuSimon Glass5-2/+347
2023-01-16expo: Add basic testsSimon Glass2-0/+541
2023-01-16expo: Add support for scene menusSimon Glass2-0/+392
2023-01-16expo: Add support for scenesSimon Glass2-0/+537
2023-01-16expo: Add basic implementationSimon Glass4-0/+706
2023-01-16menu: Factor out menu-keypress decodingSimon Glass2-18/+40
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass6-9/+91
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass6-0/+76
2023-01-16video: Add font functions to the vidconsole APISimon Glass5-25/+127
2023-01-16video: Fix unchnaged typoSimon Glass1-1/+1
2023-01-16video: truetype: Rename the metrics functionSimon Glass1-5/+5
2023-01-16video: Enable VIDEO_ANSI by default only with EFISimon Glass1-2/+5
2023-01-16image: Move common image code to image_board and commandSimon Glass8-203/+194
2023-01-16image: Add a function to find a script in an imageSimon Glass2-101/+130
2023-01-16menu: Make use of CLI character processingSimon Glass6-80/+56
2023-01-16menu: Use a switch statementSimon Glass1-11/+20
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass4-23/+24
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass3-12/+13
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass4-51/+51
2023-01-16bootmenu: Add a few commentsSimon Glass1-0/+42
2023-01-16cli: Move readline character-processing to a state machineSimon Glass4-131/+301
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass3-0/+6
2023-01-16rockchip: add support for PX30 Ringneck SoM on Haikou DevkitQuentin Schulz12-0/+1153