mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
Merge with /home/sr/git/u-boot/denx
This commit is contained in:
commit
3b58d94590
@ -204,6 +204,18 @@ _start_440:
|
|||||||
mfspr r1,mcsr
|
mfspr r1,mcsr
|
||||||
mtspr mcsr,r1
|
mtspr mcsr,r1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------*/
|
||||||
|
/* CCR0 init */
|
||||||
|
/*----------------------------------------------------------------*/
|
||||||
|
/* Disable store gathering & broadcast, guarantee inst/data
|
||||||
|
* cache block touch, force load/store alignment
|
||||||
|
* (see errata 1.12: 440_33)
|
||||||
|
*/
|
||||||
|
lis r1,0x0030 /* store gathering & broadcast disable */
|
||||||
|
ori r1,r1,0x6000 /* cache touch */
|
||||||
|
mtspr ccr0,r1
|
||||||
|
|
||||||
/*----------------------------------------------------------------*/
|
/*----------------------------------------------------------------*/
|
||||||
/* Initialize debug */
|
/* Initialize debug */
|
||||||
/*----------------------------------------------------------------*/
|
/*----------------------------------------------------------------*/
|
||||||
@ -225,17 +237,6 @@ _start_440:
|
|||||||
mtspr dbsr,r1 /* Clear all valid bits */
|
mtspr dbsr,r1 /* Clear all valid bits */
|
||||||
skip_debug_init:
|
skip_debug_init:
|
||||||
|
|
||||||
/*----------------------------------------------------------------*/
|
|
||||||
/* CCR0 init */
|
|
||||||
/*----------------------------------------------------------------*/
|
|
||||||
/* Disable store gathering & broadcast, guarantee inst/data
|
|
||||||
* cache block touch, force load/store alignment
|
|
||||||
* (see errata 1.12: 440_33)
|
|
||||||
*/
|
|
||||||
lis r1,0x0030 /* store gathering & broadcast disable */
|
|
||||||
ori r1,r1,0x6000 /* cache touch */
|
|
||||||
mtspr ccr0,r1
|
|
||||||
|
|
||||||
#if defined (CONFIG_440SPE)
|
#if defined (CONFIG_440SPE)
|
||||||
/*----------------------------------------------------------------+
|
/*----------------------------------------------------------------+
|
||||||
| Initialize Core Configuration Reg1.
|
| Initialize Core Configuration Reg1.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user