aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-04-20cmd: eficonfig: check initrd path allocationHeinrich Schuchardt1-1/+1
2024-04-18Kconfig: Remove all default n optionsMichal Simek1-2/+0
2024-04-18Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-7/+20
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2-2/+50
2024-04-18cmd: optee_rpmb: build cmd for sandboxIgor Opaniuk1-1/+3
2024-04-18cmd: optee_rpmb: close tee sessionIgor Opaniuk1-6/+17
2024-04-14cmd: mtd: OTP access supportArseniy Krasnov2-0/+241
2024-04-14cmd: sf: Fix sf probe crashWeizhao Ouyang1-2/+3
2024-04-13Fix references to trace docVincent Stehlé1-2/+2
2024-04-12sandbox: move sandbox specifics to booti_setup()Heinrich Schuchardt1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2-50/+2
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass1-1/+1
2024-04-10bootm: Make OS booting dependent on BOOTMSimon Glass1-49/+0
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass1-0/+1
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini3-0/+185
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass1-28/+4
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass1-39/+28
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass1-10/+1
2024-04-10x86: zboot: Drop intermediate zboot_setup() functionSimon Glass1-10/+6
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass1-14/+2
2024-04-10x86: zboot: Create separate functions for the logicSimon Glass1-14/+52
2024-04-10x86: zboot: Avoid iteration in do_zboot_states()Simon Glass1-13/+14
2024-04-10x86: zboot: Create a separate ZBOOT option for zboot logicSimon Glass1-0/+2
2024-04-10x86: zboot: Move command code into its own fileSimon Glass2-0/+204
2024-04-10cmd: sysboot: null check filenameCaleb Connolly1-0/+4
2024-04-04cmd: rng: Print "Abort" on -EINTRMarek BehĂșn1-3/+4
2024-04-02Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodi...WIP/02Apr2024Tom Rini1-4/+0
2024-03-27cmd: smbios: type 1 wake-up time, familyHeinrich Schuchardt1-2/+23
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt1-1/+1
2024-03-25Merge tag 'v2024.04-rc5' into nextWIP/25Mar2024-nextTom Rini1-9/+3
2024-03-22usb: gadget: UMS: support multiple sector sizesCaleb Connolly1-4/+0
2024-03-21cmd: bootefi: error handling bootefi selftestHeinrich Schuchardt1-3/+1
2024-03-21cmd: bootefi: Don't show usage help if EFI binary fails.Heinrich Schuchardt1-6/+2
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini1-1/+2
2024-03-15Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodi...WIP/15Mar2024-nextTom Rini1-2/+2
2024-03-14pmic: reword help textQuentin Schulz1-2/+2
2024-03-13cmd: add FDT setup for bootelf by flagMaxim Moskalets2-3/+47
2024-03-13cli: allow users to determine history buffer allocation methodHanyuan Zhao1-0/+11
2024-03-13cmd: rng: Add rng list commandWeizhao Ouyang1-5/+18
2024-03-12cmd: sbi: formatting PolarFire Hart Software Services versionHeinrich Schuchardt1-0/+1
2024-03-12cmd: sbi: Correctly display unknown implementation IDsHeinrich Schuchardt1-1/+1
2024-03-07cmd: md5sum: use hash_commandIgor Opaniuk2-140/+11
2024-03-04cmd: eeprom: Fix config dependencyIvan Orlov1-0/+1
2024-03-04fs: drop reiserfsPeter Robinson2-180/+0
2024-03-02cmd: remove common.h from exception command implementationsHeinrich Schuchardt4-4/+0
2024-03-02cmd: setexpr: fix no matching string in gsub return empty valueMassimiliano Minella1-5/+4
2024-02-15cmd: avb: rework do_avb_verify_partIgor Opaniuk1-33/+17
2024-02-15cmd: avb: rework printsIgor Opaniuk1-48/+75
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk1-3/+1
2024-02-13cmd: hash: fix param count checkIgor Opaniuk1-9/+10