aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2023-01-18cmd: part: Add partition-related type commandEnric Balletbo i Serra
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-18cmd: event: Remove additional event descriptionMichal Simek
2023-01-16bootstd: Support creating a boot menuSimon 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-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-12cmd: spi: Judge the number of added parameterschenzhipeng
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2023-01-11cmd: change the return value when argc errorShenlin Liang
2023-01-11cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_...Patrick Delaunay
2023-01-09Merge branch 'next'Tom Rini
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2023-01-04cmd: avoid endless loop in sound play commandHeinrich Schuchardt
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-31cmd: source: Clean up a few linesSean Anderson
2022-12-29cmd: net: wget: fix Kconfig dependencyMichael Walle
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini
2022-12-23global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini
2022-12-23global: Migrate CONFIG_POSTBOOTMENU to CFGTom Rini
2022-12-22Convert CONFIG_THOR_RESET_OFF to KconfigTom Rini
2022-12-22i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-20eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null keyMasahisa Kojima
2022-12-20eficonfig: avoid SetVariable between GetNextVariableName callsMasahisa Kojima
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima
2022-12-20cmd: allow sound command to play multiple soundsHeinrich Schuchardt
2022-12-12configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay
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-07net: Remove eth_legacy.cTom Rini
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*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