diff options
| author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:22 -0500 |
|---|---|---|
| committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:45:58 -0500 |
| commit | 8872e9e513eba636c8d4266fe667660f73cd66e6 (patch) | |
| tree | 3721309f191dccdd14e081624f72205002dd14a2 /arch/arc/configs | |
| parent | c08098f28e3f3830086b1b542c2d2646a84e109c (diff) | |
ARC: [plat-arcfpga] defconfig
With this we get to a running kernel on ISS
---------------------------------->8-----------------------------------
Linux version 3.8.0-rc3+ (vineetg@vineetg-Latitude) (gcc version 4.4.7
(ARCompact elf32 toolchain (built 20121213)) ) #3 Thu Jan 17 14:22:05
IST 2013
Board "arc-angel4" from snps (Manufacturer)
Memory size set via devicetree 256M
[plat-arcfpga]: registering early dev resources
bootconsole [early_ARCuart0] enabled
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on. Total pages:
32624
Kernel command line: console=ttyARC0,115200n8
PID hash table entries: 1024 (order: -1, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 4, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 3, 65536 bytes)
Memory Available: 248M / 256M (1312K code, 463K data, 4184K init, 1400K
reserv)
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:16
Console: colour dummy device 80x25
Calibrating delay loop... 39.73 BogoMIPS (lpj=198656)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024
devtmpfs: initialized
[plat-arcfpga]: registering device resources
bio: create slab <bio-0> at 0
Switching to clocksource ARC RTSC
io scheduler noop registered (default)
arc-uart: ttyARC0 at MMIO 0xc0fc1000 (irq = 5) is a arc-uart
console [ttyARC0] enabled, bootconsole disabled
console [ttyARC0] enabled, bootconsole disabled
mousedev: PS/2 mouse device common for all mice
Warning: unable to open an initial console.
Freeing unused kernel memory: 4184k [80002000] to [80418000]
Mounting proc
Mounting sysfs
Mounting devpts
Setting hostname to ARCLinux
Starting System logger (syslogd)
Bringing up loopback device
ifconfig: socket: Function not implemented
route: socket: Function not implemented
Disk not detected !
Mounting tmpfs
mount: mounting tmpfs on /dev/shm failed: Invalid argument
/etc/init.d/rcS: line 76: can't create /proc/sys/kernel/msgmni:
nonexistent directory
Please press Enter to activate this console.
***********************************************************************
Welcome to ARCLinux
***********************************************************************
[ARCLinux]$
---------------------------------->8-----------------------------------
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs')
| -rw-r--r-- | arch/arc/configs/fpga_defconfig | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/arch/arc/configs/fpga_defconfig b/arch/arc/configs/fpga_defconfig new file mode 100644 index 000000000000..8638e101fa07 --- /dev/null +++ b/arch/arc/configs/fpga_defconfig | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | CONFIG_CROSS_COMPILE="arc-elf32-" | ||
| 2 | # CONFIG_LOCALVERSION_AUTO is not set | ||
| 3 | CONFIG_DEFAULT_HOSTNAME="ARCLinux" | ||
| 4 | # CONFIG_SWAP is not set | ||
| 5 | CONFIG_HIGH_RES_TIMERS=y | ||
| 6 | CONFIG_IKCONFIG=y | ||
| 7 | CONFIG_IKCONFIG_PROC=y | ||
| 8 | CONFIG_NAMESPACES=y | ||
| 9 | # CONFIG_UTS_NS is not set | ||
| 10 | # CONFIG_PID_NS is not set | ||
| 11 | CONFIG_BLK_DEV_INITRD=y | ||
| 12 | CONFIG_INITRAMFS_SOURCE="../arc_initramfs" | ||
| 13 | CONFIG_EXPERT=y | ||
| 14 | # CONFIG_FUTEX is not set | ||
| 15 | # CONFIG_COMPAT_BRK is not set | ||
| 16 | # CONFIG_LBDAF is not set | ||
| 17 | # CONFIG_BLK_DEV_BSG is not set | ||
| 18 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 19 | # CONFIG_IOSCHED_CFQ is not set | ||
| 20 | CONFIG_ARC_BUILTIN_DTB_NAME="angel4" | ||
| 21 | # CONFIG_COMPACTION is not set | ||
| 22 | # CONFIG_CROSS_MEMORY_ATTACH is not set | ||
| 23 | # CONFIG_STANDALONE is not set | ||
| 24 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
| 25 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
| 26 | # CONFIG_BLK_DEV is not set | ||
| 27 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 28 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 29 | # CONFIG_INPUT_MOUSE is not set | ||
| 30 | # CONFIG_SERIO is not set | ||
| 31 | # CONFIG_LEGACY_PTYS is not set | ||
| 32 | # CONFIG_DEVKMEM is not set | ||
| 33 | CONFIG_SERIAL_ARC=y | ||
| 34 | CONFIG_SERIAL_ARC_CONSOLE=y | ||
| 35 | # CONFIG_HW_RANDOM is not set | ||
| 36 | # CONFIG_HWMON is not set | ||
| 37 | # CONFIG_VGA_CONSOLE is not set | ||
| 38 | # CONFIG_HID is not set | ||
| 39 | # CONFIG_USB_SUPPORT is not set | ||
| 40 | # CONFIG_IOMMU_SUPPORT is not set | ||
| 41 | # CONFIG_DNOTIFY is not set | ||
| 42 | # CONFIG_INOTIFY_USER is not set | ||
| 43 | # CONFIG_MISC_FILESYSTEMS is not set | ||
| 44 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
| 45 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
| 46 | CONFIG_XZ_DEC=y | ||
