Lines Matching +full:model +full:- +full:dependent
1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 1999-2007 Greg Ungerer (gerg@snapgear.com)
7 * Copyleft ()) 2000 James D. Schettine {james@telos-systems.com}
17 * This file handles the architecture-dependent parts of system setup
50 /* machine dependent timer functions */
53 /* machine dependent reboot functions */
107 pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n");
122 pr_info("Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne\n");
125 pr_info("68328/Pilot support Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de>\n");
135 pr_info("Motorola M5235EVB support (C)2005 Syn-tech Systems, Inc. (Jate Sujjavanich)\n");
138 pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n",
140 pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n",
143 memblock_add(_rambase, memory_end - _rambase);
144 memblock_reserve(_rambase, memory_start - _rambase);
160 memblock_reserve(initrd_start, initrd_end - initrd_start);