summaryrefslogtreecommitdiff
path: root/cmd/bdinfo.c
AgeCommit message (Expand)AuthorFilesLines
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-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-14/+14
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+2
2020-05-04cmd: Add an indication of 32/64-bit to bdinfoSimon Glass1-0/+20
2020-01-07bdinfo: show multi_dtb_fitHeiko Schocher1-0/+3
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-30bdinfo: show fb base with DM_VIDEOHeiko Schocher1-1/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2018-11-16cmd/bdinfo: correct output of numerical valuesHeinrich Schuchardt1-2/+2
2018-10-03riscv: cmd: bdinfo: Print the relocation addressBin Meng1-0/+2
2018-10-03riscv: Remove mach typeBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+1
2018-01-30cmd/bdinfo: print relocation info on X86Heinrich Schuchardt1-0/+2
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen1-0/+15
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-13cmd/bdinfo: correct comment in board_detailChris Packham1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-2/+2