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
/
powerpc
/
cpu
/
mpc85xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Use getenv_yesno() more generally
Joe Hershberger
2012-12-13
1
-3
/
+1
*
powerpc: Extract EPAPR_MAGIC constants into processor.h
Stefan Roese
2012-12-05
1
-1
/
+0
*
powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE
York Sun
2012-11-27
1
-2
/
+2
*
powerpc/85xx: update the work-around for P4080 erratum SERDES-9
Timur Tabi
2012-11-27
1
-7
/
+13
*
powerpc/p4080ds: fix PCI-e x8 link training down failure
Yuanquan Chen
2012-11-27
1
-0
/
+3
*
powerpc/85xx: implement check for erratum A-004580 work-around
Timur Tabi
2012-11-27
1
-0
/
+48
*
powerpc/mpc85xx: Temporary fix for spin table backward compatibility
York Sun
2012-11-27
2
-1
/
+46
*
powerpc/85xx: implement check for erratum A-004849 work-around
Timur Tabi
2012-11-27
1
-0
/
+63
*
8xxx: Change all 8*xx_DDR addresses to 8xxx
Andy Fleming
2012-11-27
4
-22
/
+19
*
spl/85xx: new SPL support
Scott Wood
2012-11-26
4
-4
/
+92
*
spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL
Scott Wood
2012-11-26
2
-14
/
+38
*
powerpc/mpc85xx: consistently use COBJS-y
Scott Wood
2012-11-26
1
-9
/
+10
*
spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.c
Scott Wood
2012-11-26
1
-0
/
+0
*
spl/mpc85xx: move udelay to cpu code
Scott Wood
2012-11-26
1
-0
/
+17
*
powerpc/mpc85xx: fix TLB alignment
Scott Wood
2012-11-26
1
-4
/
+4
*
powerpc/mpc85xx: add comma before "already enabled"
Scott Wood
2012-11-26
1
-1
/
+1
*
powerpc/mpc85xx: move debug tlb entry after TLB is in known state
Scott Wood
2012-11-26
1
-44
/
+40
*
powerpc/mpc85xx: sparse fixes
Kim Phillips
2012-11-04
2
-2
/
+2
*
arch/powerpc/lib/board.c, *traps.c: sparse fixes
Kim Phillips
2012-11-04
1
-24
/
+12
*
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Tom Rini
2012-10-22
24
-384
/
+2123
|
\
|
*
85xx: Protect timeout_save variable with ifdefs
Andy Fleming
2012-10-22
1
-1
/
+4
|
*
powerpc/boot: Change the compile macro for SRIO & PCIE boot master module
Liu Gang
2012-10-22
1
-1
/
+1
|
*
poweprc/85xx: add QMan frequency info and fdt fixup.
Haiying Wang
2012-10-22
3
-0
/
+13
|
*
mpc85xx/portals: Add qman and bman ip_cfg field into portal info
Haiying Wang
2012-10-22
1
-2
/
+11
|
*
powerpc/mpc85xx: Add CONFIG_DDR_CLK_FREQ for corenet platform
York Sun
2012-10-22
2
-10
/
+20
|
*
powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1
York Sun
2012-10-22
5
-112
/
+148
|
*
powerpc/mpc85xx: Remove R6 from spin table
York Sun
2012-10-22
2
-6
/
+4
|
*
powerpc/mpc85xx: Add workaround for DDR erratum A004934
York Sun
2012-10-22
2
-0
/
+6
|
*
powerpc/mpc85xx: software workaround for DDR erratum A-004468
York Sun
2012-10-22
3
-11
/
+90
|
*
powerpc/mpc8xxx: Fix DDR initialization waiting for D_INIT
York Sun
2012-10-22
1
-24
/
+56
|
*
powerpc/mpc8xxx: Update DDR registers
York Sun
2012-10-22
1
-0
/
+5
|
*
powerpc/mpc85xx: Add B4860 and variant SoCs
York Sun
2012-10-22
3
-0
/
+306
|
*
powerpc/mpc85xx: Add T4240 SoC
York Sun
2012-10-22
3
-0
/
+443
|
*
powerpc/corenet2: fix mismatch DDR sync bit from RCW
York Sun
2012-10-22
1
-2
/
+8
|
*
powerpc/corenet2: Add SerDes for corenet2
York Sun
2012-10-22
4
-9
/
+231
|
*
powerpc/mpc85xx: Fix core cluster PLL calculation for Chassis generation 2
York Sun
2012-10-22
1
-10
/
+128
|
*
powerpc/mpc85xx: check number of cores
York Sun
2012-10-22
1
-0
/
+5
|
*
powerpc/mpc85xx: change RCW MEM_PLL_PLAT for Chassis generation 2
York Sun
2012-10-22
1
-1
/
+3
|
*
powerpc/mpc85xx: Enable L2 at the beginning of U-boot for E6500
York Sun
2012-10-22
4
-11
/
+104
|
*
powerpc/mpc85xx: Introduce new macros to add and delete TLB entries
York Sun
2012-10-22
1
-179
/
+130
|
*
powerpc/85xx: Add determining and report IFC frequency
Kumar Gala
2012-10-22
2
-0
/
+15
|
*
powerpc/85xx: Add P5040 processor support
Timur Tabi
2012-10-22
6
-0
/
+324
|
*
powerpc/p5040ds: add per pci endpoint liodn offset list
Laurentiu Tudor
2012-10-22
1
-0
/
+52
|
*
powerpc/85xx: define SRIO LIODN functions only if SRIO is defined
Timur Tabi
2012-10-22
1
-0
/
+8
|
*
powerpc/mpc85xx: fix Unicode characters in release.S
Timur Tabi
2012-10-22
1
-12
/
+12
|
*
powerpc/srio: Workaround for srio erratrm a004034
Liu Gang
2012-10-22
1
-0
/
+3
|
*
P4080/esdhc: make the P4080 ESDHC13 errata workaround conditional
Zang Roy-R61911
2012-10-22
2
-6
/
+9
|
*
powerpc mpc85xx: Only clear TSR:WIS in watchdog_reset.
Mark Marshall
2012-10-22
1
-4
/
+1
*
|
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
2
-6
/
+0
*
|
common: Add .u_boot_list into all linker files
Marek Vasut
2012-10-22
3
-0
/
+13
|
/
[next]