summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: env: check real location for env info commandPatrick Delaunay2020-07-261-3/+12
* cmd: env: add option for quiet output on env infoPatrick Delaunay2020-07-262-7/+20
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-221-18/+24
* x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
* x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
* x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36
* x86: mtrr: Update the command to use the new mtrr callsSimon Glass2020-07-201-26/+8
* x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-201-3/+3
* x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-201-4/+21
* x86: mtrr: Fix 'ensable' typoSimon Glass2020-07-201-1/+1
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-171-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* cmd: booti: convert the debug print about image move to printfTero Kristo2020-07-171-1/+2
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-172-2/+2
* acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass2020-07-171-2/+13
* efi_loader: simplify 'printenv -e'Heinrich Schuchardt2020-07-162-90/+23
* efi_selftest: enable 'bootefi hello'Heinrich Schuchardt2020-07-161-0/+1
* cmd: fix lsblk commandHeinrich Schuchardt2020-07-161-0/+2
* cmd: drop fitupd commandHeinrich Schuchardt2020-07-163-38/+0
* efi_loader: display RO attribute in printenv -eHeinrich Schuchardt2020-07-111-8/+16
* cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt2020-07-091-3/+8
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-2/+2
* rtc: add rtc commandRasmus Villemoes2020-07-093-0/+174
* cmd: Add a memory-search commandSimon Glass2020-07-082-0/+165
* cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass2020-07-081-79/+38
* cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass2020-07-081-51/+17
* Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass2020-07-081-27/+27
* cmd: add a panic commandHeiko Stuebner2020-07-082-0/+24
* cmd: blkls: Add blkls commandNiel Fourie2020-07-073-0/+59
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-1/+21
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-071-0/+11
* cmd: part: Add subcommand to list supported partition tablesNiel Fourie2020-07-071-2/+25
* cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay2020-07-071-1/+1
* Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-07-051-1/+1
|\
| * efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt2020-06-301-1/+1
* | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-303-3/+6
|\|
| * Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-06-251-1/+2
| |\
| | * cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng2020-06-241-1/+2
| * | Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-06-241-1/+3
| |\ \
| | * | cmd: mmc: Cache-align extcsd read targetMarek Vasut2020-06-241-1/+3
| | |/
| * / cmd: booti: Fix spelling of "environment".Vagrant Cascadian2020-06-231-1/+1
| |/
* | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-292-5/+5
* | bdinfo: Update the file commentsSimon Glass2020-06-251-6/+2
* | bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass2020-06-251-8/+0
* | bdinfo: m68k: Move m68k-specific info into its own fileSimon Glass2020-06-251-15/+0
* | bdinfo: ppc: Move PPC-specific info into its own fileSimon Glass2020-06-251-27/+0
* | bdinfo: arm: Move ARM-specific info into its own fileSimon Glass2020-06-251-38/+7
* | bdinfo: Export some basic printing functionsSimon Glass2020-06-251-39/+39
* | bdinfo: net: Inline print_eth_ip_addr()Simon Glass2020-06-251-11/+4
* | bdinfo: net: Drop legacy ethernet bdinfoSimon Glass2020-06-251-24/+2