summaryrefslogtreecommitdiff
path: root/cmd/bdinfo.c
AgeCommit message (Expand)Author
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
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-04cmd: Add an indication of 32/64-bit to bdinfoSimon Glass
2020-01-07bdinfo: show multi_dtb_fitHeiko Schocher
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-30bdinfo: show fb base with DM_VIDEOHeiko Schocher
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2018-11-16cmd/bdinfo: correct output of numerical valuesHeinrich Schuchardt
2018-10-03riscv: cmd: bdinfo: Print the relocation addressBin Meng
2018-10-03riscv: Remove mach typeBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-01-30cmd/bdinfo: print relocation info on X86Heinrich Schuchardt
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-13cmd/bdinfo: correct comment in board_detailChris Packham
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-07-03powerpc: remove 4xx supportHeiko Schocher
2017-06-23bdinfo: print fdt_blobHeiko Schocher
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-05-12cmd/bdinfo.c: Fix unused function warningTom Rini