summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-10/+10
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-9/+9
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini1-3/+3
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov2-0/+33
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov1-0/+35
2022-12-02eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima1-24/+117
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima1-22/+1
2022-12-02eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima1-2/+1
2022-12-02eficonfig: fix going one directory up issueMasahisa Kojima1-1/+1
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt1-1/+1
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)2-0/+20
2022-11-25cmd: fix dependency for CMD_CLSJohn Keeping1-1/+1
2022-11-23cmd: ubifs: Do not show usage when command failsPali Rohár1-4/+4
2022-11-23cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut1-3/+6
2022-11-22eficonfig: add "Show Signature Database" menu entryMasahisa Kojima1-0/+235
2022-11-22eficonfig: add UEFI Secure Boot Key enrollment interfaceMasahisa Kojima3-0/+271
2022-11-22eficonfig: use protocol interface for file selectionMasahisa Kojima1-6/+7
2022-11-22eficonfig: expose eficonfig_create_device_path()Masahisa Kojima1-9/+11
2022-11-22eficonfig: refactor change boot order implementationMasahisa Kojima1-62/+67
2022-11-22eficonfig: expose append entry functionMasahisa Kojima1-15/+17
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima1-26/+11
2022-11-16eficonfig: fix missing variable initializationMasahisa Kojima1-1/+1
2022-11-16cmd: remove superfluous if in eficonfig_edit_boot_optionHeinrich Schuchardt1-2/+0
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-11-10Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini1-7/+21
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass1-71/+133
2022-11-08dm: sandbox: Drop non-BLK code from host implementationSimon Glass1-4/+0
2022-11-02cmd: eeprom: don't truncate target address at 32-bitBaruch Siach1-2/+2
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes1-2/+3
2022-10-31FWU: cmd: Add a command to read FWU metadataSughosh Ganu3-0/+86
2022-10-31vbe: Add a command to show the VBE stateSimon Glass1-1/+30
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini7-40/+170
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass3-4/+4
2022-10-30video: Drop CONFIG_LCDSimon Glass1-1/+1
2022-10-30video: Drop CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-3/+0
2022-10-30video: cmd: Drop old LCD codeSimon Glass1-9/+0
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass1-10/+0
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass1-11/+8
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass1-3/+1
2022-10-30video: Add commands to list and change fontsSimon Glass2-0/+82
2022-10-30video: Enable the cls command by defaultSimon Glass1-1/+1
2022-10-30video: Move the console commands to cmd/Simon Glass3-0/+75
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-6/+3
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-7/+11
2022-10-25cmd: sf: Handle unaligned 'update' start offsetMarek Vasut1-7/+11
2022-10-22cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek1-0/+11
2022-10-21qfw: return failure when no kernel could be loadedAndre Przywara1-2/+2
2022-10-21qfw: store loaded file size in environment variableAndre Przywara1-0/+2