404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.12.147.104: ~ $
# SPDX-License-Identifier: GPL-2.0
#
# Kconfig for uClinux(non-paged MM) depend configurations
# Hyok S. Choi <hyok.choi@samsung.com>
# 

config SET_MEM_PARAM
	bool "Set flash/sdram size and base addr"
	help
	 Say Y to manually set the base addresses and sizes.
	 otherwise, the default values are assigned.

config DRAM_BASE
	hex '(S)DRAM Base Address' if SET_MEM_PARAM
	default 0x00800000

config DRAM_SIZE
	hex '(S)DRAM SIZE' if SET_MEM_PARAM
	default 0x00800000

config FLASH_MEM_BASE
	hex 'FLASH Base Address' if SET_MEM_PARAM
	default 0x00400000

config FLASH_SIZE
	hex 'FLASH Size' if SET_MEM_PARAM
	default 0x00400000

config PROCESSOR_ID
	hex 'Hard wire the processor ID'
	default 0x00007700
	depends on !(CPU_CP15 || CPU_V7M)
	help
	  If processor has no CP15 register, this processor ID is
	  used instead of the auto-probing which utilizes the register.

config REMAP_VECTORS_TO_RAM
	bool 'Install vectors to the beginning of RAM'
	help
	  The kernel needs to change the hardware exception vectors.
	  In nommu mode, the hardware exception vectors are normally
	  placed at address 0x00000000. However, this region may be
	  occupied by read-only memory depending on H/W design.

	  If the region contains read-write memory, say 'n' here.

	  If your CPU provides a remap facility which allows the exception
	  vectors to be mapped to writable memory, say 'n' here.

	  Otherwise, say 'y' here.  In this case, the kernel will require
	  external support to redirect the hardware exception vectors to
	  the writable versions located at DRAM_BASE.

config ARM_MPU
       bool 'Use the ARM v7 PMSA Compliant MPU'
       depends on CPU_V7 || CPU_V7M
       default y if CPU_V7
       help
         Some ARM systems without an MMU have instead a Memory Protection
         Unit (MPU) that defines the type and permissions for regions of
         memory.

         If your CPU has an MPU then you should choose 'y' here unless you
         know that you do not want to use the MPU.

Filemanager

Name Type Size Permission Actions
boot Folder 0755
common Folder 0755
crypto Folder 0755
firmware Folder 0755
include Folder 0755
kernel Folder 0755
kvm Folder 0755
lib Folder 0755
mach-actions Folder 0755
mach-alpine Folder 0755
mach-artpec Folder 0755
mach-asm9260 Folder 0755
mach-aspeed Folder 0755
mach-at91 Folder 0755
mach-axxia Folder 0755
mach-bcm Folder 0755
mach-berlin Folder 0755
mach-clps711x Folder 0755
mach-cns3xxx Folder 0755
mach-davinci Folder 0755
mach-digicolor Folder 0755
mach-dove Folder 0755
mach-ebsa110 Folder 0755
mach-efm32 Folder 0755
mach-ep93xx Folder 0755
mach-exynos Folder 0755
mach-footbridge Folder 0755
mach-gemini Folder 0755
mach-highbank Folder 0755
mach-hisi Folder 0755
mach-imx Folder 0755
mach-integrator Folder 0755
mach-iop13xx Folder 0755
mach-iop32x Folder 0755
mach-iop33x Folder 0755
mach-ixp4xx Folder 0755
mach-keystone Folder 0755
mach-ks8695 Folder 0755
mach-lpc18xx Folder 0755
mach-lpc32xx Folder 0755
mach-mediatek Folder 0755
mach-meson Folder 0755
mach-mmp Folder 0755
mach-moxart Folder 0755
mach-mv78xx0 Folder 0755
mach-mvebu Folder 0755
mach-mxs Folder 0755
mach-netx Folder 0755
mach-nomadik Folder 0755
mach-nspire Folder 0755
mach-omap1 Folder 0755
mach-omap2 Folder 0755
mach-orion5x Folder 0755
mach-oxnas Folder 0755
mach-picoxcell Folder 0755
mach-prima2 Folder 0755
mach-pxa Folder 0755
mach-qcom Folder 0755
mach-realview Folder 0755
mach-rockchip Folder 0755
mach-rpc Folder 0755
mach-s3c24xx Folder 0755
mach-s3c64xx Folder 0755
mach-s5pv210 Folder 0755
mach-sa1100 Folder 0755
mach-shmobile Folder 0755
mach-socfpga Folder 0755
mach-spear Folder 0755
mach-sti Folder 0755
mach-stm32 Folder 0755
mach-sunxi Folder 0755
mach-tango Folder 0755
mach-tegra Folder 0755
mach-u300 Folder 0755
mach-uniphier Folder 0755
mach-ux500 Folder 0755
mach-versatile Folder 0755
mach-vexpress Folder 0755
mach-vt8500 Folder 0755
mach-w90x900 Folder 0755
mach-zx Folder 0755
mach-zynq Folder 0755
mm Folder 0755
net Folder 0755
nwfpe Folder 0755
oprofile Folder 0755
plat-iop Folder 0755
plat-omap Folder 0755
plat-orion Folder 0755
plat-pxa Folder 0755
plat-samsung Folder 0755
plat-versatile Folder 0755
probes Folder 0755
tools Folder 0755
vdso Folder 0755
vfp Folder 0755
xen Folder 0755
Kconfig File 65.9 KB 0644
Kconfig-nommu File 1.94 KB 0644
Kconfig.debug File 61.11 KB 0644
Makefile File 12.72 KB 0644