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
/
arch
/
arm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pmic: Introduce power_init_board() method at ./lib/board.c file
Łukasz Majewski
2012-11-14
1
-0
/
+8
*
Merge remote-tracking branch 'u-boot-ti/master'
Albert ARIBAUD
2012-11-03
1
-0
/
+4
|
\
|
*
arm bootm: Allow to pass board specified atags
Pali Rohár
2012-10-30
1
-0
/
+4
*
|
ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96
Ashok
2012-10-22
1
-17
/
+0
|
/
*
arm: fdt: Relocate fdt along with other data
Simon Glass
2012-10-19
1
-0
/
+22
*
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
Tom Rini
2012-10-15
1
-0
/
+3
|
\
|
*
bootstage: Store boot timings in device tree
Simon Glass
2012-10-02
1
-0
/
+3
*
|
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
1
-2
/
+0
*
|
ARM: prevent misaligned array inits
Albert ARIBAUD
2012-10-15
1
-1
/
+1
*
|
arm: Add CONFIG_OF_BOARD_SETUP support to bootm
Joe Hershberger
2012-10-04
1
-0
/
+3
*
|
ARM: increase lmb stack space reservation to 4KB
Rob Herring
2012-10-04
1
-2
/
+2
|
/
*
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
Tom Rini
2012-09-27
2
-0
/
+74
*
arm: Adds board_postclk_init to the init_sequence.
Markus Hubig
2012-09-04
1
-0
/
+3
*
arm: enable libgcc build for SPL
Allen Martin
2012-09-01
1
-1
/
+1
*
ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency
Fabio Estevam
2012-07-20
1
-2
/
+8
*
ARM: cache: Move the cp15 CR register read before flushing the cache.
SRICHARAN R
2012-07-07
1
-3
/
+3
*
ARM: introduce arch_early_init_r()
Fabio Estevam
2012-07-07
1
-0
/
+4
*
arm: Don't use printf() in SPL builds
Simon Glass
2012-07-07
1
-1
/
+2
*
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: restore fdt_fixup_ethernet call to do_bootm_linux
Stephen Warren
2012-04-23
1
-0
/
+1
*
arm: fix bootm with device tree
Stephen Warren
2012-04-23
1
-1
/
+10
*
BOOT: Add "bootz" command to boot Linux zImage on ARM
Marek Vasut
2012-03-30
1
-0
/
+30
*
arm: Check for valid FDT after console is up
Simon Glass
2012-03-29
1
-0
/
+8
*
arm: Add Prep subcommand support to bootm
Simon Schwarz
2012-03-27
1
-169
/
+180
*
Add cache functions to SPL for armv7
Stefano Babic
2012-03-27
1
-2
/
+3
*
bootstage: arm: Add bootstage calls in board and bootm
Simon Glass
2012-03-18
2
-0
/
+7
*
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
1
-1
/
+1
*
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2012-03-18
1
-1
/
+1
*
davinci: add support for printing clock frequency
Hadli, Manjunath
2012-02-12
1
-1
/
+9
*
arm, fdt: update ethernet mac address before booting Linux
Heiko Schocher
2011-12-19
1
-0
/
+2
*
arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
Wolfgang Grandegger
2011-12-11
1
-0
/
+4
*
arm: printf() is not available in some SPL configurations
Christian Riesch
2011-12-06
1
-0
/
+2
*
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
*
armv7: cache: remove flush on un-aligned invalidate
Aneesh V
2011-09-04
1
-6
/
+9
*
arm: do not force d-cache enable on all boards
Aneesh V
2011-09-04
2
-5
/
+15
*
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
*
arm: lib: memcpy: Do not copy to same address
Matthias Weisser
2011-09-03
1
-0
/
+3
[next]