Commit Graph

897 Commits

Author SHA1 Message Date
skrll
7aac0f4a2a Enable MULTIPROCESSOR 2014-11-05 08:11:35 +00:00
jmcneill
3f5758c5ce enable MULTIPROCESSOR 2014-11-05 00:16:19 +00:00
jmcneill
cf9b2d5c9d add awinir and cir 2014-11-02 23:56:13 +00:00
hkenken
a0e9f695d2 Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS and ARM_HAS_VBAR for N900. 2014-11-02 16:07:15 +00:00
uebayasi
a9a42ca79b Bump ramdisk size to embed 13M sshramdisk. 2014-10-31 16:28:56 +00:00
jmcneill
b9d6d960e5 A20 is a Cortex-A7, so set CPUFLAGS to match; disbale ALLWINNER_A10 and CPU_CORTEXA8 options 2014-10-24 10:59:45 +00:00
jmcneill
6f4a8dd760 A20 is a Cortex-A7, so set CPUFLAGS to match 2014-10-24 10:59:24 +00:00
jmcneill
5db91bfe88 disable axp20x for now, it seems after a while we get "send STOP failed" from i2c bus and then things go from bad to worse 2014-10-24 10:48:05 +00:00
skrll
f42052eaf6 BPI is CORTEX A7 and Allwinner A20 2014-10-24 07:00:49 +00:00
jmcneill
66eb5676c3 defopt -> defflag 2014-10-22 00:46:15 +00:00
jmcneill
e184a4583b Add support for GPIO configuration via "FEX" scripts, in an attempt to
keep awin_device_register under control.

Board configuration scripts can be found here:
  https://github.com/linux-sunxi/sunxi-boards/blob/master/sys_config

You can compile them with the "fex2bin" tool found here:
  https://github.com/linux-sunxi/sunxi-tools

To use, copy the compiled FEX to your MS-DOS partition, load it with
U-Boot, and then tell the kernel where to find it with the "sysconfig="
boot option. For example, uEnv.txt on a Cubieboard2 might look like this:

  bootargs=root=ld0a sysconfig=0x43000000
  uenvcmd=mmc dev 0; mmc rescan; fatload mmc 0:1 43000000 cubieboard2.bin; fatload mmc 0:1 82000000 netbsd.ub; bootm 82000000
2014-10-22 00:24:52 +00:00
jmcneill
199a00a5b3 get rid of VERBOSE_INIT_ARM 2014-10-20 16:35:07 +00:00
jmcneill
83a611bae8 enable awge 2014-10-19 22:38:00 +00:00
skrll
f148f19113 More stuff works 2014-10-19 15:27:32 +00:00
martin
158b984dab Fix the names of the (commented out) Kirwood L2 cache options. 2014-10-17 18:45:14 +00:00
jmcneill
cfbc3ff230 motg works now 2014-10-15 23:04:08 +00:00
jmcneill
1072b42a29 override CPUFLAGS and build with -mcpu=cortex-a7 2014-10-14 22:43:33 +00:00
jmcneill
642d511729 move cpu flags to makeoptios 2014-10-14 22:42:36 +00:00
htodd
ca6756be1f Fix build. 2014-10-14 17:48:24 +00:00
htodd
27d7ebfabc Comment out more USB options to to fix build. 2014-10-14 13:53:34 +00:00
jmcneill
2d99d5f07d do as other allwinner boards and dont use sshramdisk 2014-10-14 12:00:22 +00:00
uebayasi
4a4afd820d INSTALL kernel for HUMMINGBIRD_A31. Blindly copied from RPI. Good enough
to fix build release.
2014-10-14 09:32:16 +00:00
jmcneill
30360bde23 enable awinac 2014-10-13 19:04:17 +00:00
jmcneill
184846a6df enable awindma 2014-10-13 12:34:25 +00:00
jmcneill
715457fb32 add P2WI; lock down TWI0 as iic0 and P2WI as iic1; add AXP221 driver 2014-10-12 23:59:30 +00:00
jmcneill
82d7148545 A31 needs a different DMA controller driver, disable awindma and awinac for now 2014-10-12 15:38:45 +00:00
jmcneill
cb16d50388 enable ehci, ohci, and USB device drivers 2014-10-12 13:08:54 +00:00
macallan
250360a77f add commented out entry for linksprite's RTC module 2014-10-12 12:01:50 +00:00
jmcneill
db235ac6db disable MULTIPROCESSOR for now 2014-10-11 17:35:06 +00:00
uebayasi
fa8a98c8aa No wsdisplay options without wsdisplay. 2014-10-11 15:55:36 +00:00
uebayasi
bc6310c5db Device midi attachment where the evil usbdevices.config is included. 2014-10-11 11:55:07 +00:00
uebayasi
16779bb5f7 Don't enable wscons options w/o related devices. 2014-10-11 03:24:19 +00:00
jmcneill
8401e83900 dont pull in CUBIEBOARD kernel config since this is quite a bit different from the A10/A20 boards 2014-10-11 00:52:44 +00:00
jmcneill
736b5989bf add AWIN_GPIO_IGNORE_FW, remove no motg0 2014-10-10 17:49:12 +00:00
jmcneill
16dc4dca31 Add Merrii Hummingbird A31 board specific info + kernel config. 2014-10-10 07:37:50 +00:00
ryo
68f5cbecd2 * add imxsnvs (rtc)
* add CUBOX-I config
2014-10-06 10:37:20 +00:00
skrll
004440d498 Introduce RPI_HWCURSOR and default to off. The existing code causes
problems with vchiq at the moment.
2014-10-03 11:40:54 +00:00
skrll
5c21d9604c Fix reinoud-ification.
My odroid-xu has console again.
2014-10-02 09:03:43 +00:00
macallan
c8bf585147 add vcprop_subr.c, should have went with previous commit :/ 2014-09-30 18:13:29 +00:00
matt
78ae6eaca7 Add INSTALL kernel. Fix .ub generation. 2014-09-27 04:03:24 +00:00
reinoud
3868855777 Split the two kernels to include only support for the device it describes 2014-09-26 16:30:32 +00:00
reinoud
ecd9923f11 Rename ODROID to ODROID-XU 2014-09-26 15:33:58 +00:00
reinoud
9657162e22 Add USBHIST_SIZE option 2014-09-26 15:33:33 +00:00
jakllsch
201db3c7a2 enable NFS root FS support in RPI 2014-09-25 16:05:44 +00:00
ryo
a4103ccd60 add support i.MX6 and NITROGEN6X evaluation board 2014-09-25 05:05:28 +00:00
skrll
96cd4614c5 Re-enable bcmdmac by popular demand. It works now too. 2014-09-22 21:05:39 +00:00
reinoud
410d55ca8b Re-enable OHCI since the Exynos5 SoC OHCI hang has been fixed 2014-09-21 15:23:55 +00:00
reinoud
ec7934705e Update ODROID config, disabling ohci for now since it won't attach 2014-09-19 14:48:42 +00:00
reinoud
e62f622612 Cleanup ODROID-U config 2014-09-19 14:39:34 +00:00
wiz
6623c7d147 Add commented out KDTRACE_HOOKS line. 2014-09-18 14:58:21 +00:00