summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch')
-rw-r--r--meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch
index ea7a582df..94e93db7f 100644
--- a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch
+++ b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/0045-Apply-WDT1-2-reset-mask-to-reset-needed-controller.patch
@@ -23,13 +23,12 @@ in order to avoid the host hang.
1. SDRAM controller
2. AHB Bridges
3. Graphics CRT controller
-4. Reset Video Engine
-5. LPC controller
-6. CRT mode 2D Engine
-7. PWM controller
-8. MCTP Controller
-9. X- DMA Controller
-10. SPI controller
+4. LPC controller
+5. CRT mode 2D Engine
+6. PWM controller
+7. MCTP Controller
+8. X- DMA Controller
+9. SPI controller
Quick Step to reproduce:
Stop the BMC in uboot and add below bootcmd command
@@ -71,10 +70,10 @@ index b404353..97253f4 100644
str r1, [r0]
ldr r0, =0x1e78501c @ restore normal mask setting
- ldr r1, =0x023FFFF3 @ added 2016.09.06
-+ ldr r1, =0x023CD773 @ Changed 2020.06.18
++ ldr r1, =0x023CDF73 @ Changed 2020.06.18
+ str r1, [r0]
+ ldr r0, =0x1e78503c @ restore normal mask setting
-+ ldr r1, =0x023CD773 @ Changed 2020.07.08
++ ldr r1, =0x023CDF73 @ Changed 2020.07.08
str r1, [r0]
b bypass_first_reset