summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-052-10/+10
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-9/+9
* global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini2022-12-051-3/+3
* net: ping6: Add ping6 commandViacheslav Mitrofanov2022-12-052-0/+33
* net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov2022-12-051-0/+35
* eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima2022-12-021-24/+117
* efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima2022-12-021-22/+1
* eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima2022-12-021-2/+1
* eficonfig: fix going one directory up issueMasahisa Kojima2022-12-021-1/+1
* efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt2022-12-021-1/+1
* net: Add wget applicationYing-Chun Liu (PaulLiu)2022-11-282-0/+20
* cmd: fix dependency for CMD_CLSJohn Keeping2022-11-241-1/+1
* cmd: ubifs: Do not show usage when command failsPali Rohár2022-11-231-4/+4
* cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut2022-11-221-3/+6
* eficonfig: add "Show Signature Database" menu entryMasahisa Kojima2022-11-221-0/+235
* eficonfig: add UEFI Secure Boot Key enrollment interfaceMasahisa Kojima2022-11-223-0/+271
* eficonfig: use protocol interface for file selectionMasahisa Kojima2022-11-221-6/+7
* eficonfig: expose eficonfig_create_device_path()Masahisa Kojima2022-11-221-9/+11
* eficonfig: refactor change boot order implementationMasahisa Kojima2022-11-221-62/+67
* eficonfig: expose append entry functionMasahisa Kojima2022-11-221-15/+17
* eficonfig: refactor file selection handlingMasahisa Kojima2022-11-221-26/+11
* eficonfig: fix missing variable initializationMasahisa Kojima2022-11-161-1/+1
* cmd: remove superfluous if in eficonfig_edit_boot_optionHeinrich Schuchardt2022-11-161-2/+0
* global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-101-1/+1
* Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to KconfigTom Rini2022-11-101-7/+21
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-71/+133
* dm: sandbox: Drop non-BLK code from host implementationSimon Glass2022-11-071-4/+0
* cmd: eeprom: don't truncate target address at 32-bitBaruch Siach2022-11-021-2/+2
* cyclic: switch to using hlist instead of listRasmus Villemoes2022-11-021-2/+3
* FWU: cmd: Add a command to read FWU metadataSughosh Ganu2022-10-313-0/+86
* vbe: Add a command to show the VBE stateSimon Glass2022-10-311-1/+30
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-1/+1
* Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2022-10-307-40/+170
|\
| * video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-303-4/+4
| * video: Drop CONFIG_LCDSimon Glass2022-10-301-1/+1
| * video: Drop CONFIG_VIDEOSimon Glass2022-10-301-1/+1
| * video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
| * video: cmd: Drop old LCD codeSimon Glass2022-10-301-9/+0
| * video: Move bmp_display() prototype to video.hSimon Glass2022-10-301-10/+0
| * video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass2022-10-301-11/+8
| * video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass2022-10-301-3/+1
| * video: Add commands to list and change fontsSimon Glass2022-10-302-0/+82
| * video: Enable the cls command by defaultSimon Glass2022-10-301-1/+1
| * video: Move the console commands to cmd/Simon Glass2022-10-303-0/+75
* | dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek2022-10-291-6/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2022-10-251-7/+11
|\
| * cmd: sf: Handle unaligned 'update' start offsetMarek Vasut2022-10-251-7/+11
* | cmd: bcb: select user(0) hwpart in __bcb_load()Mattijs Korpershoek2022-10-211-0/+11
* | qfw: return failure when no kernel could be loadedAndre Przywara2022-10-211-2/+2
* | qfw: store loaded file size in environment variableAndre Przywara2022-10-211-0/+2