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
/
cpu
/
mpc8260
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: Create common default i2c_[set|get]_bus_speed() functions
Peter Tyser
2009-06-12
1
-13
/
+0
*
i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
Peter Tyser
2009-06-12
1
-3
/
+0
*
MPC8260: fixup device tree by property instead of path
Wolfgang Denk
2009-05-15
1
-5
/
+6
*
mpc8260: Fill in brg's clock-frequency in device tree.
Scott Wood
2009-04-04
1
-0
/
+3
*
PQ2FADS: Enable PCI.
Scott Wood
2009-04-04
1
-0
/
+2
*
Fix all linker script to handle all rodata sections
Trent Piepho
2009-03-20
1
-3
/
+1
*
cpu/: get mac address from environment
Mike Frysinger
2009-03-20
2
-4
/
+4
*
Fix MPC8260 with ethernet on SCC
ksi@koi8.net
2009-02-09
1
-1
/
+1
*
82xx serial, smc: Coding-Style cleanup serial SMC driver
Heiko Schocher
2009-02-10
1
-36
/
+18
*
82xx serial, smc: add configurable SMC Rx buffer len
Heiko Schocher
2009-02-10
1
-37
/
+60
*
pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
Kumar Gala
2009-02-07
1
-2
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Wolfgang Denk
2009-02-01
3
-12
/
+49
|
\
|
*
mgcoge make ether_scc.c work with CONFIG_NET_MULTI
Gary Jennejohn
2009-01-24
3
-12
/
+49
*
|
Standardize command usage messages with cmd_usage()
Peter Tyser
2009-01-28
1
-2
/
+2
|
/
*
i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
Timur Tabi
2008-12-15
1
-16
/
+0
*
Section name should be ".data", not "data"
Trent Piepho
2008-12-09
1
-1
/
+1
*
Update U-Boot's build timestamp on every compile
Peter Tyser
2008-12-06
1
-1
/
+2
*
Align end of bss by 4 bytes
Selvamuthukumar
2008-11-18
1
-0
/
+1
*
Moved initialization of FCC Ethernet controller to cpu_eth_init
Ben Warren
2008-11-09
1
-0
/
+13
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
15
-257
/
+257
*
I2C: adding new "i2c bus" Command to the I2C Subsystem.
Heiko Schocher
2008-10-18
1
-1
/
+14
*
i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
Heiko Schocher
2008-10-18
1
-0
/
+36
*
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
Kumar Gala
2008-08-21
1
-1
/
+1
*
MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
Wolfgang Denk
2008-08-12
1
-1
/
+1
*
8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
Matvejchikov Ilya
2008-07-31
1
-20
/
+27
*
FDT memory and pci node fixes for MPC8260ADS
Matvejchikov Ilya
2008-07-09
1
-0
/
+12
*
mpc8260: add fdt_fixup_ethernet support
Esben Haabendal
2008-07-01
1
-0
/
+5
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
3
-11
/
+11
*
Remove all the search paths from the .lds files.
Jason Wessel
2008-04-17
1
-1
/
+0
*
[new uImage] Pull in libfdt if CONFIG_FIT is enabled
Marian Balakowicz
2008-02-21
1
-1
/
+1
*
PPC: Use r2 instead of r29 as global data pointer
Wolfgang Denk
2008-02-14
1
-1
/
+1
*
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
Wolfgang Denk
2008-01-12
1
-1
/
+1
*
Added support for the mgcoge board from keymile.
Heiko Schocher
2008-01-12
1
-4
/
+5
*
Move do_fixup* for libfdt into common code
Kumar Gala
2007-11-21
1
-26
/
+4
*
Revert "Correct fixup relocation for mpc8260"
Grant Likely
2007-11-15
2
-1
/
+2
*
add ft_cpu_setup(..) on mpc8260
Sergej Stepanov
2007-11-03
1
-0
/
+38
*
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
2007-07-10
3
-3
/
+3
*
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
2007-07-09
6
-16
/
+16
*
Fixing some typos etc. introduced mainly by cfg patches.
Wolfgang Denk
2007-07-05
1
-1
/
+1
*
Correct fixup relocation for mpc8260
Grant Likely
2007-07-04
2
-2
/
+1
*
Consolidate mpc8260 linker scripts
Grant Likely
2007-07-04
2
-0
/
+128
*
cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2007-07-04
6
-15
/
+16
*
Coding stylke cleanup; rebuild CHANGELOG
Wolfgang Denk
2007-06-22
1
-2
/
+2
*
[ppc] Fix build breakage for all non-4xx PowerPC variants.
Rafal Jaworowski
2007-06-22
1
-2
/
+2
*
[PATCH] TQM8272: dont change the bits given from the HRCW
Heiko Schocher
2007-03-21
2
-21
/
+5
*
Added support for the TQM8272 board from TQ
Heiko Schocher
2006-12-21
4
-2
/
+62
*
Move "ar" flags to config.mk to allow for silent "make -s"
Wolfgang Denk
2006-10-09
1
-1
/
+1
*
Add support for a saving build objects in a separate directory.
Marian Balakowicz
2006-09-01
1
-8
/
+12
*
Fix PCI to memory window size problems on PM82x boards
Wolfgang Denk
2006-05-30
1
-2
/
+2
*
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Wolfgang Denk
2006-03-31
10
-35
/
+24
[next]