summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
Commit message (Collapse)AuthorAgeFilesLines
* Enable uart driver for A10.ganbold2013-03-011-2/+2
| | | | Approved by: gonzo@
* RPi users might want to touch the boot partition, which is always FATkientzle2013-02-261-2/+5
| | | | | | formatted on this board, so compile-in MSDOSFS. Comment out the compiled-in FDT and explain why.
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-051-1/+1
| | | | Approved by: gonzo@
* Tweaks to standard BEAGLEBONE config, as recently discussedkientzle2013-02-021-3/+3
| | | | on FreeBSD-ARM.
* Add simple clock driver and ehci glue code for a10ganbold2013-01-291-5/+5
| | | | | | Update dts and kernel config Approved by: gonzo@
* Remove the remaining references to the now-obsolete sheevaplug config files,ian2013-01-272-2/+1
| | | | | | | which have been replaced by the generic db88f6xxx config which works for all kirkwood-series chips. Approved by: cognet (mentor)
* Add support for the GlobalScale Technologies DreamPlug computer.ian2013-01-271-0/+183
| | | | | | | | | | | | This adds support for version 10, revision 01, but it should also work without changes for the 0901 model, at least until we get drivers for the two different wifi chips involved. Many users contributed to and tested the various patchsets floating around for the past year that have eventually evolved into this checkin, most notably Richard Neese who provided the bulk of the kernel config file. Approved by: cognet (mentor)
* Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias,ian2013-01-271-1/+1
| | | | | | | | | | | so that we don't need an empty implementation of it for every Marvell platform that has no PCI. This allows the removal of the SheevaPlug-specific stub and config files, and eliminates the need to add similar stubs for future models. Marvell platforms that do expose PCI are compiled with 'device pci' which causes the real (non-weak) implementation in dev/fdt/fdt_pci.c to be used. Approved by: cognet (mentor)
* Initial support for Allwinner A10 SoC (Cubieboard)ganbold2013-01-151-0/+134
| | | | | | | | Add simple console driver Add interrupt handling and timer codes Add kernel config file Add dts file Approved by: gonzo
* Prefer the new NFS moduleskientzle2013-01-051-3/+3
|
* Replace generic ARM11 option with more specificgonzo2012-12-202-2/+2
| | | | | | | support for ARM1136 and ARM1176 Submitted by: Daisuke Aoyama <aoyama at peach.ne.jp> Obtained from: NetBSD
* Use NFSCL since NFSCLIENT build is broken at the momentgonzo2012-12-191-3/+1
|
* Fix comment to represent actual file purposegonzo2012-12-161-1/+1
| | | | Spotted by: gavin@
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-131-0/+101
|
* - Enable syscons/framebuffer by defaultgonzo2012-11-301-8/+8
| | | | - Enable NFS client by default. Might be useful for building ports
* Add NOTES and Makefile in order to generate LINT. NOTES contains prettymarcel2012-11-272-0/+95
| | | | | | | | much all the union of all the kernel configuration files, including all the CPU types, Marvell SOC types and at91 board types. Any device not supported (read: does not compile) has been removed, which is a fairly small set actually. As such, LINT gives us very good coverage without having to build a zillion kernels.
* Add Raspberry Pi GPIO drivergonzo2012-11-231-0/+3
| | | | Submitted by: Luiz Otavio O Souza
* Now that we have working USB keyboard add ukbd to the syscons-enablinggonzo2012-11-231-0/+1
| | | | part of config
* Correctly use spaces here.adrian2012-11-181-2/+2
| | | | Pointed out by: pjd
* Just compile the whole ath chipset support in.adrian2012-11-171-15/+4
|
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-291-1/+5
|
* Comment out the other BOOTP optionkientzle2012-10-271-1/+1
| | | | | | | This should make PANDABOARD suitable for building bootable SD images. Submitted by: Giovanni Trematerra
* Comment out the BOOTP/NFSROOT support. Transition thiskientzle2012-10-261-6/+7
| | | | | config file to support a production kernel mounted on an SD card.
* Support FreeBSD Boot loaders.kientzle2012-10-251-0/+1
|
* Everybody needs bpf.kientzle2012-10-251-1/+1
|
* Support boot loaders in the standard kernel.kientzle2012-10-251-0/+2
|
* Support kernel options from ubldr.kientzle2012-10-011-0/+1
|
* Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop withandrew2012-09-171-0/+96
| | | | | | | | | an NVidia Tegra 2 CPU. Tegra 2 needs an external patch to pmap for atomic operations to work. Even with this the Kernel only gets to the mount root prompt. As such Tegra support is considered experimental, however adding the kernel config will help ensure the Tegra code builds.
* fix the kernel files to match our standard "option<space><tab>" formatjmg2012-09-1617-93/+93
| | | | | | | | | | such that when commenting/uncommentting lines, horizontal spacing is maintained... Also fix some minor comment formatting to line things up, etc... Reviewed by: gnn, imp MFC after: 1 week
* Enable PCI for Armada XPgber2012-09-141-0/+3
| | | | Obtained from: Semihalf
* Add support for Armada XP A0.gber2012-09-141-1/+1
| | | | | | | | | | - Add functions to calculate clocks instead using hardcoded values - Update reset and timers functions - Update number of interrupts - Change name of platform from db88f78100 to db78460 - Correct DRAM size and PCI IRQ routing in dts file. Obtained from: Semihalf
* Add basic USB support to Raspberry PI target.hselasky2012-09-141-7/+13
|
* Add barebone Raspberry Pi port. Supported parts:gonzo2012-08-301-0/+101
| | | | | | | - Interrupts controller - Watchdog - System timer - Framebuffer (hardcoded resolution/bpp)
* 4-wire mode isn't working quite right, so turn it off for a bit.imp2012-08-291-1/+1
|
* Grammar fix: s/NIC's/NICs/gjb2012-08-264-4/+4
| | | | MFC after: 3 days
* Remove machine from the LN2410SBC config, it is set by std.s3c2410andrew2012-08-181-1/+0
|
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-2/+0
| | | | | | when building each kernel. Reviewed by: imp
* Preliminary Embest ATEB9200 support.imp2012-08-162-0/+115
|
* Hmmm, somehow this file was completely deleted, rather than justimp2012-08-161-0/+48
| | | | having the bogus lines being removed.
* Remove unused hints.imp2012-08-161-68/+0
|
* Merging of projects/armv6, part 10gonzo2012-08-153-0/+331
| | | | | | | | | | - Support for Texas Instruments SoCs: - AM335x - OMAP4 - Kernel configs, DTS for Beaglebone and Pandaboard Submitted by: Ben Gray, Damjan Marion
* Merging of projects/armv6, intermissiongonzo2012-08-153-0/+202
| | | | | | Add configs missed in previous commits: - ARMADA XP - Embedded Artists EA3250
* Prefer ate over macb. macb doesn't work anymore, and ate has moreimp2012-07-314-4/+1
| | | | errata workarounds in it.
* Note about where we can boot this.imp2012-07-311-1/+2
|
* macb doesn't work, switch to ate.imp2012-07-311-2/+1
|
* Commit the dci (gadget) support to the one ATMEL kernel config whereimp2012-07-291-0/+6
| | | | it might actually work.
* Add usb_template for the gadget support. Even though this isn't aimp2012-07-291-0/+1
| | | | | | bootable kernel, its config will likely be copied to places that are. Submitted by: Hans Petter Selasky
* Add gadget devices. Not yet added to the child lists, but here toimp2012-07-271-0/+5
| | | | keep things from bit-rotting.
* Neither of these systems has PCI, but they do have ohci interface, soimp2012-07-272-2/+2
| | | | fix comments.
* Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.imp2012-07-271-0/+1
| | | | Adapt SN9G45 board support to cope with multi-board.
OpenPOWER on IntegriCloud