Searched hist:"74 e56d19534f85a0f7d3c84f6d692534f2e1d9b5" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/baytrail/ |
| H A D | valleyview.c | 74e56d19534f85a0f7d3c84f6d692534f2e1d9b5 Mon Oct 12 04:37:45 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: baytrail: Issue full system reset in reset_cpu()
With MRC cache enabled, when typing 'reset' in the U-Boot shell, BayTrail FSP initialization hangs at "Configuring Memory Start":
Setting BootMode to 0 Install PPI: 1F4C6F90-B06B-48D8-A201-BAE5F1CD7D56 Register PPI Notify: F894643D-C449-42D1-8EA8-85BDD8C65BDE About to call MrcInit(); BayleyBay Platform Type CurrentMrcData.BootMode = 4 Taking Fastboot path! Configuring Memory Start...
Changing reset_cpu() to do a full system reset fixes this issue.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
|