summaryrefslogtreecommitdiff
path: root/cmd/bdinfo.c
AgeCommit message (Expand)Author
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass
2022-09-13cmd: bdinfo: introduce bdinfo_print_size() helperOvidiu Panait
2022-09-12cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2021-12-23fdt: Report the devicetree sourceSimon Glass
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bitBin Meng
2021-02-03bdinfo: Rename function names to be clearerBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-09-25x86: video: Show information about each video deviceSimon Glass
2020-08-26cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize valuesStefan Roese
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-25bdinfo: Update the file commentsSimon Glass
2020-06-25bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass
2020-06-25bdinfo: m68k: Move m68k-specific info into its own fileSimon Glass
2020-06-25bdinfo: ppc: Move PPC-specific info into its own fileSimon Glass
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass
2020-06-25bdinfo: Export some basic printing functionsSimon Glass
2020-06-25bdinfo: net: Inline print_eth_ip_addr()Simon Glass
2020-06-25bdinfo: net: Drop legacy ethernet bdinfoSimon Glass
2020-06-25bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHnSimon Glass
2020-06-25bdinfo: Drop print_cpu_word_size()Simon Glass
2020-06-25bdinfo: Drop print_bi_flash()Simon Glass
2020-06-25bdinfo: Drop print_bi_boot_params()Simon Glass
2020-06-25bdinfo: sh: arc: Drop arch-specific print_bi_mem()Simon Glass
2020-06-25bdinfo: ppc: Drop arch-specific print_baudrate()Simon Glass
2020-06-25bdinfo: Drop print_std_bdinfo()Simon Glass
2020-06-25bdinfo: Drop unnecessary inline on functionsSimon Glass
2020-06-25bdinfo: microblaze: sh: nios2: Drop arch-specific flash infoSimon Glass
2020-06-25bdinfo: Drop unused __maybe_unusedSimon Glass
2020-06-25bdinfo: Drop the option to not use the generic 'bd' commandSimon Glass
2020-06-25bdinfo: arc: Use the generic bd commandSimon Glass
2020-06-25bdinfo: arm: Use the generic bd commandSimon Glass
2020-06-25bdinfo: m68k: Use the generic bd commandSimon Glass
2020-06-25bdinfo: powerpc: Use the generic bd commandSimon Glass
2020-06-25bdinfo: riscv: Use the generic bd commandSimon Glass
2020-06-25bdinfo: nds32: Use the generic bd commandSimon Glass
2020-06-25bdinfo: sandbox: Use the generic bd commandSimon Glass
2020-06-25bdinfo: x86: Use the generic bd commandSimon Glass
2020-06-25bdinfo: sh: Use the generic bd commandSimon Glass
2020-06-25bdinfo: microblaze: Use the generic bd commandSimon Glass
2020-06-25bdinfo: nios2: Use the generic bd commandSimon Glass
2020-06-25bdinfo: mips: Use the generic bd commandSimon Glass
2020-06-25bdinfo: xtensa: Create a generic do_bdinfo for xtensaSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass