From 9594a715b50c338f1261e88c12c120cf8e5b8bba Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 30 Nov 2014 12:21:34 +1100 Subject: Add tweaks to work in Mambo simulator Mambo doesn't implement various things such as PBA SCOMs, LPC, ChipTOD, etc... It also provides a special console hook. This adds detection of Mambo via the /mambo node, and enables us to boot all the way to Linux. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- core/platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/platform.c') diff --git a/core/platform.c b/core/platform.c index 1b0093d..53971e9 100644 --- a/core/platform.c +++ b/core/platform.c @@ -50,6 +50,7 @@ opal_call(OPAL_CEC_REBOOT, opal_cec_reboot, 0); static void generic_platform_init(void) { + force_dummy_console(); fake_rtc_init(); } -- cgit v1.1