index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
board_f.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow architecture-specific memory reservation
Simon Glass
2015-01-24
1
-0
/
+7
*
x86: board_f: Adjust x86 boot order for performance
Simon Glass
2015-01-13
1
-3
/
+5
*
common/board_f.c: fix compile error when tracing disabled
Kevin Hilman
2014-12-29
1
-0
/
+2
*
Revert "common/board_f: add setup of initial stack frame for MIPS"
Tom Rini
2014-11-24
1
-7
/
+1
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2014-11-24
1
-12
/
+2
|
\
|
*
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
Simon Glass
2014-11-21
1
-5
/
+0
|
*
Move early malloc() to before arch_cpu_init()
Simon Glass
2014-11-21
1
-1
/
+1
|
*
x86: Use the standard arch_cpu_init() function
Simon Glass
2014-11-21
1
-1
/
+0
|
*
x86: Use the standard dram_init() function
Simon Glass
2014-11-21
1
-5
/
+1
*
|
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-11-23
1
-4
/
+4
*
|
common/board_f: fix gcc warning on MIPS64
Daniel Schwierzeck
2014-11-23
1
-4
/
+6
*
|
common/board_f: add setup of initial stack frame for MIPS
Daniel Schwierzeck
2014-11-23
1
-1
/
+7
|
/
*
common: board: use __weak
Jeroen Hofstee
2014-10-24
1
-8
/
+2
*
generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y
Masahiro Yamada
2014-09-16
1
-4
/
+6
*
common: fix include guards for CONFIG_MP
Gabriel Huau
2014-09-16
1
-2
/
+2
*
dm: Move pre-reloc init earlier to cope with board_early_init_f()
Simon Glass
2014-09-10
1
-2
/
+2
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2014-08-29
1
-4
/
+4
|
\
|
*
mx6: add support of multi-processor command
Gabriel Huau
2014-08-20
1
-4
/
+4
*
|
nios2: add generic board support
Thomas Chou
2014-08-24
1
-3
/
+3
*
|
support blackfin board initialization in generic board_f
Sonic Zhang
2014-08-07
1
-11
/
+34
|
/
*
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
1
-0
/
+16
*
Add a simple malloc() implementation for pre-relocation
Simon Glass
2014-07-23
1
-0
/
+12
*
common: board_f: cosmetic use __weak for leds
Jeroen Hofstee
2014-07-18
1
-19
/
+10
*
common/board_f: Fix size variable
York Sun
2014-05-12
1
-1
/
+1
*
common/board_f: Initialized global data for generic board
York Sun
2014-05-12
1
-5
/
+7
*
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-05-12
1
-9
/
+0
*
board_f: call timer_init on MIPS
Paul Burton
2014-04-20
1
-1
/
+1
*
board_f: call init_func_ram on MIPS
Paul Burton
2014-04-20
1
-2
/
+2
*
sandbox: Use os functions to read host device tree
Simon Glass
2014-03-17
1
-27
/
+21
*
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Masahiro Yamada
2014-03-07
1
-3
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-26
1
-11
/
+3
|
\
|
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
1
-11
/
+3
*
|
common: Add get_effective_memsize() to memsize.c
York Sun
2014-02-21
1
-11
/
+0
|
/
*
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
Masahiro Yamada
2014-02-19
1
-2
/
+0
*
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-01-10
1
-7
/
+13
|
\
|
*
arm64: generic board support
David Feng
2014-01-09
1
-7
/
+13
*
|
sandbox: Allow reading/writing of RAM buffer
Simon Glass
2014-01-08
1
-3
/
+4
*
|
sandbox: Allow return from board_init_f()
Simon Glass
2014-01-08
1
-5
/
+3
*
|
board_f: explicitly disable console on early boot
Alexey Brodkin
2013-12-13
1
-0
/
+1
|
/
*
i2c: fix init on generic board
trem
2013-10-17
1
-0
/
+4
*
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
1
-2
/
+2
|
\
|
*
i2c, soft-i2c: switch to new multibus/multiadapter support
Heiko Schocher
2013-07-23
1
-4
/
+2
|
*
i2c: common changes for multibus/multiadapter support
Heiko Schocher
2013-07-23
1
-2
/
+4
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
|
/
*
Add trace support to generic board
Simon Glass
2013-06-26
1
-1
/
+16
*
generic_board: reduce the redundancy of gd_t struct members
Masahiro Yamada
2013-06-07
1
-49
/
+49
*
common: board_f: Do not call board_postclk_init twice
Masahiro Yamada
2013-06-04
1
-6
/
+3
*
Power: remove support for Freescale MPC8220
Wolfgang Denk
2013-05-15
1
-24
/
+0
*
lib: consolidate hang()
Andreas Bießmann
2013-05-01
1
-10
/
+0
[next]