Lines Matching +full:ram +full:- +full:code

1 # SPDX-License-Identifier: GPL-2.0
23 This option enables support for the 68000-based Atari series of
41 browse the documentation available at <http://www.mac.linux-m68k.org/>;
50 Say Y here if you want to run Linux on an MC680x0-based Apollo
70 build a kernel which can run on MVME147 single-board computers. If
130 The Q40 is a Motorola 68040-based successor to the Sinclair QL
306 Support for the Sysam AMCORE open-hardware generic board.
312 Support for the Sysam stmark2 open-hardware generic board.
345 bool "Netburner MOD-5272 board support"
348 Support for the Netburner MOD-5272 board.
355 bool "Support for U-Boot command line parameters"
359 line parameters from the initial u-boot stack.
370 comment "RAM configuration"
373 hex "Address of the base of RAM"
376 Define the address that RAM starts at. On many platforms this is
378 platforms choose to setup their RAM at other addresses within the
382 hex "Size of RAM (in bytes), or 0 for automatic"
385 Define the size of the system RAM. If you select 0 then the
386 kernel will try to probe the RAM size at runtime. This is not
394 put at the start of RAM, but it doesn't have to be. On ColdFire
421 hex "Address of the base of kernel code"
425 of RAM, but usually some small offset from it. Define the start
427 processor vectors at the base of RAM and then the start of the
428 kernel. On some platforms some RAM is reserved for boot loaders
430 a system with the RAM based at address 0, and leaving enough room
440 regions being copied out to RAM at startup.
482 bool "RAM"
484 The kernel will be resident in RAM when running.
491 often referred to as Execute-in-Place (XIP), since the kernel
492 code executes from the position it is stored in the FLASH/ROM.