index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
lib
/
board.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
1
-2
/
+0
*
arm: Adds board_postclk_init to the init_sequence.
Markus Hubig
2012-09-04
1
-0
/
+3
*
ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency
Fabio Estevam
2012-07-20
1
-2
/
+8
*
ARM: introduce arch_early_init_r()
Fabio Estevam
2012-07-07
1
-0
/
+4
*
net: move bootfile init into eth_initialize
Mike Frysinger
2012-05-15
1
-8
/
+0
*
net: punt bd->bi_ip_addr
Mike Frysinger
2012-05-15
1
-3
/
+0
*
arm: Check for valid FDT after console is up
Simon Glass
2012-03-29
1
-0
/
+8
*
bootstage: arm: Add bootstage calls in board and bootm
Simon Glass
2012-03-18
1
-0
/
+3
*
davinci: add support for printing clock frequency
Hadli, Manjunath
2012-02-12
1
-1
/
+9
*
net: rtl8109: drop unused !NET_MULTI driver
Mike Frysinger
2011-11-22
1
-4
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-10-28
1
-1
/
+0
|
\
|
*
arm, logbuffer: make it compileclean
Heiko Schocher
2011-10-27
1
-1
/
+0
*
|
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
Helmut Raiger
2011-10-27
1
-1
/
+1
|
/
*
fdt: ARM: Add fdtcontroladdr to set device tree address in environment
Simon Glass
2011-10-26
1
-0
/
+3
*
fdt: ARM: Implement and verify embedded and separate device tree
Simon Glass
2011-10-26
1
-0
/
+12
*
arm: Correct build error introduced by getenv_ulong() patch
Simon Glass
2011-10-24
1
-4
/
+8
*
arm: Use getenv_ulong() in place of getenv(), strtoul
Simon Glass
2011-10-23
1
-25
/
+11
*
arch/arm/lib/board.c: fix warning: variable ... set but not used
Wolfgang Denk
2011-10-09
1
-3
/
+1
*
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
1
-2
/
+0
*
POST/arm: adaptations needed for POST on ARM to work
Valentin Longchamp
2011-10-05
1
-0
/
+2
*
led: remove camel casing of led identifiers globally
Jason Kridner
2011-09-13
1
-16
/
+16
*
arm: do not force d-cache enable on all boards
Aneesh V
2011-09-04
1
-5
/
+3
*
arm: fix bd pointer dereference prior initialization
Igor Grinberg
2011-09-03
1
-4
/
+5
*
arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize
Heiko Schocher
2011-09-03
1
-1
/
+1
*
cosmetic: arm: lib/board.c: Coding Style cleanup
Heiko Schocher
2011-08-04
1
-105
/
+111
*
unify version_string
Andreas Bießmann
2011-07-28
1
-8
/
+0
*
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
Aneesh V
2011-07-26
1
-1
/
+1
*
arm: add CONFIG_MACH_TYPE setting and documentation
Igor Grinberg
2011-07-17
1
-0
/
+4
*
armv7: integrate cache maintenance support
Aneesh V
2011-07-04
1
-0
/
+6
*
armv7: rename cache related CONFIG flags
Aneesh V
2011-07-04
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-06-23
1
-3
/
+4
|
\
|
*
run arm_pci_init after relocation
Michael Schwingen
2011-06-23
1
-3
/
+3
*
|
ARM: drop unsupported 'trab' board
Wolfgang Denk
2011-06-22
1
-16
/
+0
|
/
*
Don't grab memory for LCD if FB address is defined
Minkyu Kang
2011-04-27
1
-0
/
+4
*
ARM: fix stack pointer adjustment in board_init_f()
Eric Cooper
2011-04-27
1
-1
/
+1
*
arm: fix incorrect monitor protection region in FLASH
Po-Yu Chuang
2011-03-27
1
-1
/
+1
*
Replace "FLASH" strings with "Flash" or "flash"
Peter Tyser
2011-01-19
1
-1
/
+1
*
arm: add 8-byte alignment for ABI compliance before board_init_f
Heiko Schocher
2010-12-08
1
-1
/
+1
*
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
Wolfgang Denk
2010-10-29
1
-228
/
+0
*
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-29
1
-32
/
+0
*
ARM: fix relocation support for onenand device.
Enric Balletbo i Serra
2010-10-23
1
-0
/
+3
*
Merge branch 'elf_reloc'
Wolfgang Denk
2010-10-19
1
-3
/
+5
|
\
|
*
arm: implement ELF relocations
Albert Aribaud
2010-10-13
1
-3
/
+5
*
|
env_mmc: Fix crashing bug encountered after enabling ARM relocation
Steve Sakoman
2010-10-13
1
-5
/
+5
*
|
davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
Ben Gardiner
2010-10-11
1
-19
/
+0
|
/
*
ARM: add relocation support
Heiko Schocher
2010-09-19
1
-1
/
+467
*
Save environment data to mmc.
Terry Lv
2010-09-19
1
-5
/
+10
*
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-08-04
1
-1
/
+1
*
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
2010-04-13
1
-0
/
+452