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
/
board
/
esd
/
cpci750
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Use getenv_yesno() more generally
Joe Hershberger
2012-12-13
1
-7
/
+3
*
change all versions of input_data() and output_data() to global weak aliases
Pavel Herrmann
2012-10-17
1
-1
/
+0
*
serial: Use default_serial_puts() in drivers
Marek Vasut
2012-10-17
1
-9
/
+1
*
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
2012-10-15
1
-31
/
+0
*
serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 serial driver
Marek Vasut
2012-10-15
1
-6
/
+61
*
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-23
2
-5
/
+2
*
net: Remove redefinitions of net.h functions
Joe Hershberger
2012-05-22
1
-2
/
+0
*
pci: get rid of local prototypes
Linus Walleij
2012-03-30
1
-4
/
+0
*
net/miiphy/serial: drop duplicate "NAMESIZE" define
Mike Frysinger
2012-03-18
1
-1
/
+1
*
CPCI750: Add CPCI-HD/2 support
Reinhard Arlt
2012-03-18
1
-1
/
+20
*
PPC: Drop mv6436x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
2
-0
/
+6
*
pci: move pciauto_config_init() to pci.h
Linus Walleij
2012-03-04
1
-1
/
+0
*
board/esd/cpci750/mv_eth.c: Fix GCC 4.6 build warnings
Anatolij Gustschin
2011-12-20
1
-27
/
+7
*
board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warnings
Wolfgang Denk
2011-11-16
1
-314
/
+193
*
board/esd/cpci750/cpci750.c: Fix error handling
Wolfgang Denk
2011-11-16
1
-2
/
+2
*
do_bootm: unify duplicate prototypes
Mike Frysinger
2010-11-28
1
-1
/
+0
*
74xx_7xx: Cleanup for partial linking and --gc-sections
Wolfgang Denk
2010-11-27
1
-135
/
+0
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
1
-2
/
+2
*
Makefile: move all Power Architecture boards into boards.cfg
Wolfgang Denk
2010-10-18
1
-28
/
+0
*
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-10-18
1
-1
/
+1
*
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-08-04
1
-2
/
+2
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
2
-4
/
+4
*
74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board
Reinhard Arlt
2010-05-06
2
-7
/
+156
*
Move arch/ppc to arch/powerpc
Stefan Roese
2010-04-21
2
-2
/
+2
*
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Peter Tyser
2010-04-13
1
-1
/
+1
*
ppc: Enable full relocation to RAM
Peter Tyser
2009-10-03
1
-1
/
+0
*
board/esd/cpci750/ide.c: fix compile warning
Wolfgang Denk
2009-09-15
1
-2
/
+6
*
CPCI750: fix compile problem
Wolfgang Denk
2009-07-18
1
-1
/
+1
*
74xx_7xx: CPCI750: Add CPCI adapter/target support
Stefan Roese
2009-06-12
3
-15
/
+47
*
74xx_7xx: CPCI750: Enable access to PCI function > 0
Stefan Roese
2009-06-12
2
-8
/
+22
*
74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
Stefan Roese
2009-06-12
1
-6
/
+5
*
74xx_7xx: CPCI750: Add loadpci command
Stefan Roese
2009-06-12
1
-0
/
+76
*
General help message cleanup
Wolfgang Denk
2009-06-12
1
-2
/
+2
*
cpci750: i2c cleanup
Peter Tyser
2009-06-12
1
-6
/
+10
*
Fix all linker script to handle all rodata sections
Trent Piepho
2009-03-20
1
-3
/
+1
*
Command usage cleanup
Peter Tyser
2009-01-28
1
-1
/
+1
*
Align end of bss by 4 bytes
Selvamuthukumar
2008-11-18
1
-0
/
+1
*
Cleanup: fix "MHz" spelling
Wolfgang Denk
2008-10-21
1
-3
/
+3
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
8
-106
/
+106
*
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
1
-1
/
+1
*
Clean up usage of icache_disable/dcache_disable
Kumar Gala
2008-08-19
1
-4
/
+0
*
Code cleanup: fix old style assignment ambiguities like "=-" etc.
Wolfgang Denk
2008-07-14
1
-2
/
+2
*
Change initdram() return type to phys_size_t
Becky Bruce
2008-06-12
1
-1
/
+1
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
5
-169
/
+168
*
Remove all the search paths from the .lds files.
Jason Wessel
2008-04-17
1
-1
/
+0
*
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
Wolfgang Denk
2008-01-12
1
-1
/
+1
*
ppc7xx: Update CPCI750 board
Stefan Roese
2007-08-16
2
-4
/
+87
*
Fix build errors and warnings / code cleanup.
Wolfgang Denk
2007-08-02
1
-1
/
+1
*
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
2007-07-10
2
-2
/
+2
*
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2007-07-09
1
-1
/
+1
[next]