aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-12-10cmd: mtd: check if a block has to be skipped or erasedDario Binacchi
2022-12-10cmd: nand: Extend nand info to print ecc informationMichael Trimarchi
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov
2022-12-05cmd: fix long text for sound commandHeinrich Schuchardt
2022-12-02eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima
2022-12-02eficonfig: fix going one directory up issueMasahisa Kojima
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)
2022-11-24cmd: fix dependency for CMD_CLSJohn Keeping
2022-11-23cmd: ubifs: Do not show usage when command failsPali Rohár
2022-11-22cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut
2022-11-22eficonfig: add "Show Signature Database" menu entryMasahisa Kojima
2022-11-22eficonfig: add UEFI Secure Boot Key enrollment interfaceMasahisa Kojima
2022-11-22eficonfig: use protocol interface for file selectionMasahisa Kojima
2022-11-22eficonfig: expose eficonfig_create_device_path()Masahisa Kojima
2022-11-22eficonfig: refactor change boot order implementationMasahisa Kojima
2022-11-22eficonfig: expose append entry functionMasahisa Kojima
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima
2022-11-16eficonfig: fix missing variable initializationMasahisa Kojima
2022-11-16cmd: remove superfluous if in eficonfig_edit_boot_optionHeinrich Schuchardt
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-07dm: sandbox: Drop non-BLK code from host implementationSimon Glass
2022-11-02cmd: eeprom: don't truncate target address at 32-bitBaruch Siach
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes
2022-10-31FWU: cmd: Add a command to read FWU metadataSughosh Ganu
2022-10-31vbe: Add a command to show the VBE stateSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop CONFIG_LCDSimon Glass
2022-10-30video: Drop CONFIG_VIDEOSimon Glass
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass
2022-10-30video: cmd: Drop old LCD codeSimon Glass
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-10-30video: Enable the cls command by defaultSimon Glass
2022-10-30video: Move the console commands to cmd/Simon Glass
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut
2022-10-21cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek
2022-10-21qfw: return failure when no kernel could be loadedAndre Przywara