···11+/*22+ * Old U-boot compatibility for Sam440ep based off bamboo.c code33+ * original copyrights below44+ *55+ * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>66+ *77+ * Copyright 2007 IBM Corporation88+ *99+ * Based on cuboot-ebony.c1010+ *1111+ * Modified from cuboot-bamboo.c for sam440ep:1212+ * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com>1313+ *1414+ * This program is free software; you can redistribute it and/or modify it1515+ * under the terms of the GNU General Public License version 2 as published1616+ * by the Free Software Foundation.1717+ */1818+1919+#include "ops.h"2020+#include "stdio.h"2121+#include "44x.h"2222+#include "4xx.h"2323+#include "cuboot.h"2424+2525+#define TARGET_4xx2626+#define TARGET_44x2727+#include "ppcboot.h"2828+2929+static bd_t bd;3030+3131+static void sam440ep_fixups(void)3232+{3333+ unsigned long sysclk = 66666666;3434+3535+ ibm440ep_fixup_clocks(sysclk, 11059200, 25000000);3636+ ibm4xx_sdram_fixup_memsize();3737+ ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);3838+ dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);3939+}4040+4141+void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,4242+ unsigned long r6, unsigned long r7)4343+{4444+ CUBOOT_INIT();4545+ platform_ops.fixups = sam440ep_fixups;4646+ platform_ops.exit = ibm44x_dbcr_reset;4747+ fdt_init(_dtb_start);4848+ serial_console_init();4949+}
···11+#22+# Automatically generated make config: don't edit33+# Linux kernel version: 2.6.2544+# Mon May 5 13:43:02 200855+#66+# CONFIG_PPC64 is not set77+88+#99+# Processor support1010+#1111+# CONFIG_6xx is not set1212+# CONFIG_PPC_85xx is not set1313+# CONFIG_PPC_8xx is not set1414+# CONFIG_40x is not set1515+CONFIG_44x=y1616+# CONFIG_E200 is not set1717+CONFIG_PPC_FPU=y1818+CONFIG_4xx=y1919+CONFIG_BOOKE=y2020+CONFIG_PTE_64BIT=y2121+CONFIG_PHYS_64BIT=y2222+# CONFIG_PPC_MM_SLICES is not set2323+CONFIG_NOT_COHERENT_CACHE=y2424+CONFIG_PPC32=y2525+CONFIG_WORD_SIZE=322626+CONFIG_PPC_MERGE=y2727+CONFIG_MMU=y2828+CONFIG_GENERIC_CMOS_UPDATE=y2929+CONFIG_GENERIC_TIME=y3030+CONFIG_GENERIC_TIME_VSYSCALL=y3131+CONFIG_GENERIC_CLOCKEVENTS=y3232+CONFIG_GENERIC_HARDIRQS=y3333+# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set3434+CONFIG_IRQ_PER_CPU=y3535+CONFIG_STACKTRACE_SUPPORT=y3636+CONFIG_LOCKDEP_SUPPORT=y3737+CONFIG_RWSEM_XCHGADD_ALGORITHM=y3838+CONFIG_ARCH_HAS_ILOG2_U32=y3939+CONFIG_GENERIC_HWEIGHT=y4040+CONFIG_GENERIC_CALIBRATE_DELAY=y4141+CONFIG_GENERIC_FIND_NEXT_BIT=y4242+# CONFIG_ARCH_NO_VIRT_TO_BUS is not set4343+CONFIG_PPC=y4444+CONFIG_EARLY_PRINTK=y4545+CONFIG_GENERIC_NVRAM=y4646+CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y4747+CONFIG_ARCH_MAY_HAVE_PC_FDC=y4848+CONFIG_PPC_OF=y4949+CONFIG_OF=y5050+CONFIG_PPC_UDBG_16550=y5151+# CONFIG_GENERIC_TBSYNC is not set5252+CONFIG_AUDIT_ARCH=y5353+CONFIG_GENERIC_BUG=y5454+# CONFIG_DEFAULT_UIMAGE is not set5555+CONFIG_PPC_DCR_NATIVE=y5656+# CONFIG_PPC_DCR_MMIO is not set5757+CONFIG_PPC_DCR=y5858+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"5959+6060+#6161+# General setup6262+#6363+CONFIG_EXPERIMENTAL=y6464+CONFIG_BROKEN_ON_SMP=y6565+CONFIG_INIT_ENV_ARG_LIMIT=326666+CONFIG_LOCALVERSION=""6767+CONFIG_LOCALVERSION_AUTO=y6868+CONFIG_SWAP=y6969+CONFIG_SYSVIPC=y7070+CONFIG_SYSVIPC_SYSCTL=y7171+CONFIG_POSIX_MQUEUE=y7272+# CONFIG_BSD_PROCESS_ACCT is not set7373+# CONFIG_TASKSTATS is not set7474+# CONFIG_AUDIT is not set7575+CONFIG_IKCONFIG=y7676+# CONFIG_IKCONFIG_PROC is not set7777+CONFIG_LOG_BUF_SHIFT=147878+# CONFIG_CGROUPS is not set7979+CONFIG_GROUP_SCHED=y8080+CONFIG_FAIR_GROUP_SCHED=y8181+# CONFIG_RT_GROUP_SCHED is not set8282+CONFIG_USER_SCHED=y8383+# CONFIG_CGROUP_SCHED is not set8484+CONFIG_SYSFS_DEPRECATED=y8585+CONFIG_SYSFS_DEPRECATED_V2=y8686+# CONFIG_RELAY is not set8787+# CONFIG_NAMESPACES is not set8888+CONFIG_BLK_DEV_INITRD=y8989+CONFIG_INITRAMFS_SOURCE=""9090+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set9191+CONFIG_SYSCTL=y9292+CONFIG_EMBEDDED=y9393+CONFIG_SYSCTL_SYSCALL=y9494+CONFIG_SYSCTL_SYSCALL_CHECK=y9595+CONFIG_KALLSYMS=y9696+# CONFIG_KALLSYMS_EXTRA_PASS is not set9797+CONFIG_HOTPLUG=y9898+CONFIG_PRINTK=y9999+CONFIG_BUG=y100100+CONFIG_ELF_CORE=y101101+CONFIG_COMPAT_BRK=y102102+CONFIG_BASE_FULL=y103103+CONFIG_FUTEX=y104104+CONFIG_ANON_INODES=y105105+CONFIG_EPOLL=y106106+CONFIG_SIGNALFD=y107107+CONFIG_TIMERFD=y108108+CONFIG_EVENTFD=y109109+CONFIG_SHMEM=y110110+CONFIG_VM_EVENT_COUNTERS=y111111+CONFIG_SLUB_DEBUG=y112112+# CONFIG_SLAB is not set113113+CONFIG_SLUB=y114114+# CONFIG_SLOB is not set115115+# CONFIG_PROFILING is not set116116+# CONFIG_MARKERS is not set117117+CONFIG_HAVE_OPROFILE=y118118+# CONFIG_KPROBES is not set119119+CONFIG_HAVE_KPROBES=y120120+CONFIG_HAVE_KRETPROBES=y121121+# CONFIG_HAVE_DMA_ATTRS is not set122122+CONFIG_PROC_PAGE_MONITOR=y123123+CONFIG_SLABINFO=y124124+CONFIG_RT_MUTEXES=y125125+# CONFIG_TINY_SHMEM is not set126126+CONFIG_BASE_SMALL=0127127+CONFIG_MODULES=y128128+CONFIG_MODULE_UNLOAD=y129129+# CONFIG_MODULE_FORCE_UNLOAD is not set130130+# CONFIG_MODVERSIONS is not set131131+# CONFIG_MODULE_SRCVERSION_ALL is not set132132+CONFIG_KMOD=y133133+CONFIG_BLOCK=y134134+# CONFIG_LBD is not set135135+# CONFIG_BLK_DEV_IO_TRACE is not set136136+# CONFIG_LSF is not set137137+# CONFIG_BLK_DEV_BSG is not set138138+139139+#140140+# IO Schedulers141141+#142142+CONFIG_IOSCHED_NOOP=y143143+CONFIG_IOSCHED_AS=y144144+# CONFIG_IOSCHED_DEADLINE is not set145145+# CONFIG_IOSCHED_CFQ is not set146146+CONFIG_DEFAULT_AS=y147147+# CONFIG_DEFAULT_DEADLINE is not set148148+# CONFIG_DEFAULT_CFQ is not set149149+# CONFIG_DEFAULT_NOOP is not set150150+CONFIG_DEFAULT_IOSCHED="anticipatory"151151+CONFIG_CLASSIC_RCU=y152152+# CONFIG_PPC4xx_PCI_EXPRESS is not set153153+154154+#155155+# Platform support156156+#157157+# CONFIG_PPC_MPC512x is not set158158+# CONFIG_PPC_MPC5121 is not set159159+# CONFIG_PPC_CELL is not set160160+# CONFIG_PPC_CELL_NATIVE is not set161161+# CONFIG_PQ2ADS is not set162162+# CONFIG_BAMBOO is not set163163+# CONFIG_EBONY is not set164164+CONFIG_SAM440EP=y165165+# CONFIG_SEQUOIA is not set166166+# CONFIG_TAISHAN is not set167167+# CONFIG_KATMAI is not set168168+# CONFIG_RAINIER is not set169169+# CONFIG_WARP is not set170170+# CONFIG_CANYONLANDS is not set171171+# CONFIG_YOSEMITE is not set172172+CONFIG_440EP=y173173+CONFIG_IBM440EP_ERR42=y174174+# CONFIG_IPIC is not set175175+# CONFIG_MPIC is not set176176+# CONFIG_MPIC_WEIRD is not set177177+# CONFIG_PPC_I8259 is not set178178+# CONFIG_PPC_RTAS is not set179179+# CONFIG_MMIO_NVRAM is not set180180+# CONFIG_PPC_MPC106 is not set181181+# CONFIG_PPC_970_NAP is not set182182+# CONFIG_PPC_INDIRECT_IO is not set183183+# CONFIG_GENERIC_IOMAP is not set184184+# CONFIG_CPU_FREQ is not set185185+# CONFIG_FSL_ULI1575 is not set186186+187187+#188188+# Kernel options189189+#190190+# CONFIG_HIGHMEM is not set191191+# CONFIG_TICK_ONESHOT is not set192192+# CONFIG_NO_HZ is not set193193+# CONFIG_HIGH_RES_TIMERS is not set194194+CONFIG_GENERIC_CLOCKEVENTS_BUILD=y195195+# CONFIG_HZ_100 is not set196196+CONFIG_HZ_250=y197197+# CONFIG_HZ_300 is not set198198+# CONFIG_HZ_1000 is not set199199+CONFIG_HZ=250200200+# CONFIG_SCHED_HRTICK is not set201201+CONFIG_PREEMPT_NONE=y202202+# CONFIG_PREEMPT_VOLUNTARY is not set203203+# CONFIG_PREEMPT is not set204204+CONFIG_BINFMT_ELF=y205205+# CONFIG_BINFMT_MISC is not set206206+# CONFIG_MATH_EMULATION is not set207207+# CONFIG_IOMMU_HELPER is not set208208+CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y209209+CONFIG_ARCH_HAS_WALK_MEMORY=y210210+CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y211211+CONFIG_ARCH_FLATMEM_ENABLE=y212212+CONFIG_ARCH_POPULATES_NODE_MAP=y213213+CONFIG_SELECT_MEMORY_MODEL=y214214+CONFIG_FLATMEM_MANUAL=y215215+# CONFIG_DISCONTIGMEM_MANUAL is not set216216+# CONFIG_SPARSEMEM_MANUAL is not set217217+CONFIG_FLATMEM=y218218+CONFIG_FLAT_NODE_MEM_MAP=y219219+# CONFIG_SPARSEMEM_STATIC is not set220220+# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set221221+CONFIG_PAGEFLAGS_EXTENDED=y222222+CONFIG_SPLIT_PTLOCK_CPUS=4223223+CONFIG_RESOURCES_64BIT=y224224+CONFIG_ZONE_DMA_FLAG=1225225+CONFIG_BOUNCE=y226226+CONFIG_VIRT_TO_BUS=y227227+CONFIG_FORCE_MAX_ZONEORDER=11228228+CONFIG_PROC_DEVICETREE=y229229+CONFIG_CMDLINE_BOOL=y230230+CONFIG_CMDLINE=""231231+CONFIG_SECCOMP=y232232+CONFIG_ISA_DMA_API=y233233+234234+#235235+# Bus options236236+#237237+CONFIG_ZONE_DMA=y238238+CONFIG_PPC_INDIRECT_PCI=y239239+CONFIG_4xx_SOC=y240240+CONFIG_PCI=y241241+CONFIG_PCI_DOMAINS=y242242+CONFIG_PCI_SYSCALL=y243243+# CONFIG_PCIEPORTBUS is not set244244+CONFIG_ARCH_SUPPORTS_MSI=y245245+# CONFIG_PCI_MSI is not set246246+CONFIG_PCI_LEGACY=y247247+# CONFIG_PCCARD is not set248248+# CONFIG_HOTPLUG_PCI is not set249249+# CONFIG_HAS_RAPIDIO is not set250250+251251+#252252+# Advanced setup253253+#254254+# CONFIG_ADVANCED_OPTIONS is not set255255+256256+#257257+# Default settings for advanced configuration options are used258258+#259259+CONFIG_LOWMEM_SIZE=0x30000000260260+CONFIG_PAGE_OFFSET=0xc0000000261261+CONFIG_KERNEL_START=0xc0000000262262+CONFIG_PHYSICAL_START=0x00000000263263+CONFIG_TASK_SIZE=0xc0000000264264+CONFIG_CONSISTENT_START=0xff100000265265+CONFIG_CONSISTENT_SIZE=0x00200000266266+267267+#268268+# Networking269269+#270270+CONFIG_NET=y271271+272272+#273273+# Networking options274274+#275275+CONFIG_PACKET=y276276+# CONFIG_PACKET_MMAP is not set277277+CONFIG_UNIX=y278278+# CONFIG_NET_KEY is not set279279+CONFIG_INET=y280280+# CONFIG_IP_MULTICAST is not set281281+# CONFIG_IP_ADVANCED_ROUTER is not set282282+CONFIG_IP_FIB_HASH=y283283+CONFIG_IP_PNP=y284284+CONFIG_IP_PNP_DHCP=y285285+CONFIG_IP_PNP_BOOTP=y286286+# CONFIG_IP_PNP_RARP is not set287287+# CONFIG_NET_IPIP is not set288288+# CONFIG_NET_IPGRE is not set289289+# CONFIG_ARPD is not set290290+# CONFIG_SYN_COOKIES is not set291291+# CONFIG_INET_AH is not set292292+# CONFIG_INET_ESP is not set293293+# CONFIG_INET_IPCOMP is not set294294+# CONFIG_INET_XFRM_TUNNEL is not set295295+# CONFIG_INET_TUNNEL is not set296296+# CONFIG_INET_XFRM_MODE_TRANSPORT is not set297297+# CONFIG_INET_XFRM_MODE_TUNNEL is not set298298+# CONFIG_INET_XFRM_MODE_BEET is not set299299+# CONFIG_INET_LRO is not set300300+CONFIG_INET_DIAG=y301301+CONFIG_INET_TCP_DIAG=y302302+# CONFIG_TCP_CONG_ADVANCED is not set303303+CONFIG_TCP_CONG_CUBIC=y304304+CONFIG_DEFAULT_TCP_CONG="cubic"305305+# CONFIG_TCP_MD5SIG is not set306306+# CONFIG_IPV6 is not set307307+# CONFIG_NETWORK_SECMARK is not set308308+# CONFIG_NETFILTER is not set309309+# CONFIG_IP_DCCP is not set310310+# CONFIG_IP_SCTP is not set311311+# CONFIG_TIPC is not set312312+# CONFIG_ATM is not set313313+# CONFIG_BRIDGE is not set314314+# CONFIG_VLAN_8021Q is not set315315+# CONFIG_DECNET is not set316316+# CONFIG_LLC2 is not set317317+# CONFIG_IPX is not set318318+# CONFIG_ATALK is not set319319+# CONFIG_X25 is not set320320+# CONFIG_LAPB is not set321321+# CONFIG_ECONET is not set322322+# CONFIG_WAN_ROUTER is not set323323+# CONFIG_NET_SCHED is not set324324+325325+#326326+# Network testing327327+#328328+# CONFIG_NET_PKTGEN is not set329329+# CONFIG_HAMRADIO is not set330330+# CONFIG_CAN is not set331331+# CONFIG_IRDA is not set332332+# CONFIG_BT is not set333333+# CONFIG_AF_RXRPC is not set334334+335335+#336336+# Wireless337337+#338338+# CONFIG_CFG80211 is not set339339+# CONFIG_WIRELESS_EXT is not set340340+# CONFIG_MAC80211 is not set341341+# CONFIG_IEEE80211 is not set342342+# CONFIG_RFKILL is not set343343+# CONFIG_NET_9P is not set344344+345345+#346346+# Device Drivers347347+#348348+349349+#350350+# Generic Driver Options351351+#352352+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"353353+CONFIG_STANDALONE=y354354+CONFIG_PREVENT_FIRMWARE_BUILD=y355355+CONFIG_FW_LOADER=y356356+# CONFIG_SYS_HYPERVISOR is not set357357+CONFIG_CONNECTOR=y358358+CONFIG_PROC_EVENTS=y359359+# CONFIG_MTD is not set360360+CONFIG_OF_DEVICE=y361361+CONFIG_OF_I2C=y362362+# CONFIG_PARPORT is not set363363+CONFIG_BLK_DEV=y364364+# CONFIG_BLK_DEV_FD is not set365365+# CONFIG_BLK_CPQ_DA is not set366366+# CONFIG_BLK_CPQ_CISS_DA is not set367367+# CONFIG_BLK_DEV_DAC960 is not set368368+# CONFIG_BLK_DEV_UMEM is not set369369+# CONFIG_BLK_DEV_COW_COMMON is not set370370+CONFIG_BLK_DEV_LOOP=y371371+# CONFIG_BLK_DEV_CRYPTOLOOP is not set372372+# CONFIG_BLK_DEV_NBD is not set373373+# CONFIG_BLK_DEV_SX8 is not set374374+# CONFIG_BLK_DEV_UB is not set375375+CONFIG_BLK_DEV_RAM=y376376+CONFIG_BLK_DEV_RAM_COUNT=16377377+CONFIG_BLK_DEV_RAM_SIZE=35000378378+# CONFIG_BLK_DEV_XIP is not set379379+# CONFIG_CDROM_PKTCDVD is not set380380+# CONFIG_ATA_OVER_ETH is not set381381+# CONFIG_XILINX_SYSACE is not set382382+# CONFIG_MISC_DEVICES is not set383383+CONFIG_HAVE_IDE=y384384+# CONFIG_IDE is not set385385+386386+#387387+# SCSI device support388388+#389389+# CONFIG_RAID_ATTRS is not set390390+CONFIG_SCSI=y391391+CONFIG_SCSI_DMA=y392392+# CONFIG_SCSI_TGT is not set393393+# CONFIG_SCSI_NETLINK is not set394394+CONFIG_SCSI_PROC_FS=y395395+396396+#397397+# SCSI support type (disk, tape, CD-ROM)398398+#399399+CONFIG_BLK_DEV_SD=y400400+# CONFIG_CHR_DEV_ST is not set401401+# CONFIG_CHR_DEV_OSST is not set402402+CONFIG_BLK_DEV_SR=y403403+# CONFIG_BLK_DEV_SR_VENDOR is not set404404+CONFIG_CHR_DEV_SG=y405405+# CONFIG_CHR_DEV_SCH is not set406406+407407+#408408+# Some SCSI devices (e.g. CD jukebox) support multiple LUNs409409+#410410+# CONFIG_SCSI_MULTI_LUN is not set411411+# CONFIG_SCSI_CONSTANTS is not set412412+# CONFIG_SCSI_LOGGING is not set413413+# CONFIG_SCSI_SCAN_ASYNC is not set414414+CONFIG_SCSI_WAIT_SCAN=m415415+416416+#417417+# SCSI Transports418418+#419419+# CONFIG_SCSI_SPI_ATTRS is not set420420+# CONFIG_SCSI_FC_ATTRS is not set421421+# CONFIG_SCSI_ISCSI_ATTRS is not set422422+# CONFIG_SCSI_SAS_LIBSAS is not set423423+# CONFIG_SCSI_SRP_ATTRS is not set424424+# CONFIG_SCSI_LOWLEVEL is not set425425+CONFIG_ATA=y426426+# CONFIG_ATA_NONSTANDARD is not set427427+# CONFIG_SATA_PMP is not set428428+# CONFIG_SATA_AHCI is not set429429+# CONFIG_SATA_SIL24 is not set430430+CONFIG_ATA_SFF=y431431+# CONFIG_SATA_SVW is not set432432+# CONFIG_ATA_PIIX is not set433433+# CONFIG_SATA_MV is not set434434+# CONFIG_SATA_NV is not set435435+# CONFIG_PDC_ADMA is not set436436+# CONFIG_SATA_QSTOR is not set437437+# CONFIG_SATA_PROMISE is not set438438+# CONFIG_SATA_SX4 is not set439439+CONFIG_SATA_SIL=y440440+# CONFIG_SATA_SIS is not set441441+# CONFIG_SATA_ULI is not set442442+# CONFIG_SATA_VIA is not set443443+# CONFIG_SATA_VITESSE is not set444444+# CONFIG_SATA_INIC162X is not set445445+# CONFIG_PATA_ALI is not set446446+# CONFIG_PATA_AMD is not set447447+# CONFIG_PATA_ARTOP is not set448448+# CONFIG_PATA_ATIIXP is not set449449+# CONFIG_PATA_CMD640_PCI is not set450450+# CONFIG_PATA_CMD64X is not set451451+# CONFIG_PATA_CS5520 is not set452452+# CONFIG_PATA_CS5530 is not set453453+# CONFIG_PATA_CYPRESS is not set454454+# CONFIG_PATA_EFAR is not set455455+# CONFIG_ATA_GENERIC is not set456456+# CONFIG_PATA_HPT366 is not set457457+# CONFIG_PATA_HPT37X is not set458458+# CONFIG_PATA_HPT3X2N is not set459459+# CONFIG_PATA_HPT3X3 is not set460460+# CONFIG_PATA_IT821X is not set461461+# CONFIG_PATA_IT8213 is not set462462+# CONFIG_PATA_JMICRON is not set463463+# CONFIG_PATA_TRIFLEX is not set464464+# CONFIG_PATA_MARVELL is not set465465+# CONFIG_PATA_MPIIX is not set466466+# CONFIG_PATA_OLDPIIX is not set467467+# CONFIG_PATA_NETCELL is not set468468+# CONFIG_PATA_NINJA32 is not set469469+# CONFIG_PATA_NS87410 is not set470470+# CONFIG_PATA_NS87415 is not set471471+# CONFIG_PATA_OPTI is not set472472+# CONFIG_PATA_OPTIDMA is not set473473+# CONFIG_PATA_PDC_OLD is not set474474+# CONFIG_PATA_RADISYS is not set475475+# CONFIG_PATA_RZ1000 is not set476476+# CONFIG_PATA_SC1200 is not set477477+# CONFIG_PATA_SERVERWORKS is not set478478+# CONFIG_PATA_PDC2027X is not set479479+# CONFIG_PATA_SIL680 is not set480480+# CONFIG_PATA_SIS is not set481481+# CONFIG_PATA_VIA is not set482482+# CONFIG_PATA_WINBOND is not set483483+# CONFIG_PATA_PLATFORM is not set484484+# CONFIG_MD is not set485485+# CONFIG_FUSION is not set486486+487487+#488488+# IEEE 1394 (FireWire) support489489+#490490+# CONFIG_FIREWIRE is not set491491+# CONFIG_IEEE1394 is not set492492+# CONFIG_I2O is not set493493+# CONFIG_MACINTOSH_DRIVERS is not set494494+CONFIG_NETDEVICES=y495495+# CONFIG_NETDEVICES_MULTIQUEUE is not set496496+# CONFIG_DUMMY is not set497497+# CONFIG_BONDING is not set498498+# CONFIG_MACVLAN is not set499499+# CONFIG_EQUALIZER is not set500500+# CONFIG_TUN is not set501501+# CONFIG_VETH is not set502502+# CONFIG_ARCNET is not set503503+# CONFIG_PHYLIB is not set504504+CONFIG_NET_ETHERNET=y505505+# CONFIG_MII is not set506506+# CONFIG_HAPPYMEAL is not set507507+# CONFIG_SUNGEM is not set508508+# CONFIG_CASSINI is not set509509+# CONFIG_NET_VENDOR_3COM is not set510510+# CONFIG_NET_TULIP is not set511511+# CONFIG_HP100 is not set512512+CONFIG_IBM_NEW_EMAC=y513513+CONFIG_IBM_NEW_EMAC_RXB=128514514+CONFIG_IBM_NEW_EMAC_TXB=64515515+CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32516516+CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256517517+CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0518518+# CONFIG_IBM_NEW_EMAC_DEBUG is not set519519+CONFIG_IBM_NEW_EMAC_ZMII=y520520+# CONFIG_IBM_NEW_EMAC_RGMII is not set521521+# CONFIG_IBM_NEW_EMAC_TAH is not set522522+# CONFIG_IBM_NEW_EMAC_EMAC4 is not set523523+# CONFIG_NET_PCI is not set524524+# CONFIG_B44 is not set525525+# CONFIG_NETDEV_1000 is not set526526+# CONFIG_NETDEV_10000 is not set527527+# CONFIG_TR is not set528528+529529+#530530+# Wireless LAN531531+#532532+# CONFIG_WLAN_PRE80211 is not set533533+# CONFIG_WLAN_80211 is not set534534+# CONFIG_IWLWIFI is not set535535+# CONFIG_IWLWIFI_LEDS is not set536536+537537+#538538+# USB Network Adapters539539+#540540+# CONFIG_USB_CATC is not set541541+# CONFIG_USB_KAWETH is not set542542+# CONFIG_USB_PEGASUS is not set543543+# CONFIG_USB_RTL8150 is not set544544+# CONFIG_USB_USBNET is not set545545+# CONFIG_WAN is not set546546+# CONFIG_FDDI is not set547547+# CONFIG_HIPPI is not set548548+# CONFIG_PPP is not set549549+# CONFIG_SLIP is not set550550+# CONFIG_NET_FC is not set551551+# CONFIG_NETCONSOLE is not set552552+# CONFIG_NETPOLL is not set553553+# CONFIG_NET_POLL_CONTROLLER is not set554554+# CONFIG_ISDN is not set555555+# CONFIG_PHONE is not set556556+557557+#558558+# Input device support559559+#560560+CONFIG_INPUT=y561561+# CONFIG_INPUT_FF_MEMLESS is not set562562+# CONFIG_INPUT_POLLDEV is not set563563+564564+#565565+# Userland interfaces566566+#567567+CONFIG_INPUT_MOUSEDEV=y568568+CONFIG_INPUT_MOUSEDEV_PSAUX=y569569+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024570570+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768571571+# CONFIG_INPUT_JOYDEV is not set572572+# CONFIG_INPUT_EVDEV is not set573573+# CONFIG_INPUT_EVBUG is not set574574+575575+#576576+# Input Device Drivers577577+#578578+CONFIG_INPUT_KEYBOARD=y579579+CONFIG_KEYBOARD_ATKBD=y580580+# CONFIG_KEYBOARD_SUNKBD is not set581581+# CONFIG_KEYBOARD_LKKBD is not set582582+# CONFIG_KEYBOARD_XTKBD is not set583583+# CONFIG_KEYBOARD_NEWTON is not set584584+# CONFIG_KEYBOARD_STOWAWAY is not set585585+CONFIG_INPUT_MOUSE=y586586+CONFIG_MOUSE_PS2=y587587+CONFIG_MOUSE_PS2_ALPS=y588588+CONFIG_MOUSE_PS2_LOGIPS2PP=y589589+CONFIG_MOUSE_PS2_SYNAPTICS=y590590+CONFIG_MOUSE_PS2_LIFEBOOK=y591591+CONFIG_MOUSE_PS2_TRACKPOINT=y592592+# CONFIG_MOUSE_PS2_TOUCHKIT is not set593593+# CONFIG_MOUSE_SERIAL is not set594594+# CONFIG_MOUSE_APPLETOUCH is not set595595+# CONFIG_MOUSE_VSXXXAA is not set596596+# CONFIG_INPUT_JOYSTICK is not set597597+# CONFIG_INPUT_TABLET is not set598598+# CONFIG_INPUT_TOUCHSCREEN is not set599599+# CONFIG_INPUT_MISC is not set600600+601601+#602602+# Hardware I/O ports603603+#604604+CONFIG_SERIO=y605605+CONFIG_SERIO_I8042=y606606+CONFIG_SERIO_SERPORT=y607607+# CONFIG_SERIO_PCIPS2 is not set608608+CONFIG_SERIO_LIBPS2=y609609+# CONFIG_SERIO_RAW is not set610610+# CONFIG_GAMEPORT is not set611611+612612+#613613+# Character devices614614+#615615+CONFIG_VT=y616616+CONFIG_VT_CONSOLE=y617617+CONFIG_HW_CONSOLE=y618618+# CONFIG_VT_HW_CONSOLE_BINDING is not set619619+CONFIG_DEVKMEM=y620620+# CONFIG_SERIAL_NONSTANDARD is not set621621+# CONFIG_NOZOMI is not set622622+623623+#624624+# Serial drivers625625+#626626+CONFIG_SERIAL_8250=y627627+CONFIG_SERIAL_8250_CONSOLE=y628628+# CONFIG_SERIAL_8250_PCI is not set629629+CONFIG_SERIAL_8250_NR_UARTS=4630630+CONFIG_SERIAL_8250_RUNTIME_UARTS=4631631+CONFIG_SERIAL_8250_EXTENDED=y632632+# CONFIG_SERIAL_8250_MANY_PORTS is not set633633+CONFIG_SERIAL_8250_SHARE_IRQ=y634634+# CONFIG_SERIAL_8250_DETECT_IRQ is not set635635+# CONFIG_SERIAL_8250_RSA is not set636636+637637+#638638+# Non-8250 serial port support639639+#640640+# CONFIG_SERIAL_UARTLITE is not set641641+CONFIG_SERIAL_CORE=y642642+CONFIG_SERIAL_CORE_CONSOLE=y643643+# CONFIG_SERIAL_JSM is not set644644+CONFIG_SERIAL_OF_PLATFORM=y645645+CONFIG_UNIX98_PTYS=y646646+CONFIG_LEGACY_PTYS=y647647+CONFIG_LEGACY_PTY_COUNT=256648648+# CONFIG_IPMI_HANDLER is not set649649+# CONFIG_HW_RANDOM is not set650650+# CONFIG_NVRAM is not set651651+# CONFIG_R3964 is not set652652+# CONFIG_APPLICOM is not set653653+# CONFIG_RAW_DRIVER is not set654654+# CONFIG_TCG_TPM is not set655655+CONFIG_DEVPORT=y656656+CONFIG_I2C=y657657+CONFIG_I2C_BOARDINFO=y658658+# CONFIG_I2C_CHARDEV is not set659659+CONFIG_I2C_ALGOBIT=y660660+661661+#662662+# I2C Hardware Bus support663663+#664664+# CONFIG_I2C_ALI1535 is not set665665+# CONFIG_I2C_ALI1563 is not set666666+# CONFIG_I2C_ALI15X3 is not set667667+# CONFIG_I2C_AMD756 is not set668668+# CONFIG_I2C_AMD8111 is not set669669+# CONFIG_I2C_I801 is not set670670+# CONFIG_I2C_I810 is not set671671+# CONFIG_I2C_PIIX4 is not set672672+CONFIG_I2C_IBM_IIC=y673673+# CONFIG_I2C_MPC is not set674674+# CONFIG_I2C_NFORCE2 is not set675675+# CONFIG_I2C_OCORES is not set676676+# CONFIG_I2C_PARPORT_LIGHT is not set677677+# CONFIG_I2C_PROSAVAGE is not set678678+# CONFIG_I2C_SAVAGE4 is not set679679+# CONFIG_I2C_SIMTEC is not set680680+# CONFIG_I2C_SIS5595 is not set681681+# CONFIG_I2C_SIS630 is not set682682+# CONFIG_I2C_SIS96X is not set683683+# CONFIG_I2C_TAOS_EVM is not set684684+# CONFIG_I2C_STUB is not set685685+# CONFIG_I2C_TINY_USB is not set686686+# CONFIG_I2C_VIA is not set687687+# CONFIG_I2C_VIAPRO is not set688688+# CONFIG_I2C_VOODOO3 is not set689689+# CONFIG_I2C_PCA_PLATFORM is not set690690+691691+#692692+# Miscellaneous I2C Chip support693693+#694694+# CONFIG_DS1682 is not set695695+# CONFIG_SENSORS_EEPROM is not set696696+# CONFIG_SENSORS_PCF8574 is not set697697+# CONFIG_PCF8575 is not set698698+# CONFIG_SENSORS_PCF8591 is not set699699+# CONFIG_SENSORS_MAX6875 is not set700700+# CONFIG_SENSORS_TSL2550 is not set701701+# CONFIG_I2C_DEBUG_CORE is not set702702+# CONFIG_I2C_DEBUG_ALGO is not set703703+# CONFIG_I2C_DEBUG_BUS is not set704704+# CONFIG_I2C_DEBUG_CHIP is not set705705+# CONFIG_SPI is not set706706+# CONFIG_W1 is not set707707+# CONFIG_POWER_SUPPLY is not set708708+# CONFIG_HWMON is not set709709+# CONFIG_THERMAL is not set710710+# CONFIG_WATCHDOG is not set711711+712712+#713713+# Sonics Silicon Backplane714714+#715715+CONFIG_SSB_POSSIBLE=y716716+# CONFIG_SSB is not set717717+718718+#719719+# Multifunction device drivers720720+#721721+# CONFIG_MFD_SM501 is not set722722+# CONFIG_HTC_PASIC3 is not set723723+724724+#725725+# Multimedia devices726726+#727727+728728+#729729+# Multimedia core support730730+#731731+# CONFIG_VIDEO_DEV is not set732732+# CONFIG_DVB_CORE is not set733733+734734+#735735+# Multimedia drivers736736+#737737+# CONFIG_DAB is not set738738+739739+#740740+# Graphics support741741+#742742+# CONFIG_AGP is not set743743+# CONFIG_DRM is not set744744+# CONFIG_VGASTATE is not set745745+CONFIG_VIDEO_OUTPUT_CONTROL=y746746+CONFIG_FB=y747747+# CONFIG_FIRMWARE_EDID is not set748748+CONFIG_FB_DDC=y749749+CONFIG_FB_CFB_FILLRECT=y750750+CONFIG_FB_CFB_COPYAREA=y751751+CONFIG_FB_CFB_IMAGEBLIT=y752752+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set753753+# CONFIG_FB_SYS_FILLRECT is not set754754+# CONFIG_FB_SYS_COPYAREA is not set755755+# CONFIG_FB_SYS_IMAGEBLIT is not set756756+# CONFIG_FB_FOREIGN_ENDIAN is not set757757+# CONFIG_FB_SYS_FOPS is not set758758+CONFIG_FB_DEFERRED_IO=y759759+# CONFIG_FB_SVGALIB is not set760760+CONFIG_FB_MACMODES=y761761+CONFIG_FB_BACKLIGHT=y762762+CONFIG_FB_MODE_HELPERS=y763763+# CONFIG_FB_TILEBLITTING is not set764764+765765+#766766+# Frame buffer hardware drivers767767+#768768+# CONFIG_FB_CIRRUS is not set769769+# CONFIG_FB_PM2 is not set770770+# CONFIG_FB_CYBER2000 is not set771771+# CONFIG_FB_OF is not set772772+# CONFIG_FB_CT65550 is not set773773+# CONFIG_FB_ASILIANT is not set774774+# CONFIG_FB_IMSTT is not set775775+# CONFIG_FB_VGA16 is not set776776+# CONFIG_FB_UVESA is not set777777+# CONFIG_FB_S1D13XXX is not set778778+# CONFIG_FB_NVIDIA is not set779779+# CONFIG_FB_RIVA is not set780780+# CONFIG_FB_MATROX is not set781781+CONFIG_FB_RADEON=y782782+CONFIG_FB_RADEON_I2C=y783783+CONFIG_FB_RADEON_BACKLIGHT=y784784+# CONFIG_FB_RADEON_DEBUG is not set785785+# CONFIG_FB_ATY128 is not set786786+# CONFIG_FB_ATY is not set787787+# CONFIG_FB_S3 is not set788788+# CONFIG_FB_SAVAGE is not set789789+# CONFIG_FB_SIS is not set790790+# CONFIG_FB_NEOMAGIC is not set791791+# CONFIG_FB_KYRO is not set792792+# CONFIG_FB_3DFX is not set793793+# CONFIG_FB_VOODOO1 is not set794794+# CONFIG_FB_VT8623 is not set795795+# CONFIG_FB_TRIDENT is not set796796+# CONFIG_FB_ARK is not set797797+# CONFIG_FB_PM3 is not set798798+# CONFIG_FB_IBM_GXT4500 is not set799799+# CONFIG_FB_VIRTUAL is not set800800+CONFIG_BACKLIGHT_LCD_SUPPORT=y801801+CONFIG_LCD_CLASS_DEVICE=y802802+CONFIG_BACKLIGHT_CLASS_DEVICE=y803803+# CONFIG_BACKLIGHT_CORGI is not set804804+805805+#806806+# Display device support807807+#808808+# CONFIG_DISPLAY_SUPPORT is not set809809+810810+#811811+# Console display driver support812812+#813813+CONFIG_DUMMY_CONSOLE=y814814+CONFIG_FRAMEBUFFER_CONSOLE=y815815+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y816816+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set817817+# CONFIG_FONTS is not set818818+CONFIG_FONT_8x8=y819819+CONFIG_FONT_8x16=y820820+CONFIG_LOGO=y821821+CONFIG_LOGO_LINUX_MONO=y822822+CONFIG_LOGO_LINUX_VGA16=y823823+CONFIG_LOGO_LINUX_CLUT224=y824824+825825+#826826+# Sound827827+#828828+# CONFIG_SOUND is not set829829+CONFIG_HID_SUPPORT=y830830+CONFIG_HID=y831831+# CONFIG_HID_DEBUG is not set832832+# CONFIG_HIDRAW is not set833833+834834+#835835+# USB Input Devices836836+#837837+CONFIG_USB_HID=y838838+# CONFIG_USB_HIDINPUT_POWERBOOK is not set839839+# CONFIG_HID_FF is not set840840+# CONFIG_USB_HIDDEV is not set841841+CONFIG_USB_SUPPORT=y842842+CONFIG_USB_ARCH_HAS_HCD=y843843+CONFIG_USB_ARCH_HAS_OHCI=y844844+CONFIG_USB_ARCH_HAS_EHCI=y845845+CONFIG_USB=y846846+# CONFIG_USB_DEBUG is not set847847+# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set848848+849849+#850850+# Miscellaneous USB options851851+#852852+CONFIG_USB_DEVICEFS=y853853+# CONFIG_USB_DEVICE_CLASS is not set854854+# CONFIG_USB_DYNAMIC_MINORS is not set855855+# CONFIG_USB_OTG is not set856856+# CONFIG_USB_OTG_WHITELIST is not set857857+# CONFIG_USB_OTG_BLACKLIST_HUB is not set858858+859859+#860860+# USB Host Controller Drivers861861+#862862+CONFIG_USB_EHCI_HCD=m863863+# CONFIG_USB_EHCI_ROOT_HUB_TT is not set864864+# CONFIG_USB_EHCI_TT_NEWSCHED is not set865865+CONFIG_USB_EHCI_HCD_PPC_OF=y866866+# CONFIG_USB_ISP116X_HCD is not set867867+CONFIG_USB_OHCI_HCD=y868868+CONFIG_USB_OHCI_HCD_PPC_OF=y869869+CONFIG_USB_OHCI_HCD_PPC_OF_BE=y870870+CONFIG_USB_OHCI_HCD_PPC_OF_LE=y871871+CONFIG_USB_OHCI_HCD_PCI=y872872+CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y873873+CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y874874+CONFIG_USB_OHCI_LITTLE_ENDIAN=y875875+# CONFIG_USB_UHCI_HCD is not set876876+# CONFIG_USB_SL811_HCD is not set877877+# CONFIG_USB_R8A66597_HCD is not set878878+879879+#880880+# USB Device Class drivers881881+#882882+# CONFIG_USB_ACM is not set883883+# CONFIG_USB_PRINTER is not set884884+885885+#886886+# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'887887+#888888+889889+#890890+# may also be needed; see USB_STORAGE Help for more information891891+#892892+CONFIG_USB_STORAGE=m893893+# CONFIG_USB_STORAGE_DEBUG is not set894894+# CONFIG_USB_STORAGE_DATAFAB is not set895895+# CONFIG_USB_STORAGE_FREECOM is not set896896+# CONFIG_USB_STORAGE_ISD200 is not set897897+# CONFIG_USB_STORAGE_DPCM is not set898898+# CONFIG_USB_STORAGE_USBAT is not set899899+# CONFIG_USB_STORAGE_SDDR09 is not set900900+# CONFIG_USB_STORAGE_SDDR55 is not set901901+# CONFIG_USB_STORAGE_JUMPSHOT is not set902902+# CONFIG_USB_STORAGE_ALAUDA is not set903903+# CONFIG_USB_STORAGE_KARMA is not set904904+# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set905905+# CONFIG_USB_LIBUSUAL is not set906906+907907+#908908+# USB Imaging devices909909+#910910+# CONFIG_USB_MDC800 is not set911911+# CONFIG_USB_MICROTEK is not set912912+# CONFIG_USB_MON is not set913913+914914+#915915+# USB port drivers916916+#917917+# CONFIG_USB_SERIAL is not set918918+919919+#920920+# USB Miscellaneous drivers921921+#922922+# CONFIG_USB_EMI62 is not set923923+# CONFIG_USB_EMI26 is not set924924+# CONFIG_USB_ADUTUX is not set925925+# CONFIG_USB_AUERSWALD is not set926926+# CONFIG_USB_RIO500 is not set927927+# CONFIG_USB_LEGOTOWER is not set928928+# CONFIG_USB_LCD is not set929929+# CONFIG_USB_BERRY_CHARGE is not set930930+# CONFIG_USB_LED is not set931931+# CONFIG_USB_CYPRESS_CY7C63 is not set932932+# CONFIG_USB_CYTHERM is not set933933+# CONFIG_USB_PHIDGET is not set934934+# CONFIG_USB_IDMOUSE is not set935935+# CONFIG_USB_FTDI_ELAN is not set936936+# CONFIG_USB_APPLEDISPLAY is not set937937+# CONFIG_USB_SISUSBVGA is not set938938+# CONFIG_USB_LD is not set939939+# CONFIG_USB_TRANCEVIBRATOR is not set940940+# CONFIG_USB_IOWARRIOR is not set941941+# CONFIG_USB_TEST is not set942942+# CONFIG_USB_GADGET is not set943943+# CONFIG_MMC is not set944944+# CONFIG_MEMSTICK is not set945945+# CONFIG_NEW_LEDS is not set946946+# CONFIG_ACCESSIBILITY is not set947947+# CONFIG_INFINIBAND is not set948948+# CONFIG_EDAC is not set949949+CONFIG_RTC_LIB=y950950+CONFIG_RTC_CLASS=y951951+CONFIG_RTC_HCTOSYS=y952952+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"953953+# CONFIG_RTC_DEBUG is not set954954+955955+#956956+# RTC interfaces957957+#958958+CONFIG_RTC_INTF_SYSFS=y959959+CONFIG_RTC_INTF_PROC=y960960+CONFIG_RTC_INTF_DEV=y961961+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set962962+# CONFIG_RTC_DRV_TEST is not set963963+964964+#965965+# I2C RTC drivers966966+#967967+# CONFIG_RTC_DRV_DS1307 is not set968968+# CONFIG_RTC_DRV_DS1374 is not set969969+# CONFIG_RTC_DRV_DS1672 is not set970970+# CONFIG_RTC_DRV_MAX6900 is not set971971+# CONFIG_RTC_DRV_RS5C372 is not set972972+# CONFIG_RTC_DRV_ISL1208 is not set973973+# CONFIG_RTC_DRV_X1205 is not set974974+# CONFIG_RTC_DRV_PCF8563 is not set975975+# CONFIG_RTC_DRV_PCF8583 is not set976976+CONFIG_RTC_DRV_M41T80=y977977+CONFIG_RTC_DRV_M41T80_WDT=y978978+# CONFIG_RTC_DRV_S35390A is not set979979+980980+#981981+# SPI RTC drivers982982+#983983+984984+#985985+# Platform RTC drivers986986+#987987+# CONFIG_RTC_DRV_CMOS is not set988988+# CONFIG_RTC_DRV_DS1511 is not set989989+# CONFIG_RTC_DRV_DS1553 is not set990990+# CONFIG_RTC_DRV_DS1742 is not set991991+# CONFIG_RTC_DRV_STK17TA8 is not set992992+# CONFIG_RTC_DRV_M48T86 is not set993993+# CONFIG_RTC_DRV_M48T59 is not set994994+# CONFIG_RTC_DRV_V3020 is not set995995+996996+#997997+# on-CPU RTC drivers998998+#999999+# CONFIG_DMADEVICES is not set10001000+# CONFIG_UIO is not set10011001+10021002+#10031003+# File systems10041004+#10051005+CONFIG_EXT2_FS=y10061006+CONFIG_EXT2_FS_XATTR=y10071007+CONFIG_EXT2_FS_POSIX_ACL=y10081008+# CONFIG_EXT2_FS_SECURITY is not set10091009+# CONFIG_EXT2_FS_XIP is not set10101010+CONFIG_EXT3_FS=y10111011+CONFIG_EXT3_FS_XATTR=y10121012+CONFIG_EXT3_FS_POSIX_ACL=y10131013+# CONFIG_EXT3_FS_SECURITY is not set10141014+# CONFIG_EXT4DEV_FS is not set10151015+CONFIG_JBD=y10161016+CONFIG_FS_MBCACHE=y10171017+CONFIG_REISERFS_FS=y10181018+# CONFIG_REISERFS_CHECK is not set10191019+# CONFIG_REISERFS_PROC_INFO is not set10201020+# CONFIG_REISERFS_FS_XATTR is not set10211021+# CONFIG_JFS_FS is not set10221022+CONFIG_FS_POSIX_ACL=y10231023+# CONFIG_XFS_FS is not set10241024+# CONFIG_OCFS2_FS is not set10251025+CONFIG_DNOTIFY=y10261026+CONFIG_INOTIFY=y10271027+CONFIG_INOTIFY_USER=y10281028+# CONFIG_QUOTA is not set10291029+# CONFIG_AUTOFS_FS is not set10301030+CONFIG_AUTOFS4_FS=y10311031+# CONFIG_FUSE_FS is not set10321032+10331033+#10341034+# CD-ROM/DVD Filesystems10351035+#10361036+CONFIG_ISO9660_FS=y10371037+CONFIG_JOLIET=y10381038+CONFIG_ZISOFS=y10391039+CONFIG_UDF_FS=y10401040+CONFIG_UDF_NLS=y10411041+10421042+#10431043+# DOS/FAT/NT Filesystems10441044+#10451045+CONFIG_FAT_FS=m10461046+CONFIG_MSDOS_FS=m10471047+CONFIG_VFAT_FS=m10481048+CONFIG_FAT_DEFAULT_CODEPAGE=43710491049+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"10501050+# CONFIG_NTFS_FS is not set10511051+10521052+#10531053+# Pseudo filesystems10541054+#10551055+CONFIG_PROC_FS=y10561056+CONFIG_PROC_KCORE=y10571057+CONFIG_PROC_SYSCTL=y10581058+CONFIG_SYSFS=y10591059+CONFIG_TMPFS=y10601060+# CONFIG_TMPFS_POSIX_ACL is not set10611061+# CONFIG_HUGETLB_PAGE is not set10621062+# CONFIG_CONFIGFS_FS is not set10631063+10641064+#10651065+# Miscellaneous filesystems10661066+#10671067+# CONFIG_ADFS_FS is not set10681068+CONFIG_AFFS_FS=m10691069+# CONFIG_HFS_FS is not set10701070+# CONFIG_HFSPLUS_FS is not set10711071+# CONFIG_BEFS_FS is not set10721072+# CONFIG_BFS_FS is not set10731073+# CONFIG_EFS_FS is not set10741074+# CONFIG_CRAMFS is not set10751075+# CONFIG_VXFS_FS is not set10761076+# CONFIG_MINIX_FS is not set10771077+# CONFIG_HPFS_FS is not set10781078+# CONFIG_QNX4FS_FS is not set10791079+# CONFIG_ROMFS_FS is not set10801080+# CONFIG_SYSV_FS is not set10811081+# CONFIG_UFS_FS is not set10821082+# CONFIG_NETWORK_FILESYSTEMS is not set10831083+10841084+#10851085+# Partition Types10861086+#10871087+CONFIG_PARTITION_ADVANCED=y10881088+# CONFIG_ACORN_PARTITION is not set10891089+# CONFIG_OSF_PARTITION is not set10901090+CONFIG_AMIGA_PARTITION=y10911091+# CONFIG_ATARI_PARTITION is not set10921092+# CONFIG_MAC_PARTITION is not set10931093+CONFIG_MSDOS_PARTITION=y10941094+# CONFIG_BSD_DISKLABEL is not set10951095+# CONFIG_MINIX_SUBPARTITION is not set10961096+# CONFIG_SOLARIS_X86_PARTITION is not set10971097+# CONFIG_UNIXWARE_DISKLABEL is not set10981098+# CONFIG_LDM_PARTITION is not set10991099+# CONFIG_SGI_PARTITION is not set11001100+# CONFIG_ULTRIX_PARTITION is not set11011101+# CONFIG_SUN_PARTITION is not set11021102+# CONFIG_KARMA_PARTITION is not set11031103+# CONFIG_EFI_PARTITION is not set11041104+# CONFIG_SYSV68_PARTITION is not set11051105+CONFIG_NLS=y11061106+CONFIG_NLS_DEFAULT="iso8859-1"11071107+CONFIG_NLS_CODEPAGE_437=y11081108+# CONFIG_NLS_CODEPAGE_737 is not set11091109+# CONFIG_NLS_CODEPAGE_775 is not set11101110+# CONFIG_NLS_CODEPAGE_850 is not set11111111+# CONFIG_NLS_CODEPAGE_852 is not set11121112+# CONFIG_NLS_CODEPAGE_855 is not set11131113+# CONFIG_NLS_CODEPAGE_857 is not set11141114+# CONFIG_NLS_CODEPAGE_860 is not set11151115+# CONFIG_NLS_CODEPAGE_861 is not set11161116+# CONFIG_NLS_CODEPAGE_862 is not set11171117+# CONFIG_NLS_CODEPAGE_863 is not set11181118+# CONFIG_NLS_CODEPAGE_864 is not set11191119+# CONFIG_NLS_CODEPAGE_865 is not set11201120+# CONFIG_NLS_CODEPAGE_866 is not set11211121+# CONFIG_NLS_CODEPAGE_869 is not set11221122+# CONFIG_NLS_CODEPAGE_936 is not set11231123+# CONFIG_NLS_CODEPAGE_950 is not set11241124+# CONFIG_NLS_CODEPAGE_932 is not set11251125+# CONFIG_NLS_CODEPAGE_949 is not set11261126+# CONFIG_NLS_CODEPAGE_874 is not set11271127+# CONFIG_NLS_ISO8859_8 is not set11281128+# CONFIG_NLS_CODEPAGE_1250 is not set11291129+# CONFIG_NLS_CODEPAGE_1251 is not set11301130+# CONFIG_NLS_ASCII is not set11311131+CONFIG_NLS_ISO8859_1=y11321132+# CONFIG_NLS_ISO8859_2 is not set11331133+# CONFIG_NLS_ISO8859_3 is not set11341134+# CONFIG_NLS_ISO8859_4 is not set11351135+# CONFIG_NLS_ISO8859_5 is not set11361136+# CONFIG_NLS_ISO8859_6 is not set11371137+# CONFIG_NLS_ISO8859_7 is not set11381138+# CONFIG_NLS_ISO8859_9 is not set11391139+# CONFIG_NLS_ISO8859_13 is not set11401140+# CONFIG_NLS_ISO8859_14 is not set11411141+# CONFIG_NLS_ISO8859_15 is not set11421142+# CONFIG_NLS_KOI8_R is not set11431143+# CONFIG_NLS_KOI8_U is not set11441144+# CONFIG_NLS_UTF8 is not set11451145+# CONFIG_DLM is not set11461146+11471147+#11481148+# Library routines11491149+#11501150+CONFIG_BITREVERSE=y11511151+# CONFIG_GENERIC_FIND_FIRST_BIT is not set11521152+# CONFIG_CRC_CCITT is not set11531153+# CONFIG_CRC16 is not set11541154+CONFIG_CRC_ITU_T=y11551155+CONFIG_CRC32=y11561156+# CONFIG_CRC7 is not set11571157+# CONFIG_LIBCRC32C is not set11581158+CONFIG_ZLIB_INFLATE=y11591159+CONFIG_PLIST=y11601160+CONFIG_HAS_IOMEM=y11611161+CONFIG_HAS_IOPORT=y11621162+CONFIG_HAS_DMA=y11631163+CONFIG_HAVE_LMB=y11641164+11651165+#11661166+# Kernel hacking11671167+#11681168+# CONFIG_PRINTK_TIME is not set11691169+CONFIG_ENABLE_WARN_DEPRECATED=y11701170+CONFIG_ENABLE_MUST_CHECK=y11711171+CONFIG_FRAME_WARN=102411721172+CONFIG_MAGIC_SYSRQ=y11731173+# CONFIG_UNUSED_SYMBOLS is not set11741174+# CONFIG_DEBUG_FS is not set11751175+# CONFIG_HEADERS_CHECK is not set11761176+# CONFIG_DEBUG_KERNEL is not set11771177+# CONFIG_SLUB_DEBUG_ON is not set11781178+# CONFIG_SLUB_STATS is not set11791179+# CONFIG_DEBUG_BUGVERBOSE is not set11801180+# CONFIG_SAMPLES is not set11811181+# CONFIG_IRQSTACKS is not set11821182+# CONFIG_PPC_EARLY_DEBUG is not set11831183+11841184+#11851185+# Security options11861186+#11871187+# CONFIG_KEYS is not set11881188+# CONFIG_SECURITY is not set11891189+# CONFIG_SECURITY_FILE_CAPABILITIES is not set11901190+# CONFIG_CRYPTO is not set11911191+# CONFIG_PPC_CLOCK is not set11921192+# CONFIG_VIRTUALIZATION is not set
+78-1
arch/powerpc/configs/44x/taishan_defconfig
···348348# CONFIG_SYS_HYPERVISOR is not set349349CONFIG_CONNECTOR=y350350CONFIG_PROC_EVENTS=y351351-# CONFIG_MTD is not set351351+CONFIG_MTD=y352352+# CONFIG_MTD_DEBUG is not set353353+# CONFIG_MTD_CONCAT is not set354354+CONFIG_MTD_PARTITIONS=y355355+# CONFIG_MTD_REDBOOT_PARTS is not set356356+CONFIG_MTD_CMDLINE_PARTS=y357357+358358+#359359+# User Modules And Translation Layers360360+#361361+CONFIG_MTD_CHAR=y362362+# CONFIG_MTD_BLKDEVS is not set363363+# CONFIG_MTD_BLOCK is not set364364+# CONFIG_MTD_BLOCK_RO is not set365365+# CONFIG_FTL is not set366366+# CONFIG_NFTL is not set367367+# CONFIG_INFTL is not set368368+# CONFIG_RFD_FTL is not set369369+# CONFIG_SSFDC is not set370370+# CONFIG_MTD_OOPS is not set371371+372372+#373373+# RAM/ROM/Flash chip drivers374374+#375375+CONFIG_MTD_CFI=y376376+# CONFIG_MTD_JEDECPROBE is not set377377+CONFIG_MTD_GEN_PROBE=y378378+# CONFIG_MTD_CFI_ADV_OPTIONS is not set379379+CONFIG_MTD_MAP_BANK_WIDTH_1=y380380+CONFIG_MTD_MAP_BANK_WIDTH_2=y381381+CONFIG_MTD_MAP_BANK_WIDTH_4=y382382+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set383383+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set384384+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set385385+CONFIG_MTD_CFI_I1=y386386+CONFIG_MTD_CFI_I2=y387387+# CONFIG_MTD_CFI_I4 is not set388388+# CONFIG_MTD_CFI_I8 is not set389389+# CONFIG_MTD_CFI_INTELEXT is not set390390+CONFIG_MTD_CFI_AMDSTD=y391391+# CONFIG_MTD_CFI_STAA is not set392392+CONFIG_MTD_CFI_UTIL=y393393+# CONFIG_MTD_RAM is not set394394+# CONFIG_MTD_ROM is not set395395+# CONFIG_MTD_ABSENT is not set396396+397397+#398398+# Mapping drivers for chip access399399+#400400+# CONFIG_MTD_COMPLEX_MAPPINGS is not set401401+# CONFIG_MTD_PHYSMAP is not set402402+CONFIG_MTD_PHYSMAP_OF=y403403+# CONFIG_MTD_INTEL_VR_NOR is not set404404+# CONFIG_MTD_PLATRAM is not set405405+406406+#407407+# Self-contained MTD device drivers408408+#409409+# CONFIG_MTD_PMC551 is not set410410+# CONFIG_MTD_SLRAM is not set411411+# CONFIG_MTD_PHRAM is not set412412+# CONFIG_MTD_MTDRAM is not set413413+# CONFIG_MTD_BLOCK2MTD is not set414414+415415+#416416+# Disk-On-Chip Device Drivers417417+#418418+# CONFIG_MTD_DOC2000 is not set419419+# CONFIG_MTD_DOC2001 is not set420420+# CONFIG_MTD_DOC2001PLUS is not set421421+# CONFIG_MTD_NAND is not set422422+# CONFIG_MTD_ONENAND is not set423423+424424+#425425+# UBI - Unsorted block images426426+#427427+# CONFIG_MTD_UBI is not set352428CONFIG_OF_DEVICE=y353429# CONFIG_PARPORT is not set354430CONFIG_BLK_DEV=y···736660# CONFIG_BEFS_FS is not set737661# CONFIG_BFS_FS is not set738662# CONFIG_EFS_FS is not set663663+# CONFIG_JFFS2_FS is not set739664CONFIG_CRAMFS=y740665# CONFIG_VXFS_FS is not set741666# CONFIG_MINIX_FS is not set
+1
arch/powerpc/kernel/cpu_setup_44x.S
···3333 mtlr r43434 blr3535_GLOBAL(__setup_cpu_460ex)3636+_GLOBAL(__setup_cpu_460gt)3637 b __init_fpu_44x3738_GLOBAL(__setup_cpu_440gx)3839_GLOBAL(__setup_cpu_440spe)
···1717 help1818 This option enables support for the IBM PPC440GP evaluation board.19192020+config SAM440EP2121+ bool "Sam440ep"2222+ depends on 44x2323+ default n2424+ select 440EP2525+ select PCI2626+ help2727+ This option enables support for the ACube Sam440ep board.2828+2029config SEQUOIA2130 bool "Sequoia"2231 depends on 44x
···123123 (bus->number == hose->first_busno))124124 val &= 0xffffff00;125125126126+ /* Workaround for PCI_28 Errata in 440EPx/GRx */127127+ if ((hose->indirect_type & PPC_INDIRECT_TYPE_BROKEN_MRM) &&128128+ offset == PCI_CACHE_LINE_SIZE) {129129+ val = 0;130130+ }131131+126132 /*127133 * Note: the caller has already checked that offset is128134 * suitably aligned and that len is 1, 2 or 4.
+14
arch/powerpc/sysdev/ppc4xx_pci.c
···7575 !of_device_is_compatible(hose->dn, "ibm,plb-pci"))7676 return;77777878+ if (of_device_is_compatible(hose->dn, "ibm,plb440epx-pci") ||7979+ of_device_is_compatible(hose->dn, "ibm,plb440grx-pci")) {8080+ hose->indirect_type |= PPC_INDIRECT_TYPE_BROKEN_MRM;8181+ }8282+7883 /* Hide the PCI host BARs from the kernel as their content doesn't7984 * fit well in the resource management8085 */···16391634 }16401635 port = &ppc4xx_pciex_ports[portno];16411636 port->index = portno;16371637+16381638+ /*16391639+ * Check if device is enabled16401640+ */16411641+ if (!of_device_is_available(np)) {16421642+ printk(KERN_INFO "PCIE%d: Port disabled via device-tree\n", port->index);16431643+ return;16441644+ }16451645+16421646 port->node = of_node_get(np);16431647 pval = of_get_property(np, "sdr-base", NULL);16441648 if (pval == NULL) {
+3
include/asm-powerpc/pci-bridge.h
···9292 * anything but the PHB. Only allow talking to the PHB if this is9393 * set.9494 * BIG_ENDIAN - cfg_addr is a big endian register9595+ * BROKEN_MRM - the 440EPx/GRx chips have an errata that causes hangs on9696+ * the PLB4. Effectively disable MRM commands by setting this.9597 */9698#define PPC_INDIRECT_TYPE_SET_CFG_TYPE 0x000000019799#define PPC_INDIRECT_TYPE_EXT_REG 0x0000000298100#define PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS 0x0000000499101#define PPC_INDIRECT_TYPE_NO_PCIE_LINK 0x00000008100102#define PPC_INDIRECT_TYPE_BIG_ENDIAN 0x00000010103103+#define PPC_INDIRECT_TYPE_BROKEN_MRM 0x00000020101104 u32 indirect_type;102105#endif /* !CONFIG_PPC64 */103106 /* Currently, we limit ourselves to 1 IO range and 3 mem