setup_64.c (463ce0e103f419f51b1769111e73fe8bb305d0ec) | setup_64.c (51d3082fe6e55aecfa17113dbe98077c749f724c) |
---|---|
1/* 2 * 3 * Common boot and setup code. 4 * 5 * Copyright (C) 2001 PPC64 Team, IBM Corp 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 460 unchanged lines hidden (view full) --- 469#endif 470 471 /* 472 * "Finish" the device-tree, that is do the actual parsing of 473 * some of the properties like the interrupt map 474 */ 475 finish_device_tree(); 476 | 1/* 2 * 3 * Common boot and setup code. 4 * 5 * Copyright (C) 2001 PPC64 Team, IBM Corp 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 460 unchanged lines hidden (view full) --- 469#endif 470 471 /* 472 * "Finish" the device-tree, that is do the actual parsing of 473 * some of the properties like the interrupt map 474 */ 475 finish_device_tree(); 476 |
477#ifdef CONFIG_BOOTX_TEXT 478 init_boot_display(); 479#endif 480 | |
481 /* 482 * Initialize xmon 483 */ 484#ifdef CONFIG_XMON_DEFAULT 485 xmon_init(1); 486#endif 487 /* 488 * Register early console --- 193 unchanged lines hidden --- | 477 /* 478 * Initialize xmon 479 */ 480#ifdef CONFIG_XMON_DEFAULT 481 xmon_init(1); 482#endif 483 /* 484 * Register early console --- 193 unchanged lines hidden --- |