/* * Different cores have different instruction execution timings. * The old/traditional 68000 cores are basically all the same, at 16. * The ColdFire cores vary a little, their values are defined in their * headers. We default to the standard 68000 value here.
*/ #ifndef CPU_INSTR_PER_JIFFY #define CPU_INSTR_PER_JIFFY 16 #endif
#ifdef CONFIG_UCDIMM
pr_info("uCdimm by Lineo, Inc. \n"); #endif #ifdef CONFIG_M68328
pr_info("68328 support D. Jeff Dionne \n");
pr_info("68328 support Kenneth Albanowski \n"); #endif #ifdef CONFIG_M68EZ328
pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n"); #endif #ifdef CONFIG_M68VZ328
pr_info("M68VZ328 support by Evan Stawnyczy \n");
pr_info("68VZ328 DragonBallVZ support (c) 2001 Lineo, Inc.\n"); #endif #ifdef CONFIG_COLDFIRE
pr_info("COLDFIRE port done by Greg Ungerer, gerg@snapgear.com\n"); #ifdef CONFIG_M5307
pr_info("Modified for M5307 by Dave Miller, dmiller@intellistor.com\n"); #endif #ifdef CONFIG_ELITE
pr_info("Modified for M5206eLITE by Rob Scott, rscott@mtrob.fdns.net\n"); #endif #endif
pr_info("Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne\n");
#ifdefined( CONFIG_PILOT ) && defined( CONFIG_M68328 )
pr_info("68328/Pilot support Bernhard Kuhn \n");
pr_info("TRG SuperPilot FLASH card support \n"); #endif #ifdefined( CONFIG_PILOT ) && defined( CONFIG_M68EZ328 )
pr_info("PalmV support by Lineo Inc. \n"); #endif #ifdef CONFIG_DRAGEN2
pr_info("DragonEngine II board support by Georges Menie\n"); #endif #ifdef CONFIG_M5235EVB
pr_info("Motorola M5235EVB support (C)2005 Syn-tech Systems, Inc. (Jate Sujjavanich)\n"); #endif
/* Keep a copy of command line */
*cmdline_p = &command_line[0];
strscpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
/* * Give all the memory to the bootmap allocator, tell it to put the * boot mem_map at the start of memory.
*/
min_low_pfn = PFN_DOWN(memory_start);
max_pfn = max_low_pfn = PFN_DOWN(memory_end);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.