summaryrefslogtreecommitdiff
path: root/cmd/bdinfo.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: bdinfo: Print ethaddr of current MACMarek Vasut2023-05-031-7/+13
* cmd: bdinfo: Wrap network information printing into print_eth()Marek Vasut2023-05-031-4/+4
* cmd: bdinfo: Map fdt_blob and new_fdt to sysmemMarek Vasut2023-05-031-2/+3
* bbinfo: Show the size of the copy framebufferSimon Glass2023-03-131-1/+5
* x86: Add a few more items to bdinfoSimon Glass2023-03-131-0/+5
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
* cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait2022-09-131-0/+7
* cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek2022-09-121-1/+1
* video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-1/+1
* fdt: Report the devicetree sourceSimon Glass2021-12-231-0/+2
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* | bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng2021-02-031-2/+2
* | bdinfo: Rename function names to be clearerBin Meng2021-02-031-26/+26
|/
* x86: video: Show information about each video deviceSimon Glass2020-09-251-1/+31
* cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize valuesStefan Roese2020-08-261-8/+0
* CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-2/+0
* cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-061-0/+4
* cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt2020-08-051-3/+4
* lmb/bdinfo: dump lmb info via bdinfoTero Kristo2020-08-041-0/+7
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* 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
* bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHnSimon Glass2020-06-251-15/+0
* bdinfo: Drop print_cpu_word_size()Simon Glass2020-06-251-6/+1
* bdinfo: Drop print_bi_flash()Simon Glass2020-06-251-8/+3
* bdinfo: Drop print_bi_boot_params()Simon Glass2020-06-251-7/+1
* bdinfo: sh: arc: Drop arch-specific print_bi_mem()Simon Glass2020-06-251-15/+2
* bdinfo: ppc: Drop arch-specific print_baudrate()Simon Glass2020-06-251-10/+1
* bdinfo: Drop print_std_bdinfo()Simon Glass2020-06-251-10/+5
* bdinfo: Drop unnecessary inline on functionsSimon Glass2020-06-251-7/+7
* bdinfo: microblaze: sh: nios2: Drop arch-specific flash infoSimon Glass2020-06-251-14/+3
* bdinfo: Drop unused __maybe_unusedSimon Glass2020-06-251-5/+2
* bdinfo: Drop the option to not use the generic 'bd' commandSimon Glass2020-06-251-59/+0
* bdinfo: arc: Use the generic bd commandSimon Glass2020-06-251-11/+1
* bdinfo: arm: Use the generic bd commandSimon Glass2020-06-251-58/+44
* bdinfo: m68k: Use the generic bd commandSimon Glass2020-06-251-30/+19
* bdinfo: powerpc: Use the generic bd commandSimon Glass2020-06-251-48/+41
* bdinfo: riscv: Use the generic bd commandSimon Glass2020-06-251-14/+1
* bdinfo: nds32: Use the generic bd commandSimon Glass2020-06-251-13/+1
* bdinfo: sandbox: Use the generic bd commandSimon Glass2020-06-251-15/+1
* bdinfo: x86: Use the generic bd commandSimon Glass2020-06-251-19/+2
* bdinfo: sh: Use the generic bd commandSimon Glass2020-06-251-12/+1