summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-3/+3
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-4/+21
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo1-1/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2-2/+2
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass1-2/+13
2020-07-16efi_loader: simplify 'printenv -e'Heinrich Schuchardt2-90/+23
2020-07-16efi_selftest: enable 'bootefi hello'Heinrich Schuchardt1-0/+1
2020-07-16cmd: fix lsblk commandHeinrich Schuchardt1-0/+2
2020-07-16cmd: drop fitupd commandHeinrich Schuchardt3-38/+0
2020-07-12efi_loader: display RO attribute in printenv -eHeinrich Schuchardt1-8/+16
2020-07-10cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt1-3/+8
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-2/+2
2020-07-09rtc: add rtc commandRasmus Villemoes3-0/+174
2020-07-09cmd: Add a memory-search commandSimon Glass2-0/+165
2020-07-09cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-09cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-27/+27
2020-07-09cmd: add a panic commandHeiko Stuebner2-0/+24
2020-07-07cmd: blkls: Add blkls commandNiel Fourie3-0/+59
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie1-1/+21
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+11
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie1-2/+25
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1
2020-07-06Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-3/+6
2020-06-30efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2-5/+5
2020-06-25Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+2
2020-06-25bdinfo: Update the file commentsSimon Glass1-6/+2
2020-06-25bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass1-8/+0
2020-06-25bdinfo: m68k: Move m68k-specific info into its own fileSimon Glass1-15/+0
2020-06-25bdinfo: ppc: Move PPC-specific info into its own fileSimon Glass1-27/+0
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass1-38/+7
2020-06-25bdinfo: Export some basic printing functionsSimon Glass1-39/+39
2020-06-25bdinfo: net: Inline print_eth_ip_addr()Simon Glass1-11/+4
2020-06-25bdinfo: net: Drop legacy ethernet bdinfoSimon Glass1-24/+2
2020-06-25bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHnSimon Glass1-15/+0
2020-06-25bdinfo: Drop print_cpu_word_size()Simon Glass1-6/+1
2020-06-25bdinfo: Drop print_bi_flash()Simon Glass1-8/+3
2020-06-25bdinfo: Drop print_bi_boot_params()Simon Glass1-7/+1
2020-06-25bdinfo: sh: arc: Drop arch-specific print_bi_mem()Simon Glass1-15/+2
2020-06-25bdinfo: ppc: Drop arch-specific print_baudrate()Simon Glass1-10/+1