aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass
2023-01-23bootstd: Remove special-case code for boot_targetsSimon Glass
2023-01-23lib: Add a function to split a string into substringsSimon Glass
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass
2023-01-23dm: core: Correct ordering of uclasses IDsSimon Glass
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-20fpga: Migrate CONFIG_MAX_FPGA_DEVICES to KconfigTom Rini
2023-01-20dm: ns16550: Restore how we define UART_REGTom Rini
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-01-18odroid: limit boot memory to lowmemJoost van Zwieten
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass
2023-01-17Merge branch '2022-01-16-bootstd-updates'Tom Rini
2023-01-16bootstd: Support setting a theme for the menuSimon Glass
2023-01-16bootstd: Support creating a boot menuSimon Glass
2023-01-16expo: Add basic implementationSimon Glass
2023-01-16menu: Factor out menu-keypress decodingSimon Glass
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2023-01-16video: Fix unchnaged typoSimon Glass
2023-01-16image: Move common image code to image_board and commandSimon Glass
2023-01-16image: Add a function to find a script in an imageSimon Glass
2023-01-16menu: Make use of CLI character processingSimon Glass
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass
2023-01-16bootmenu: Add a few commentsSimon Glass
2023-01-16cli: Move readline character-processing to a state machineSimon Glass
2023-01-16rockchip: add support for PX30 Ringneck SoM on Haikou DevkitQuentin Schulz
2023-01-16rockchip: px30: fix CFG_IRAM_BASEQuentin Schulz
2023-01-16rockchip: Add initial support for the PINE64 Pinephone ProPeter Robinson
2023-01-16board: rockchip: Add Edgeble Neu2 IO BoardJagan Teki
2023-01-16arm: rockchip: Add RV1126 arch core supportJagan Teki
2023-01-16dt-bindings: power: Add power-domain header for rv1126Jagan Teki
2023-01-16dt-bindings: clk: Add dt-binding header for RV1126Jagan Teki
2023-01-16rc4: mark key as constJohn Keeping
2023-01-13doc: fix description of u16_strcasecmp()Heinrich Schuchardt
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut
2023-01-12distro_bootcmd: Set distro_bootpart_uuid for block devicesMarek Vasut
2023-01-12misc: fs_loader: Add function to get the chosen loaderSean Anderson
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut
2023-01-11fastboot: Add OEM run commandSean Anderson
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay