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
51 /* machine dependent timer functions */
54 /* machine dependent reboot functions */
108 pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n"); in setup_arch()
123 pr_info("Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne\n"); in setup_arch()
126 pr_info("68328/Pilot support Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de>\n"); in setup_arch()
136 pr_info("Motorola M5235EVB support (C)2005 Syn-tech Systems, Inc. (Jate Sujjavanich)\n"); in setup_arch()
139 pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n", in setup_arch()
141 pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n", in setup_arch()
144 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
145 memblock_reserve(_rambase, memory_start - _rambase); in setup_arch()
150 boot_command_line[COMMAND_LINE_SIZE-1] = 0; in setup_arch()
162 memblock_reserve(initrd_start, initrd_end - initrd_start); in setup_arch()