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
2014-11-24
Revert "common/board_f: add setup of initial stack frame for MIPS"
Tom Rini
1
-7
/
+1
2014-11-24
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-12
/
+2
2014-11-23
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
1
-4
/
+4
2014-11-23
common/board_f: fix gcc warning on MIPS64
Daniel Schwierzeck
1
-4
/
+6
2014-11-23
common/board_f: add setup of initial stack frame for MIPS
Daniel Schwierzeck
1
-1
/
+7
2014-11-21
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
Simon Glass
1
-5
/
+0
2014-11-21
Move early malloc() to before arch_cpu_init()
Simon Glass
1
-1
/
+1
2014-11-21
x86: Use the standard arch_cpu_init() function
Simon Glass
1
-1
/
+0
2014-11-21
x86: Use the standard dram_init() function
Simon Glass
1
-5
/
+1
2014-10-24
common: board: use __weak
Jeroen Hofstee
1
-8
/
+2
2014-09-16
generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y
Masahiro Yamada
1
-4
/
+6
2014-09-16
common: fix include guards for CONFIG_MP
Gabriel Huau
1
-2
/
+2
2014-09-10
dm: Move pre-reloc init earlier to cope with board_early_init_f()
Simon Glass
1
-2
/
+2
2014-08-29
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-4
/
+4
2014-08-24
nios2: add generic board support
Thomas Chou
1
-3
/
+3
2014-08-20
mx6: add support of multi-processor command
Gabriel Huau
1
-4
/
+4
2014-08-07
support blackfin board initialization in generic board_f
Sonic Zhang
1
-11
/
+34
2014-07-23
dm: Support driver model prior to relocation
Simon Glass
1
-0
/
+16
2014-07-23
Add a simple malloc() implementation for pre-relocation
Simon Glass
1
-0
/
+12
2014-07-18
common: board_f: cosmetic use __weak for leds
Jeroen Hofstee
1
-19
/
+10
2014-05-12
common/board_f: Fix size variable
York Sun
1
-1
/
+1
2014-05-12
common/board_f: Initialized global data for generic board
York Sun
1
-5
/
+7
2014-05-12
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
1
-9
/
+0
2014-04-20
board_f: call timer_init on MIPS
Paul Burton
1
-1
/
+1
2014-04-20
board_f: call init_func_ram on MIPS
Paul Burton
1
-2
/
+2
2014-03-17
sandbox: Use os functions to read host device tree
Simon Glass
1
-27
/
+21
2014-03-07
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Masahiro Yamada
1
-3
/
+3
2014-02-26
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-11
/
+3
2014-02-26
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
1
-11
/
+3
2014-02-21
common: Add get_effective_memsize() to memsize.c
York Sun
1
-11
/
+0
2014-02-19
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
Masahiro Yamada
1
-2
/
+0
2014-02-19
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
1
-1
/
+1
2014-01-10
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-7
/
+13
2014-01-09
arm64: generic board support
David Feng
1
-7
/
+13
2014-01-08
sandbox: Allow reading/writing of RAM buffer
Simon Glass
1
-3
/
+4
2014-01-08
sandbox: Allow return from board_init_f()
Simon Glass
1
-5
/
+3
2013-12-13
board_f: explicitly disable console on early boot
Alexey Brodkin
1
-0
/
+1
2013-10-17
i2c: fix init on generic board
trem
1
-0
/
+4
2013-07-24
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
1
-2
/
+2
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-23
i2c, soft-i2c: switch to new multibus/multiadapter support
Heiko Schocher
1
-4
/
+2
2013-07-23
i2c: common changes for multibus/multiadapter support
Heiko Schocher
1
-2
/
+4
2013-06-26
Add trace support to generic board
Simon Glass
1
-1
/
+16
2013-06-07
generic_board: reduce the redundancy of gd_t struct members
Masahiro Yamada
1
-49
/
+49
2013-06-04
common: board_f: Do not call board_postclk_init twice
Masahiro Yamada
1
-6
/
+3
2013-05-15
Power: remove support for Freescale MPC8220
Wolfgang Denk
1
-24
/
+0
2013-05-01
lib: consolidate hang()
Andreas Bießmann
1
-10
/
+0
2013-05-01
sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
Simon Glass
1
-0
/
+55
2013-05-01
sandbox: Switch over to generic board
Simon Glass
1
-9
/
+42
2013-04-15
x86: Allow setup code to manage its own global data
Simon Glass
1
-1
/
+1
[next]