index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
board_f.c
Age
Commit message (
Expand
)
Author
2014-08-07
support blackfin board initialization in generic board_f
Sonic Zhang
2014-07-23
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
Add a simple malloc() implementation for pre-relocation
Simon Glass
2014-07-18
common: board_f: cosmetic use __weak for leds
Jeroen Hofstee
2014-05-12
common/board_f: Fix size variable
York Sun
2014-05-12
common/board_f: Initialized global data for generic board
York Sun
2014-05-12
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-04-20
board_f: call timer_init on MIPS
Paul Burton
2014-04-20
board_f: call init_func_ram on MIPS
Paul Burton
2014-03-18
sandbox: Use os functions to read host device tree
Simon Glass
2014-03-07
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Masahiro Yamada
2014-02-26
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-26
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-21
common: Add get_effective_memsize() to memsize.c
York Sun
2014-02-19
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
Masahiro Yamada
2014-02-19
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
2014-01-10
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-01-09
arm64: generic board support
David Feng
2014-01-09
sandbox: Allow reading/writing of RAM buffer
Simon Glass
2014-01-09
sandbox: Allow return from board_init_f()
Simon Glass
2013-12-13
board_f: explicitly disable console on early boot
Alexey Brodkin
2013-10-17
i2c: fix init on generic board
trem
2013-07-24
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-23
i2c, soft-i2c: switch to new multibus/multiadapter support
Heiko Schocher
2013-07-23
i2c: common changes for multibus/multiadapter support
Heiko Schocher
2013-06-26
Add trace support to generic board
Simon Glass
2013-06-07
generic_board: reduce the redundancy of gd_t struct members
Masahiro Yamada
2013-06-04
common: board_f: Do not call board_postclk_init twice
Masahiro Yamada
2013-05-15
Power: remove support for Freescale MPC8220
Wolfgang Denk
2013-05-01
lib: consolidate hang()
Andreas Bießmann
2013-05-01
sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
Simon Glass
2013-05-01
sandbox: Switch over to generic board
Simon Glass
2013-04-15
x86: Allow setup code to manage its own global data
Simon Glass
2013-04-15
x86: Fix DRAM bank size init with generic board
Simon Glass
2013-04-11
Do not call board_early_init_f() twice
Vadim Bendebury
2013-03-15
x86: Adjust board_f.c for x86
Simon Glass
2013-03-15
Adjust board_f.c for ppc
Simon Glass
2013-03-15
Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
Simon Glass
2013-03-15
Add spl load feature
Simon Glass
2013-03-15
Introduce generic pre-relocation board_f.c
Simon Glass