Browse Source

the 0xfdf8000000 address routing fixup.(node0/node1)

target:3A82W/3A92W

(There's a mistake in the previous "0xfdf8000000 address routing"patch.This patch corrects the error.
The previous commit no.:3cf0ef90a364a4fe71dabe9e25bdd481b4e00324)

Change-Id: Ieb2ca872879b5700703c9364714299025057a9f4
master
zhouxuezhi 8 years ago
committed by 周学智
parent
commit
f32d90baab
  1. 12
      Targets/Bonito3a82w/Bonito/loongson3_fixup.S
  2. 12
      Targets/Bonito3a92w/Bonito/loongson3_fixup.S

12
Targets/Bonito3a82w/Bonito/loongson3_fixup.S

@ -618,11 +618,11 @@ reset_ht0:
dli t0, 0x00002000000000f7
sd t0, 0xb0(t2)
dli t0, 0x00000fdf80000000
dli t0, 0x000000fdf8000000
sd t0, 0x38(t2)
dli t0, 0x00000ffff0000000
dli t0, 0x000000ffff000000
sd t0, 0x78(t2)
dli t0, 0x00000fdf800000f0
dli t0, 0x000000fdf80000f0
sd t0, 0xb8(t2)
@ -669,11 +669,11 @@ reset_ht0:
dli t0, 0x00002000000000f7
sd t0, 0xb0(t2)
dli t0, 0x00000fdf80000000
dli t0, 0x000000fdf8000000
sd t0, 0x38(t2)
dli t0, 0x00000ffff0000000
dli t0, 0x000000ffff000000
sd t0, 0x78(t2)
dli t0, 0x00000fdf800000f0
dli t0, 0x000000fdf80000f0
sd t0, 0xb8(t2)

12
Targets/Bonito3a92w/Bonito/loongson3_fixup.S

@ -689,11 +689,11 @@ reset_ht0:
dli t0, 0x00002000000000f7
sd t0, 0xb0(t2)
dli t0, 0x00000fdf80000000
dli t0, 0x000000fdf8000000
sd t0, 0x38(t2)
dli t0, 0x00000ffff0000000
dli t0, 0x000000ffff000000
sd t0, 0x78(t2)
dli t0, 0x00000fdf800000f0
dli t0, 0x000000fdf80000f0
sd t0, 0xb8(t2)
@ -740,11 +740,11 @@ reset_ht0:
dli t0, 0x00002000000000f7
sd t0, 0xb0(t2)
dli t0, 0x00000fdf80000000
dli t0, 0x000000fdf8000000
sd t0, 0x38(t2)
dli t0, 0x00000ffff0000000
dli t0, 0x000000ffff000000
sd t0, 0x78(t2)
dli t0, 0x00000fdf800000f0
dli t0, 0x000000fdf80000f0
sd t0, 0xb8(t2)

Loading…
Cancel
Save