aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-09-06efi: clean up efi commandHeinrich Schuchardt1-4/+22
2020-09-06efi_loader: log messages for bootefi commandHeinrich Schuchardt1-3/+9
2020-09-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2020-09-01usb: gadget: Fix controller index in UMSYe Li1-1/+1
2020-09-01x86: mtrr: Fix parsing of "mtrr list" commandWolfgang Wallner1-1/+2
2020-08-27cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCHMichal Simek1-4/+0
2020-08-27cmd: Kconfig: Change dependency for CMD_ADCMichal Simek1-1/+1
2020-08-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini3-0/+89
2020-08-25Merge branch '2020-08-24-misc-improvements'Tom Rini1-3/+5
2020-08-25cmd: provide command sbiHeinrich Schuchardt3-0/+89
2020-08-24Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-1/+5
2020-08-24cmd: fix clone coverity scanJohn Chau1-3/+5
2020-08-24efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt1-1/+1
2020-08-24efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt1-0/+4
2020-08-24Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-17/+18
2020-08-24cmd: clk: correctly handle depth for clk dumpPatrick Delaunay1-1/+2
2020-08-24cmd: clk: cosmetic: correct code alignment in show_clksPatrick Delaunay1-16/+16
2020-08-22cmd: bind: allow to bind driver with driver dataPatrice Chotard1-2/+3
2020-08-15Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2020-08-14cmd: demo: Remove duplicated help message for list subcommandMichal Simek1-1/+0
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko3-0/+38
2020-08-14cmd: exception: unaligned data access on RISC-VHeinrich Schuchardt1-1/+16
2020-08-13cmd/efidebug: missing initialization of load_optionsHeinrich Schuchardt1-1/+1
2020-08-11Merge tag 'efi-2020-10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-46/+33
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt2-11/+15
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt1-36/+19
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-4/+0
2020-08-07fs/squashfs: add filesystem commandsJoao Marcos Costa3-0/+49
2020-08-07cmd: Update the memory-search commandSimon Glass2-13/+19
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait1-0/+4
2020-08-06mvebu: bubt: Drop dead codeTom Rini1-15/+0
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki1-7/+0
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt1-3/+4
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach1-1/+1
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo1-0/+7
2020-08-04cmd: add clone commandJohn Chau3-0/+135
2020-08-03w1: Drop dm.h header fileSimon Glass1-0/+1
2020-08-03net: Drop dm.h header file from phy.hSimon Glass2-0/+2
2020-08-03dm: core: Drop dm.h header file from dm-demo.hSimon Glass1-0/+1
2020-07-31cmd: env: add env select commandPatrick Delaunay2-0/+20
2020-07-31cmd: env: add env load commandPatrick Delaunay2-0/+20
2020-07-28cmd: button: add a new 'button' commandPhilippe Reynes3-0/+98
2020-07-28cmd: host: return value of do_host_bind()Heinrich Schuchardt1-1/+1
2020-07-26cmd: env: check real location for env info commandPatrick Delaunay1-3/+12
2020-07-26cmd: env: add option for quiet output on env infoPatrick Delaunay2-7/+20
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt1-18/+24
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass1-1/+21
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass1-2/+16
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass1-19/+36
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass1-26/+8