Andrew Turner
d667b90d53
Clean up the ARM kernel configs to use 'include<space><tab>"file"'.
2015-05-07 12:38:23 +00:00
Andrew Turner
afa6f59cca
Fix the indentation to simplify comparing the ARM config files.
2014-12-21 11:55:40 +00:00
Andrew Turner
e72deda6c8
Create a common i.MX53 config and use it with the two existing i.MX53
...
boards.
This is just intended to split the common config entries out, further
cleanup is expected.
Reviewed by: ian@, rpaulo@ (earlier version)
Differential Revision: https://reviews.freebsd.org/D731
2014-09-07 08:16:27 +00:00
Ian Lepore
5a782ebbd8
The iomux driver is no longer optional, all imx platforms have it as
...
standard now, so remove it from kernel configs.
2014-09-04 14:59:27 +00:00
Warner Losh
877c97e5bd
Resync comments about scbus and pass for life after AHCI joined CAM.
...
Sponsored by: Netflix
2014-09-01 03:49:21 +00:00
Rui Paulo
9e63671c57
Updates to i.MX53:
...
* Define support for the SDHCI driver, although it doesn't work yet
* Fix the memory mappings for IPU [1]
Reviewed by: ray [1]
2014-04-08 04:05:04 +00:00
Warner Losh
d4f95c889d
In kernel config files, it is supposed to be 'options<space><tab>' not
...
'options<tab><tab>', per long standing (but recently not so strictly
enforced) convention.
2014-03-18 14:41:18 +00:00
Warner Losh
2299abfac5
Make all the comments '# ' and align to same column. This fixes the
...
rampently incosnsitent usage which made cut and paste from one file
to another look ugly.
2014-03-16 15:22:46 +00:00
Ian Lepore
6f5f9035f7
Strip arm/conf/DEFAULTS down to just items that are mandatory for running
...
the architecture. Move the other contents into each of the individual
config files.
Requested by: imp
2014-03-07 21:36:49 +00:00
Ian Lepore
e8a3a237fc
Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configs
...
that have it individually. Concensus on freebsd-arm@ is that it should
be included in all ARM kernels.
2014-03-07 00:25:23 +00:00
Ian Lepore
7fc3a5ec6b
Add option USB_HOST_ALIGN=64 for all SoCs that have 64 byte cache lines.
2014-02-07 04:05:08 +00:00
Ian Lepore
082660c8e1
Revert r260440. I didn't realize that most of this change was already
...
in effect due to r250753. That is sufficient for all SoCs with a 32 byte
cache line size. Systems with 64 byte cache lines will need the option;
that will be done in a separate commit.
Thanks to loos@ for pointing out r250753.
2014-02-07 03:30:16 +00:00
Ian Lepore
7c2136adbb
Add option USB_HOST_ALIGN to configs that contain 'device usb'. Setting
...
this to the cache line size is required to avoid data corruption on armv4
and armv5, and improves performance on armv6, in both cases by avoiding
partial cacheline flushes for USB IO.
All these configs already exist in 10-stable. A few that don't (and
thus can't be MFC'd yet) will be committed separately.
2014-01-08 03:40:18 +00:00
Rui Paulo
74678000dc
Enable USB.
2013-10-31 02:14:28 +00:00
Rui Paulo
4219857759
Digi-CCWMX53: enable ffec and uart.
2013-10-29 03:42:43 +00:00
Rui Paulo
530031a8f1
Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.
...
There are many drivers missing, but we can reach single user mode now.
Hardware graciously donated by Douglas Beattie.
2013-09-01 20:15:35 +00:00