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
old/tizen_20241126
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
/
common
/
board_f.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
event: Convert arch_cpu_init_dm() to use events
Simon Glass
1
-6
/
+0
2022-03-10
event: Convert misc_init_f() to use events
Simon Glass
1
-2
/
+5
2022-03-10
event: Set up the event system on start-up
Simon Glass
1
-0
/
+2
2022-01-13
bloblist: Rename the SPL tag
Simon Glass
1
-1
/
+1
2021-12-05
bloblist: Support allocating the bloblist
Simon Glass
1
-1
/
+7
2021-11-18
board_f: Copy GD to new GD even if relocation disabled
Marek Vasut
1
-16
/
+18
2021-08-30
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
Tom Rini
1
-2
/
+2
2021-07-28
i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
Simon Glass
1
-2
/
+2
2021-07-06
sandbox: don't refer to symbol _init
Heinrich Schuchardt
1
-1
/
+3
2021-04-10
board_f: cosmetic: change the debug trace to KB in reserve_video
Patrick Delaunay
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-27
bloblist: Support relocating to a larger space
Simon Glass
1
-4
/
+6
2021-01-15
common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt
Ovidiu Panait
1
-20
/
+21
2021-01-15
common: board_f: Move setup_machine code to setup_bdinfo
Ovidiu Panait
1
-9
/
+4
2021-01-15
common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm
Ovidiu Panait
1
-5
/
+6
2021-01-15
common: board_f: Drop initf_console_record wrapper
Ovidiu Panait
1
-9
/
+3
2021-01-15
common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F
Ovidiu Panait
1
-4
/
+3
2020-10-22
board: Show memory for frame buffers
Simon Glass
1
-0
/
+2
2020-10-22
bloblist: Place on a 4KB boundary
Simon Glass
1
-1
/
+3
2020-08-26
board_f: Add default values for bi_dram[] in dram_init_banksize()
Stefan Roese
1
-6
/
+1
2020-08-26
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
1
-6
/
+1
2020-08-22
board_f: Remove dead code from init_func_i2c
Ovidiu Panait
1
-4
/
+0
2020-08-14
common/board_f: make sure to call fix_fdt() before reserve_fdt()
Pragnesh Patel
1
-3
/
+3
2020-08-06
board_f: Remove setup_board_part1
Ovidiu Panait
1
-11
/
+1
2020-08-06
board_f: ppc: Factor out ppc-specific bdinfo setup
Ovidiu Panait
1
-34
/
+2
2020-08-06
board_f: m68k: Factor out m68k-specific bdinfo setup
Ovidiu Panait
1
-15
/
+4
2020-08-06
board_f: Move sram bdinfo assignments to generic code
Ovidiu Panait
1
-5
/
+5
2020-08-06
board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo
Ovidiu Panait
1
-6
/
+5
2020-08-06
board_f: Introduce arch_setup_bdinfo initcall
Ovidiu Panait
1
-1
/
+6
2020-08-06
board_f: Introduce setup_bdinfo initcall
Ovidiu Panait
1
-0
/
+6
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-6
/
+7
2020-07-07
common/board_f: Respect original FDT size while relocating
Oleksandr Andrushchenko
1
-1
/
+1
2020-06-25
common: fdt: Remove additional 4k space for fdt allocation
Ashok Reddy Soma
1
-1
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
bootstage: Use BOOTSTAGE instead of BOOTSTATE
Simon Glass
1
-2
/
+2
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-15
common/board_f: avoid -Wtype-limits warning
Heinrich Schuchardt
1
-1
/
+1
2020-05-03
common: board_f: Use cpu_get_current_dev in print_cpuinfo
Ye Li
1
-5
/
+5
2020-04-24
common/board_f: Make reserve_mmu generic
Ovidiu Panait
1
-3
/
+6
2020-04-24
common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c
Ovidiu Panait
1
-28
/
+0
2020-04-16
board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory
Patrick Delaunay
1
-14
/
+18
2020-04-16
board_f.c: Ensure gd->new_bootstage alignment
Patrice Chotard
1
-0
/
+5
2020-02-13
board_f: Make clear_bss generic
Ovidiu Panait
1
-3
/
+5
2020-01-30
common/board_f.c: Remove arch-specific checks for cpucheck
Ovidiu Panait
1
-2
/
+5
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
1
-0
/
+1
2020-01-17
common: Move clock functions into a new file
Simon Glass
1
-0
/
+1
2019-12-02
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move checkcpu() out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move serial functions out of common.h
Simon Glass
1
-0
/
+1
[next]