Commit Graph

2430 Commits

Author SHA1 Message Date
christos
e4cf317682 provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently. 2017-01-26 15:55:08 +00:00
christos
bafac785ec PR/51905: GXIO Expension boards arn't configured if GXIO_DEFAULT_EXPANSION
isn't defined. Fix a bunch of issues with the original code.
2017-01-22 17:19:32 +00:00
christos
48ad5593f8 there is no <string.h> in standalone code; should be getting strcpy from
libkern.
2017-01-14 21:57:20 +00:00
martin
56f34142db Include <string.h> for strcpy 2017-01-14 12:45:28 +00:00
christos
b0642a4b8a remove dup DIAGNOSTIC 2017-01-08 05:11:24 +00:00
christos
3c6522a12a need this for the build 2017-01-08 05:11:13 +00:00
kiyohara
af4278a708 Support SolidRun Cubox. 2017-01-07 16:24:07 +00:00
kiyohara
a4c1b5d6be Add support Marvell Dove.
Also <SoC>_intr_bootstrap() rename to <SoC>_bootstrap(). And SoC init func, getclk into that.
2017-01-07 16:19:28 +00:00
skrll
5dc9a27fcf Use the VC property mailbox to request the UART clock rate and use it
appropriately

Newer firmwares use 48MHz
2017-01-06 14:55:37 +00:00
skrll
7ed3f784bc Whitespace 2017-01-06 14:53:32 +00:00
skrll
6f64034815 Fix boot on Gumstix Verdex boards.
Reported by smesgr on port-arm
2017-01-02 21:46:59 +00:00
rin
4b1563e174 catch up with physmem type change (in the same manner as sdp24xx_machdep.c) 2016-12-30 07:35:14 +00:00
skrll
3ea5cf87f0 Bump image size 2016-12-29 20:51:26 +00:00
rjs
024e0031c7 Remove trailing whitespace, no functional change. 2016-12-26 13:28:59 +00:00
christos
16a824ca6b fix printf format 2016-12-25 04:35:30 +00:00
mlelstv
4eff3f7ab8 another physmem type change 2016-12-24 17:36:59 +00:00
cherry
e08917ef90 switch all ports to use uvm_init.c:uvm_md_init()
uvm_setpagesize() is now subsumed within this funciton.
2016-12-22 14:47:53 +00:00
christos
ef2deb33e0 wildcard speaker attachments, now that we can handle many of them. 2016-12-13 20:42:15 +00:00
christos
219b8dae14 remove VAUDIOSPEAKER for now, will be done differently. 2016-12-10 23:03:22 +00:00
nat
03783bb56a Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
2016-12-08 11:31:08 +00:00
christos
c0404860d1 mention PAX_SEGVGUARD dependency on FILEASSOC 2016-11-26 13:59:45 +00:00
hkenken
5dbe7c6e5b Add support imx6 PCIe controller. 2016-11-24 12:06:43 +00:00
hkenken
72d7c6b3de Modified imx6_pll_power() arguments. 2016-11-24 03:59:36 +00:00
christos
d7098f16af sprinkle ifdef spices. 2016-10-28 19:00:48 +00:00
skrll
d3e93ac2c2 Fix regisers typo 2016-10-20 09:53:07 +00:00
kiyohara
1c876a1021 Remove white spaces. 2016-10-19 14:07:22 +00:00
mrg
44d7d6ab00 apply some #if defined(TI_AM335X) so this builds again. 2016-10-19 08:18:38 +00:00
aymeric
2be441b364 add commented out entry to attach Pi Face Real Time Clock 2016-10-18 18:56:32 +00:00
kiyohara
97249b6741 Move set_mpu_volt() from */*_machdep.c to am335x_prcm.c. 2016-10-18 15:10:35 +00:00
kiyohara
1fb68d572c Remove intrbase and intr from omapgpio. 2016-10-18 14:48:11 +00:00
kiyohara
3050382859 Enable tifb and wsdisplay. 2016-10-18 14:45:05 +00:00
kiyohara
2704cce243 Support tifb. 2016-10-18 14:39:52 +00:00
ryo
6ee745045e * Add option MEMSIZE_RESERVED to reserves memory for Cortex-M4 area
* change KERNEL_BASE from 0x80008000 to 0x82000000
2016-10-17 10:36:56 +00:00
kiyohara
b12de3745b omap2_gpio_*() into #if - #endif. 2016-10-16 23:07:31 +00:00
kiyohara
690d79d20d Remove not commited header-file and variable. 2016-10-16 13:54:28 +00:00
kiyohara
31f9eceffc Add map for DuoVero and Pepper. 2016-10-15 16:30:46 +00:00
kiyohara
3aecbbc2d6 Add Pepper and DuoVero. 2016-10-15 15:33:02 +00:00
kiyohara
9a9641abaa Add Gumstix Inc's Pepper and DuoVero. 2016-10-15 15:29:51 +00:00
kiyohara
f4149f486f Support Duovero and Pepper. 2016-10-15 15:27:18 +00:00
kiyohara
e9ec615c21 s/at mainbus0/at mainbus?/. And indent. 2016-10-15 15:24:00 +00:00
kiyohara
4b6ced8e9e Comment-out don't matched sdhc. omap's sdhc not support TI_DM37XX now. However Overo FireSTORM(DM3730) work fine with OVERO(OMAP_3530 only). 2016-10-05 13:25:25 +00:00
kiyohara
3d420c52d1 Enable com2, sdhc1.
And add flash@nand@omapnand.
And smsh's locator use "cs" instead of "addr".
2016-10-04 16:22:43 +00:00
kiyohara
24aeba67be Add KERNEL_BASE_PHYS for duovero and pepper. 2016-10-04 16:18:38 +00:00
kiyohara
e384595ce7 Enable TPIDRPRW_IS_CURCPU. 2016-10-04 16:17:37 +00:00
jakllsch
85627b239f Add xhci(4) attachment glue and firmware handler for Tegra K1 "XUSB"
xHCI controller.  Adjustments to tegraxusbpad(4) will be needed
to connect the controller to actual USB ports.
2016-09-26 20:05:03 +00:00
maxv
42e304b16d Remove the last references to KMEMSTATS. 2016-08-19 18:08:50 +00:00
skrll
4db03d42c9 Spelling in comment 2016-08-17 22:04:51 +00:00
christos
520827be3b rename ifmpls to mpls, so we don't have if_ifmpls... 2016-08-07 10:44:04 +00:00
kiyohara
801d6217ce Fix address for omapgpio4. 2016-08-04 07:06:14 +00:00
kiyohara
4a315e197b Move BOARDTYPE and EVBARM_BOARDTYPE from std.overo to OVERO. 2016-08-04 07:02:39 +00:00