[coreboot-gerrit] Patch set updated for coreboot: 3356478 nvramcui: reboot at the end as TODO suggests

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Tue May 19 08:43:06 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4693

-gerrit

commit 335647850ae9d73803706a7ce26f3c7b1b010688
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Jan 15 22:09:25 2014 +0100

    nvramcui: reboot at the end as TODO suggests
    
    Use cf9 to reboot at the end.
    
    Change-Id: I642a5ec89c864fb03bbcdf6e4fcbb1e28f3fc34c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 payloads/nvramcui/nvramcui.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/payloads/nvramcui/nvramcui.c b/payloads/nvramcui/nvramcui.c
index 5a8ca50..72bdd1c 100644
--- a/payloads/nvramcui/nvramcui.c
+++ b/payloads/nvramcui/nvramcui.c
@@ -247,7 +247,8 @@ int main()
 	unpost_form(form);
 	free_form(form);
 
-	/* TODO: reboot */
+	/* reboot */
+	outb (0x6, 0xcf9);
 	halt();
 }
 



More information about the coreboot-gerrit mailing list