Correct SPL use of VIDEO_BPP16
[platform/kernel/u-boot.git] / cmd /
2023-02-10 Simon GlassCorrect SPL use of VIDEO_ANSI
2023-02-10 Simon GlassCorrect SPL uses of VIDEO
2023-02-10 Simon GlassCorrect SPL use of USB_FUNCTION_FASTBOOT
2023-02-10 Simon GlassCorrect SPL use of UDP_FUNCTION_FASTBOOT
2023-02-10 Simon GlassCorrect SPL uses of SYS_LONGHELP
2023-02-09 Simon GlassCorrect SPL uses of CMD_TFTPPUT
2023-02-09 Simon GlassCorrect SPL use of CMD_NVEDIT_EFI
2023-02-09 Simon GlassCorrect SPL uses of CMD_EFICONFIG
2023-02-08 Tom RiniMerge branch '2023-02-07-Kconfig-cleanup-dead-code...
2023-02-07 Simon Glassenv: Drop ENV_IS_IN_SATA
2023-02-07 Simon GlassDrop dataflash_mmc_mux command
2023-02-07 Simon Glasscmd: Drop mfsl command
2023-02-07 Simon Glasscmd: Add an option to enable the ini command
2023-02-07 Tom RiniMerge branch '2023-02-07-assorted-updates'
2023-02-06 Linus Walleijcmd: Add a SEAMA image load command
2023-02-06 Simon Glassqemu: Move qfw kernel setup into a common file
2023-02-06 Simon Glassqemu: Update qfw command to use addresses
2023-02-06 Simon Glassbootstd: Allow enabling BOOTSTD_FULL without needing...
2023-02-01 Tom RiniMerge tag 'u-boot-imx-20230201' of https://gitlab.denx...
2023-01-31 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-mmc
2023-01-31 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-31 Tom RiniMerge tag 'u-boot-amlogic-20230131' of https://source...
2023-01-31 Marek Vasutcmd: mmc: Expand bkops handling
2023-01-27 Tom RiniMerge branch '2023-01-27-apple-soc-updates'
2023-01-27 Tom RiniMerge tag 'efi-2023-04-rc1-3' of https://source.denx...
2023-01-27 Masahisa Kojimaeficonfig: add vertical scroll support
2023-01-27 Masahisa Kojimaeficonfig: refactor change boot order implementation
2023-01-27 Masahisa Kojimaeficonfig: refactor eficonfig_process_common function
2023-01-27 Heinrich Schuchardtcmd: fix mtest on 64 bit systems
2023-01-27 Tom RiniMerge tag 'xilinx-for-v2023.04-rc1' of https://source...
2023-01-27 Tom RiniMerge tag 'dm-pull-26jan23' of https://source.denx...
2023-01-26 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-spi
2023-01-26 Heinrich Schuchardtcmd: fix return code of 'sf erase'
2023-01-26 Heinrich Schuchardtcmd: simplify do_spi_flash()
2023-01-26 Heinrich Schuchardtcmd: fix return code of 'sf write' and 'sf read'
2023-01-25 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-24 Tom RiniMerge branch '2023-01-24-bootstd-allow-migration-from...
2023-01-23 Simon Glassbootstd: Drop the old bootflow_scan_first()
2023-01-23 Simon Glassbootstd: Allow scanning a single bootdev label
2023-01-23 Simon Glassbootstd: Add a hunter for the extension feature
2023-01-23 Simon Glassextension: Refactor to allow non-command usage
2023-01-23 Simon Glassbootstd: Use hunters when scanning for bootflows
2023-01-23 Simon Glassbootstd: Treat DHCP and PXE as bootdev labels
2023-01-23 Simon Glassbootstd: Include the device tree in the bootflow
2023-01-23 Simon Glassnet: Add a function to run dhcp
2023-01-23 Simon Glassbootstd: Support running bootdev hunters
2023-01-23 Simon Glassbootstd: Add the concept of a bootdev hunter
2023-01-23 Simon Glassvbe: Avoid a build failure when bloblist is not enabled
2023-01-23 Simon Glassdm: core: Support sorting devices with dm tree
2023-01-20 Tom RiniMerge tag 'efi-2023-04-rc1-2' of https://source.denx...
2023-01-20 Tom RiniMerge branch '2023-01-20-finish-CONFIG-migration-work'
2023-01-20 Tom Riniglobal: Finish CONFIG -> CFG migration
2023-01-19 Tom RiniMerge tag 'dm-pull-18jan23' of https://source.denx...
2023-01-19 Tom RiniMerge branch '2022-01-18-assorted-updates'
2023-01-18 Enric Balletbo i... cmd: part: Add partition-related type command
2023-01-18 Tom Rinievent: Correct dependencies on the EVENT framework
2023-01-18 Michal Simekcmd: event: Remove additional event description
2023-01-17 Tom RiniMerge branch '2022-01-16-bootstd-updates'
2023-01-17 Alexey Romanovcmd/arm: meson: sm: introduce efusedump command
2023-01-16 Simon Glassbootstd: Support creating a boot menu
2023-01-16 Simon Glassbootstd: Allow reading a logo for the OS
2023-01-16 Simon Glassbootstd: Read the Operating System name for distro...
2023-01-16 Simon Glassvideo: Add font functions to the vidconsole API
2023-01-16 Simon Glassimage: Move common image code to image_board and command
2023-01-16 Simon Glassimage: Add a function to find a script in an image
2023-01-16 Simon Glassmenu: Make use of CLI character processing
2023-01-16 Simon Glassmenu: Update bootmenu_loop() to return the code
2023-01-16 Simon Glassmenu: Update bootmenu_autoboot_loop() to return the...
2023-01-16 Simon Glassmenu: Rename KEY_... to BKEY_...
2023-01-13 Tom RiniMerge tag 'u-boot-stm32-20230113' of https://source...
2023-01-12 Tom RiniMerge branch '2023-01-12-further-assorted-general-updates'
2023-01-12 chenzhipengcmd: spi: Judge the number of added parameters
2023-01-12 Tom RiniMerge branch '2023-01-11-assorted-general-updates'
2023-01-11 Marek Vasutcmd: exit: Fix return value propagation out of environm...
2023-01-11 Patrick Delaunayfastboot: remove #ifdef CONFIG when it is possible
2023-01-11 Shenlin Liangcmd: change the return value when argc error
2023-01-11 Patrick Delaunaycmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency...
2023-01-10 Alexey Romanovarm/mach-meson: move smc commands in cmd/meson
2023-01-09 Tom RiniMerge branch 'next'
2023-01-07 Tom RiniMerge tag 'efi-2023-01-rc5-4' of https://source.denx...
2023-01-06 Heinrich Schuchardtefi_loader: carve out efi_get_memory_map_alloc()
2023-01-06 Tom RiniMerge tag 'u-boot-at91-2023.04-a' of https://source...
2023-01-04 Tom RiniMerge tag 'efi-2023-01-rc5-3' of https://source.denx...
2023-01-04 Heinrich Schuchardtcmd: avoid endless loop in sound play command
2022-12-31 Tom RiniMerge branch '2022-12-31-cmd-source-support-specifying...
2022-12-31 Sean Andersoncmd: source: Support specifying config name
2022-12-31 Sean Andersoncmd: source: Clean up a few lines
2022-12-29 Tom RiniMerge tag 'efi-2023-01-rc5-2' of https://source.denx...
2022-12-29 Tom RiniMerge branch '2022-12-29-assorted-further-fixes'
2022-12-29 Michael Wallecmd: net: wget: fix Kconfig dependency
2022-12-24 Tom RiniMerge branch '2022-12-23-complete-phase1-CONFIG-migrati...
2022-12-23 Tom Riniglobal: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG
2022-12-23 Tom Riniglobal: Migrate CONFIG_RAMDISK_ADDR to CFG
2022-12-23 Tom Riniglobal: Migrate CONFIG_POSTBOOTMENU to CFG
2022-12-22 Tom RiniMerge branch '2022-12-21-CONFIG-migration-work' into...
2022-12-22 Tom RiniConvert CONFIG_THOR_RESET_OFF to Kconfig
2022-12-22 Tom Rinii2c: Remove CONFIG_I2C_MULTI_BUS
2022-12-21 Tom RiniMerge tag 'v2023.01-rc4' into next
2022-12-20 Tom RiniMerge tag 'efi-2023-01-rc5' of https://source.denx...
2022-12-20 Masahisa Kojimaeficonfig: EFI_VARIABLE_APPEND_WRITE is not set for...
next