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
/
arch
/
x86
/
lib
/
init_helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-15
x86: Do cache set-up by default when booting from coreboot
Simon Glass
1
-4
/
+14
2021-03-27
x86: coreboot: Don't setup MTRR when booting from coreboot
Simon Glass
1
-3
/
+3
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-04-30
x86: cpu: Skip init code when chain loading
Simon Glass
1
-0
/
+3
2019-12-02
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
1
-0
/
+1
2019-10-08
x86: Use mtrr_commit() with FSP2
Simon Glass
1
-7
/
+15
2019-09-10
x86: Drop weak version board_get_usable_ram_top()
Bin Meng
1
-6
/
+0
2019-08-09
x86: Skip setting up MTRRs in slimbootloader
Park, Aiden
1
-1
/
+2
2019-06-22
x86: Revert "Don't set up MTRRs in SPL"
Andy Shevchenko
1
-4
/
+1
2019-05-08
x86: Don't set up MTRRs in SPL
Simon Glass
1
-1
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-02-06
x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
Simon Glass
1
-1
/
+1
2016-10-11
x86: Drop unused init_helper functions
Simon Glass
1
-10
/
+0
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2015-08-26
x86: Remove calculate_relocation_address()
Bin Meng
1
-50
/
+1
2015-04-18
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
1
-8
/
+0
2015-01-23
x86: Test mtrr support flag before accessing mtrr msr
Bin Meng
1
-1
/
+3
2015-01-13
x86: Commit the current MTRRs before relocation
Simon Glass
1
-0
/
+8
2014-11-21
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
Simon Glass
1
-27
/
+0
2014-02-19
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
1
-1
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-05-13
x86: Remove legacy board init code
Simon Glass
1
-98
/
+0
2013-03-15
x86: Use sections header to obtain link symbols
Simon Glass
1
-0
/
+1
2013-03-15
Introduce generic pre-relocation board_f.c
Simon Glass
1
-1
/
+1
2013-03-04
x86: Support relocation of FDT on start-up
Simon Glass
1
-2
/
+21
2013-03-04
x86: Add an __end symbol to signal the end of the U-Boot binary
Simon Glass
1
-1
/
+1
2013-03-04
x86: Add function to get top of usable ram
Simon Glass
1
-10
/
+18
2012-12-06
x86: Add support for CONFIG_OF_CONTROL
Gabe Black
1
-0
/
+29
2012-12-06
x86: Make calculate_relocation_address an overridable function
Gabe Black
1
-1
/
+2
2012-12-06
x86: Reorder x86's post relocation memory layout
Gabe Black
1
-3
/
+4
2012-12-06
x86: Initialise SPI if enabled
Gabe Black
1
-0
/
+9
2012-11-28
x86: Put global data on the stack
Graeme Russ
1
-36
/
+1
2012-11-28
x86: Forward declare gd_t
Graeme Russ
1
-1
/
+1
2012-05-15
net: move bootfile init into eth_initialize
Mike Frysinger
1
-12
/
+0
2012-05-15
net: punt bd->bi_ip_addr
Mike Frysinger
1
-8
/
+0
2012-01-04
x86: Convert board_init_f_r to a processing loop
Graeme Russ
1
-0
/
+75
2012-01-04
x86: Split init functions out of board.c
Graeme Russ
1
-0
/
+142