aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas1-2/+2
2020-11-09cmd: conitrace: replace getc() by getchar()Heinrich Schuchardt1-2/+2
2020-10-30cmd: log: Add commands to manipulate filtersSean Anderson2-0/+242
2020-10-30cmd: log: Make "log level" print all log levelsSean Anderson1-3/+9
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson1-0/+35
2020-10-30cmd: log: Split off log level parsingSean Anderson1-6/+23
2020-10-30cmd: log: Use sub-commands for logSean Anderson1-27/+4
2020-10-30test: log: Convert log_test from python to CSean Anderson1-6/+0
2020-10-30log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson1-2/+2
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini3-0/+281
2020-10-28cmd: Add a mux commandPratyush Yadav3-0/+191
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar1-42/+1
2020-10-23cmd: Add a 'misc' command to access miscellaneous devicesBin Meng3-0/+143
2020-10-23cmd: Split out timer command from the sleep commandBin Meng3-28/+35
2020-10-23cmd: Rename CMD_MISC to CMD_SLEEPBin Meng3-6/+2
2020-10-23cmd: optee_rpmb command for read/write of rpmb from opteeRuchika Gupta3-0/+281
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt2-24/+24
2020-10-14cmd/button: return button statusHeinrich Schuchardt1-2/+2
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis1-0/+38
2020-10-14cmd: Add command to display or save Linux PStore dumpsFrédéric Danis3-0/+578
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass1-117/+0
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini3-0/+47
2020-10-06bloblist: Add a commandSimon Glass3-0/+47
2020-10-06efi_loader: consider no-map property of reserved memoryHeinrich Schuchardt1-6/+28
2020-10-05Merge branch 'next'Tom Rini12-19/+352
2020-09-30sntp: use udp frameworkPhilippe Reynes2-1/+10
2020-09-30cmd: irq: disable CMD_IRQ for riscv archPragnesh Patel1-1/+1
2020-09-27efi_loader: efidebug display RNG protocolHeinrich Schuchardt1-0/+5
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini3-12/+129
2020-09-25x86: video: Show information about each video deviceSimon Glass1-1/+31
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass1-4/+5
2020-09-25x86: Allow showing details about a HOB entrySimon Glass1-4/+45
2020-09-25x86: hob: Try to show a name instead of a GUIDSimon Glass1-2/+41
2020-09-25x86: hob: Add way to show a single hob entrySimon Glass1-5/+11
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+14
2020-09-23cmd: pxe: Add relocation to pxe_sub cmdsT Karthik Reddy1-0/+14
2020-09-21Merge branch 'master' into nextTom Rini4-8/+36
2020-09-21cmd: acpi: Print revisions in hex formatAndy Shevchenko1-1/+1
2020-09-19Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+2
2020-09-18efi: change 'env -e -i' usage syntaxMaxim Uvarov1-2/+2
2020-09-18cmd: mem: fix range of bitflip testRalph Siemsen2-5/+28
2020-09-11env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar1-0/+5
2020-09-09board: ns3: kconfig: extend board kconfig with specific commandsVladimir Olovyannikov1-0/+2
2020-09-09cmd: broadcom: add command for chimp handshakeBharat Kumar Reddy Gooty2-0/+34
2020-09-09cmd: broadcom: add cmd to update bnxt image env variablesVikas Gupta2-0/+126
2020-09-09cmd: broadcom: add bnxt boot commandTrac Hoang2-0/+41
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2-11/+1
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-26cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize valuesStefan Roese1-8/+0
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese1-1/+1
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-2/+0
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
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-11efi_loader: display RO attribute in printenv -eHeinrich Schuchardt1-8/+16
2020-07-09cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt1-3/+8
2020-07-09log: don't show function by defaultHeinrich Schuchardt1-2/+2
2020-07-09rtc: add rtc commandRasmus Villemoes3-0/+174
2020-07-08cmd: Add a memory-search commandSimon Glass2-0/+165
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-27/+27
2020-07-08cmd: 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-05Merge 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
2020-06-25bdinfo: Drop print_std_bdinfo()Simon Glass1-10/+5
2020-06-25bdinfo: Drop unnecessary inline on functionsSimon Glass1-7/+7
2020-06-25bdinfo: microblaze: sh: nios2: Drop arch-specific flash infoSimon Glass1-14/+3
2020-06-25bdinfo: Drop unused __maybe_unusedSimon Glass1-5/+2
2020-06-25bdinfo: Drop the option to not use the generic 'bd' commandSimon Glass1-59/+0
2020-06-25bdinfo: arc: Use the generic bd commandSimon Glass1-11/+1
2020-06-25bdinfo: arm: Use the generic bd commandSimon Glass1-58/+44
2020-06-25bdinfo: m68k: Use the generic bd commandSimon Glass1-30/+19
2020-06-25bdinfo: powerpc: Use the generic bd commandSimon Glass1-48/+41
2020-06-25bdinfo: riscv: Use the generic bd commandSimon Glass1-14/+1
2020-06-25bdinfo: nds32: Use the generic bd commandSimon Glass1-13/+1
2020-06-25bdinfo: sandbox: Use the generic bd commandSimon Glass1-15/+1
2020-06-25bdinfo: x86: Use the generic bd commandSimon Glass1-19/+2
2020-06-25bdinfo: sh: Use the generic bd commandSimon Glass1-12/+1
2020-06-25bdinfo: microblaze: Use the generic bd commandSimon Glass1-23/+7
2020-06-25bdinfo: nios2: Use the generic bd commandSimon Glass1-18/+1
2020-06-25bdinfo: mips: Use the generic bd commandSimon Glass1-9/+4
2020-06-25bdinfo: xtensa: Create a generic do_bdinfo for xtensaSimon Glass1-3/+9
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-3/+6
2020-06-24cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng1-1/+2
2020-06-24Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-1/+3
2020-06-24cmd: mmc: Cache-align extcsd read targetMarek Vasut1-1/+3
2020-06-23cmd: booti: Fix spelling of "environment".Vagrant Cascadian1-1/+1
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini1-1/+1
2020-06-19cmd: bootefi: Honor the address & size cells properties correctlyAtish Patra1-3/+6
2020-06-15trivial: Fix booot occurencesMichal Simek1-1/+1
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini1-3/+11
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf1-0/+6
2020-06-11log: check argument of 'log level' commandHeinrich Schuchardt1-3/+11
2020-06-03Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-6/+15
2020-06-03Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-3/+0
2020-06-03efi_loader: validate load optionHeinrich Schuchardt1-6/+15
2020-06-02cmd: fitupd: move config check to KconfigHeinrich Schuchardt2-4/+1
2020-06-01cmd: sf Drop reassignment of new into flashJagan Teki1-3/+0
2020-05-27cbfs: Return the error code from file_cbfs_init()Simon Glass1-2/+1
2020-05-27x86: mtrr: Drop the mask display when changing an mtrrSimon Glass1-1/+0
2020-05-25cmd: zip: fix implicit declaration warningMichael Walle1-0/+1
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle1-0/+1
2020-05-25cmd: unzip: automatically select CONFIG_GZIPMichael Walle1-0/+1
2020-05-21efi_loader: add EFI_MEMORY_SP to memory attributesHeinrich Schuchardt2-0/+2
2020-05-19cmd: avb: free partition buffer upon verify completionGary Bisson1-0/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass8-0/+8
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass1-2/+2
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass29-0/+29
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass2-15/+14
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass170-880/+1080
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop bootstage.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop part.h from common headerSimon Glass12-1/+16
2020-05-18part: Drop disk_partition_t typedefSimon Glass10-23/+24