mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
During 83xx setup the "System I/O configuration register high" gets overwritten with user defined value if CFG_SICRH is defined. Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH must keep their reset value regardless of configuration. On my board (using RGMII) those bits are set after reset - yet it's unclear where they come from. The patch keeps both bits on MPC834x and MPC8313. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> |
||
|---|---|---|
| .. | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| ecc.c | ||
| fdt.c | ||
| interrupts.c | ||
| Makefile | ||
| pci.c | ||
| qe_io.c | ||
| serdes.c | ||
| spd_sdram.c | ||
| speed.c | ||
| start.S | ||
| traps.c | ||
| u-boot.lds | ||