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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace space and tab checks with isblank
Jason Hobbs
2011-10-17
1
-2
/
+3
*
Fix a few gcc warnings.
Joakim Tjernlund
2011-05-12
1
-3
/
+3
*
Fix variable flavor in examples/standalone/Makefile
Che-liang Chiou
2011-05-12
1
-2
/
+2
*
MIPS: Introduce --gc-sections for MIPS
Daniel Schwierzeck
2011-05-10
1
-5
/
+5
*
x86: Rename i386 to x86
Graeme Russ
2011-04-13
1
-2
/
+2
*
Make STANDALONE_LOAD_ADDR configurable per board
Wolfgang Denk
2011-04-12
1
-1
/
+1
*
Fix build problems caused by "_end" -> "__bss_end__" rename
Wolfgang Denk
2011-03-31
3
-4
/
+4
*
rename _end to __bss_end__
Po-Yu Chuang
2011-03-27
3
-4
/
+4
*
examples: update do_reset prototype
Mike Frysinger
2011-01-09
1
-1
/
+2
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
1
-2
/
+2
*
examples/standalone: Use gcc's -fno-toplevel-reorder
Peter Tyser
2010-10-12
1
-0
/
+5
*
MIPS: update the MIPS u-boot.lds
Xiangfu Liu
2010-09-04
1
-1
/
+1
*
smc91xx_eeprom: Correct chip detection check.
Juergen Kilb
2010-07-12
1
-1
/
+1
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
12
-13
/
+13
*
Make *printf() return "int" instead of "void"
Wolfgang Denk
2010-07-04
1
-2
/
+4
*
examples/standalone: Remove relocation compile flags for PowerPC
Peter Tyser
2010-06-29
1
-0
/
+10
*
nios: remove nios-32 arch
Thomas Chou
2010-05-28
1
-17
/
+0
*
nios2: fix r15 issue for gcc4
Thomas Chou
2010-05-28
1
-3
/
+3
*
Move arch/ppc to arch/powerpc
Stefan Roese
2010-04-21
2
-5
/
+5
*
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Peter Tyser
2010-04-13
1
-1
/
+1
*
Rename lib_generic/ to lib/
Peter Tyser
2010-04-13
2
-8
/
+8
*
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
2010-04-13
1
-2
/
+2
*
standalone eepro100_eeprom: fix build error
Wolfgang Denk
2010-03-12
1
-2
/
+1
*
Update .gitignore's: add some generated files
Wolfgang Denk
2010-03-12
1
-2
/
+3
*
smc91111_eeprom: fix linking error
Mike Frysinger
2010-01-31
1
-3
/
+2
*
Fix breakage in SMC EEPROM standalone applications
Ben Warren
2010-01-19
2
-10
/
+0
*
Merge branch 'master' into next
Wolfgang Denk
2009-12-05
4
-207
/
+7
|
\
|
*
smc91111_eeprom: drop CONFIG stub protection
Mike Frysinger
2009-12-02
1
-12
/
+0
|
*
Fix build failure in examples/standalone
Sanjeev Premi
2009-12-02
1
-1
/
+7
|
*
Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
Scott McNutt
2009-11-23
2
-194
/
+0
*
|
Generic udelay() with watchdog support
Ingo van Lil
2009-12-05
2
-1
/
+2
|
/
*
smc911x_eeprom: fix building after smc911x overhaul
Mike Frysinger
2009-11-12
1
-60
/
+62
*
Fix bug in jumptable call stubs for SPARC.
Sergey Mironov
2009-10-27
1
-2
/
+2
*
Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
Ben Warren
2009-10-04
1
-47
/
+55
*
standalone: convert to kbuild style
Mike Frysinger
2009-09-15
1
-72
/
+29
*
push LOAD_ADDR out to arch mk files
Mike Frysinger
2009-09-04
1
-64
/
+1
*
atmel_df_pow2: standalone to convert dataflashes to pow2
Mike Frysinger
2009-09-04
3
-0
/
+214
*
Blackfin: change global data register from P5 to P3
Robin Getz
2009-09-02
1
-2
/
+2
*
Fix examples for OMAP3 boards...
Michael Evans
2009-08-08
1
-1
/
+1
*
ABI: fix build problems due to now needed div64 routine.
Wolfgang Denk
2009-07-27
1
-0
/
+1
*
Move api_examples to examples/api
Peter Tyser
2009-07-21
7
-0
/
+1042
*
Move examples/ to examples/standalone
Peter Tyser
2009-07-21
23
-0
/
+0
*
smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
Mike Frysinger
2009-04-04
1
-9
/
+6
*
Fix all linker script to handle all rodata sections
Trent Piepho
2009-03-20
4
-5
/
+4
*
smc911x_eeprom: update register API
Mike Frysinger
2009-03-19
1
-13
/
+15
*
smc911x_eeprom: new example app for managing newer SMC parts
Mike Frysinger
2009-02-22
3
-3
/
+386
*
OMAP3: Add common board, interrupt and system info
Dirk Behme
2009-01-24
1
-0
/
+4
*
Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
Graeme Russ
2008-12-10
1
-1
/
+0
*
Align end of bss by 4 bytes
Selvamuthukumar
2008-11-18
1
-1
/
+1
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
2
-10
/
+10
[prev]
[next]