summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-01-27cmd: fix mtest on 64 bit systemsHeinrich Schuchardt1-15/+11
2023-01-26cmd: fix return code of 'sf erase'Heinrich Schuchardt1-6/+6
2023-01-26cmd: simplify do_spi_flash()Heinrich Schuchardt1-13/+6
2023-01-26cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt1-7/+7
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass1-1/+1
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass1-53/+33
2023-01-24bootstd: Add a hunter for the extension featureSimon Glass1-0/+25
2023-01-24extension: Refactor to allow non-command usageSimon Glass1-4/+14
2023-01-24bootstd: Use hunters when scanning for bootflowsSimon Glass1-1/+4
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2-2/+2
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+6
2023-01-24net: Add a function to run dhcpSimon Glass1-0/+35
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-1/+6
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-3/+32
2023-01-24vbe: Avoid a build failure when bloblist is not enabledSimon Glass1-2/+5
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-3/+7
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2023-01-18cmd: part: Add partition-related type commandEnric Balletbo i Serra1-0/+35
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+1
2023-01-18cmd: event: Remove additional event descriptionMichal Simek1-1/+1
2023-01-17bootstd: Support creating a boot menuSimon Glass1-2/+35
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+6
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+1
2023-01-17video: Add font functions to the vidconsole APISimon Glass1-2/+9
2023-01-17image: Move common image code to image_board and commandSimon Glass1-180/+1
2023-01-17image: Add a function to find a script in an imageSimon Glass1-101/+116
2023-01-16menu: Make use of CLI character processingSimon Glass2-7/+14
2023-01-16menu: Update bootmenu_loop() to return the codeSimon Glass2-3/+3
2023-01-16menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass1-1/+1
2023-01-16menu: Rename KEY_... to BKEY_...Simon Glass2-18/+18
2023-01-12cmd: spi: Judge the number of added parameterschenzhipeng1-0/+3
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut1-2/+5
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-19/+16
2023-01-11cmd: change the return value when argc errorShenlin Liang1-1/+1
2023-01-11cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_...Patrick Delaunay1-0/+2
2023-01-09Merge branch 'next'Tom Rini10-80/+96
2023-01-07efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt1-14/+4
2023-01-04cmd: avoid endless loop in sound play commandHeinrich Schuchardt1-2/+2
2022-12-31cmd: source: Support specifying config nameSean Anderson1-21/+53
2022-12-31cmd: source: Clean up a few linesSean Anderson1-6/+4
2022-12-29cmd: net: wget: fix Kconfig dependencyMichael Walle1-1/+1
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_POSTBOOTMENU to CFGTom Rini1-2/+2
2022-12-22Convert CONFIG_THOR_RESET_OFF to KconfigTom Rini1-0/+4
2022-12-22i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini1-9/+6
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini3-15/+29
2022-12-20eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null keyMasahisa Kojima1-2/+36
2022-12-20eficonfig: avoid SetVariable between GetNextVariableName callsMasahisa Kojima1-16/+38
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima1-47/+15