index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
bdinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
1
-0
/
+1
2021-02-03
bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit
Bin Meng
1
-2
/
+2
2021-02-03
bdinfo: Rename function names to be clearer
Bin Meng
1
-26
/
+26
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-09-25
x86: video: Show information about each video device
Simon Glass
1
-1
/
+31
2020-08-26
cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize values
Stefan Roese
1
-8
/
+0
2020-08-26
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
1
-2
/
+0
2020-08-06
cmd: bdinfo: Move sram info prints to generic code
Ovidiu Panait
1
-0
/
+4
2020-08-05
cmd: bdinfo: cleanup phys_addr_t output
Heinrich Schuchardt
1
-3
/
+4
2020-08-04
lmb/bdinfo: dump lmb info via bdinfo
Tero Kristo
1
-0
/
+7
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-2
/
+2
2020-06-25
bdinfo: Update the file comments
Simon Glass
1
-6
/
+2
2020-06-25
bdinfo: m68k: ppc: Move arch-specific code from bdinfo
Simon Glass
1
-8
/
+0
2020-06-25
bdinfo: m68k: Move m68k-specific info into its own file
Simon Glass
1
-15
/
+0
2020-06-25
bdinfo: ppc: Move PPC-specific info into its own file
Simon Glass
1
-27
/
+0
2020-06-25
bdinfo: arm: Move ARM-specific info into its own file
Simon Glass
1
-38
/
+7
2020-06-25
bdinfo: Export some basic printing functions
Simon Glass
1
-39
/
+39
2020-06-25
bdinfo: net: Inline print_eth_ip_addr()
Simon Glass
1
-11
/
+4
2020-06-25
bdinfo: net: Drop legacy ethernet bdinfo
Simon Glass
1
-24
/
+2
2020-06-25
bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn
Simon Glass
1
-15
/
+0
2020-06-25
bdinfo: Drop print_cpu_word_size()
Simon Glass
1
-6
/
+1
2020-06-25
bdinfo: Drop print_bi_flash()
Simon Glass
1
-8
/
+3
2020-06-25
bdinfo: Drop print_bi_boot_params()
Simon Glass
1
-7
/
+1
2020-06-25
bdinfo: sh: arc: Drop arch-specific print_bi_mem()
Simon Glass
1
-15
/
+2
2020-06-25
bdinfo: ppc: Drop arch-specific print_baudrate()
Simon Glass
1
-10
/
+1
2020-06-25
bdinfo: Drop print_std_bdinfo()
Simon Glass
1
-10
/
+5
2020-06-25
bdinfo: Drop unnecessary inline on functions
Simon Glass
1
-7
/
+7
2020-06-25
bdinfo: microblaze: sh: nios2: Drop arch-specific flash info
Simon Glass
1
-14
/
+3
2020-06-25
bdinfo: Drop unused __maybe_unused
Simon Glass
1
-5
/
+2
2020-06-25
bdinfo: Drop the option to not use the generic 'bd' command
Simon Glass
1
-59
/
+0
2020-06-25
bdinfo: arc: Use the generic bd command
Simon Glass
1
-11
/
+1
2020-06-25
bdinfo: arm: Use the generic bd command
Simon Glass
1
-58
/
+44
2020-06-25
bdinfo: m68k: Use the generic bd command
Simon Glass
1
-30
/
+19
2020-06-25
bdinfo: powerpc: Use the generic bd command
Simon Glass
1
-48
/
+41
2020-06-25
bdinfo: riscv: Use the generic bd command
Simon Glass
1
-14
/
+1
2020-06-25
bdinfo: nds32: Use the generic bd command
Simon Glass
1
-13
/
+1
2020-06-25
bdinfo: sandbox: Use the generic bd command
Simon Glass
1
-15
/
+1
2020-06-25
bdinfo: x86: Use the generic bd command
Simon Glass
1
-19
/
+2
2020-06-25
bdinfo: sh: Use the generic bd command
Simon Glass
1
-12
/
+1
2020-06-25
bdinfo: microblaze: Use the generic bd command
Simon Glass
1
-23
/
+7
2020-06-25
bdinfo: nios2: Use the generic bd command
Simon Glass
1
-18
/
+1
2020-06-25
bdinfo: mips: Use the generic bd command
Simon Glass
1
-9
/
+4
2020-06-25
bdinfo: xtensa: Create a generic do_bdinfo for xtensa
Simon Glass
1
-3
/
+9
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-14
/
+14
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+2
2020-05-04
cmd: Add an indication of 32/64-bit to bdinfo
Simon Glass
1
-0
/
+20
2020-01-07
bdinfo: show multi_dtb_fit
Heiko Schocher
1
-0
/
+3
2019-12-02
Move strtomhz() to vsprintf.h
Simon Glass
1
-0
/
+1
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-07-30
bdinfo: show fb base with DM_VIDEO
Heiko Schocher
1
-1
/
+1
[next]