summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass
2024-04-10x86: zboot: Drop intermediate zboot_setup() functionSimon Glass
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass
2024-04-10x86: zboot: Create separate functions for the logicSimon Glass
2024-04-10x86: zboot: Avoid iteration in do_zboot_states()Simon Glass
2024-04-10x86: zboot: Create a separate ZBOOT option for zboot logicSimon Glass
2024-04-10x86: zboot: Move command code into its own fileSimon Glass
2023-11-22net: Make NET imply NETDEVICESTom Rini
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini
2023-11-16cmd: nand: Map memory before accessing itSean Anderson
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-11-07scsi: Forceably finish migration to DM_SCSITom Rini
2023-11-07lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro
2023-11-07cmd: Make most commands depend on CMDLINESimon Glass
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass
2023-11-07video: Don't require the font commandSimon Glass
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini
2023-11-07Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini
2023-11-07qemu: Correct CMD_QFW dependencies in KconfigTom Rini
2023-11-07version: Separate our version string from the version commandTom Rini
2023-11-07mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu
2023-11-05net: Get pxe config file from dhcp option 209Sean Edmond
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass
2023-11-01cmd: mmc: Add mmc reg read command for reading card registersMarek Vasut
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-10-26cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096Josua Mayer
2023-10-24pstore: Use root address-cells/size-cells as defaults for reserved-memoryAndrey Skvortsov
2023-10-24Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-24rockchip: cmd: add rkmtd commandJohan Jonker
2023-10-23common: add prototype & rename populate_serial_number()Artur Rojek
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-10-16cmd: move mac commandHeinrich Schuchardt
2023-10-16cmd: gpio: Skip output on -ENOENTPaul Barker
2023-10-11cli: Add a command to show cmdline historySimon Glass
2023-10-10cmd: blk_common: Stop using hard-coded block size for Sandbox operationsBin Meng
2023-10-10cmd: blk_common: Use macros for the return valuesBin Meng
2023-10-10cmd: blkmap: Make map_handlers[] and its .fn staticBin Meng