jakllsch
7e5272d701
Bump SYMTAB_SPACE for the many other evbarm kernels that also need it increased.
2011-03-06 05:08:03 +00:00
jakllsch
0df36b27f7
Remove trailing spaces.
2011-03-06 02:22:27 +00:00
jakllsch
db89ee153d
Bump SYMTAB_SPACE.
2011-03-06 02:18:36 +00:00
matt
8d7cb782a7
Add contributed Marvell Kirkwood RTC driver from Brett Slager
...
Fixes PR 44004
2011-03-05 14:50:56 +00:00
ahoka
2b6ee22130
Import the Flash and NAND subsytem code contributed by the University
...
of Szeged, Hungary.
The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00
jmcneill
5efc85b67e
- add support for using compressed images as splash images
...
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options
2011-02-06 23:25:16 +00:00
matt
3d57b172c8
Change to use TOOL_MKUBOOTIMAGE
...
Make sure we cleanup everything.
gemini now has its own genassym.cf
2011-01-31 06:09:32 +00:00
matt
c247b65c80
Turn off VERBOSE_ARM_INIT
2011-01-04 11:38:58 +00:00
uebayasi
afe9f78ddf
Bump SYMTAB_SPACE.
2010-12-16 12:49:19 +00:00
bsh
bde01a6cd8
Support USB on NetWalker.
2010-11-30 13:07:29 +00:00
hannken
afdfce8e3b
Remove unused count from pseudo-device md.
2010-11-23 11:13:52 +00:00
bsh
38a47a9a4a
add an option for system clock frequency (used by timer driver)
2010-11-15 18:21:19 +00:00
bsh
5e60bdb17c
Sharp NetWalker PC-Z1 support by SHIMIZU Ryo, Hashimoto Kenichi, and me.
...
http://www.sharp.co.jp/netwalker/
2010-11-13 07:31:32 +00:00
bsh
bbbcdefd78
rename arm/imx/files.imx as files.imx31
2010-11-13 04:53:58 +00:00
briggs
4be4af661b
Bump SYMTAB_SPACE.
2010-10-28 03:30:22 +00:00
briggs
eb2df61ec3
Bump SYMTAB_SPACE for a few configurations.
2010-10-28 02:10:27 +00:00
kiyohara
e9e3825df9
Add strtc(ST M41T80 Real-Time Clock).
2010-10-10 05:19:35 +00:00
kiyohara
12f099863c
Add support Marvell Sheevaplug.
...
Add some NAS on Marvell SoC.
2010-10-02 06:15:52 +00:00
kiyohara
402e9ccf0a
+ Remove crypto, swcrypto. No need.
...
+ Enable tap. It needs Bluetooth PAN.
+ Enable bridge for PAN/netDUO.
+ Enable dmoverio.
2010-09-23 07:21:05 +00:00
kiyohara
0e8c021dd8
Move 'include files.sdmmc' to files.evbarm.
2010-09-23 07:08:57 +00:00
ahoka
9b9ec0b12b
config for devkit8000 boards (currently beagle conf + dme)
...
config glue for devkit8000 ethernet
2010-09-08 22:53:53 +00:00
ahoka
b6b2e6e32c
Remove the unintentional parts of the last commit.
2010-09-08 22:52:25 +00:00
macallan
a83a5dd561
enable omapfb and related stuff
2010-08-31 19:07:01 +00:00
kiyohara
8c7e8c667b
Support prcm@obio1.
2010-08-30 05:37:30 +00:00
ahoka
c31250161a
Add basic support for PRCM in omap devices, and use it to cold reset
...
the cpu in cpu_reboot();
Note: the driver only supports the cold reset action at the moment.
Enable it in BEAGLEBOARD
2010-08-28 13:02:32 +00:00
kiyohara
d3579ee238
Fix typo.
2010-08-28 04:59:22 +00:00
kiyohara
9190240781
Change size number to hexadecimal.
2010-08-28 04:58:49 +00:00
kiyohara
1fe3097332
Support smsh@gpmc.
...
tested Chestnut43 only.
2010-08-28 04:54:46 +00:00
kiyohara
7509fbc930
Add options EVBARM_BOARDTYPE.
2010-07-20 12:14:16 +00:00
kiyohara
e23283ad78
Add CPPFLAGS like to BEAGLEBOAD.
2010-07-20 12:13:18 +00:00
kiyohara
56161f5a21
Remove unexist device(omapnand0).
2010-07-20 12:09:50 +00:00
kiyohara
1f094b1ad7
Remove not exists file.
2010-07-10 08:31:34 +00:00
kiyohara
9a9959dfd8
Support Overo (Gumstix inc).
...
+ This commit supports basically.
+ Expansion boards not support yet. And MicroSD, Wifi, Bluetooth too.
2010-07-10 08:17:48 +00:00
kiyohara
ace455150f
Add disabled option PPPOE_SERVER.
2010-07-10 07:59:09 +00:00
matt
30ce2039ad
Cleanup the armv7 changes. Add ARM_ARCH_7. Use CPU_CORTEX instead of
...
CPU_CORTEXA8 everywhere since there more types of Cortex than just the A8.
CPU_CORTEXA8 still exists but causes CPU_CORTEX to be defined.
Add CPU_CORTEXA9 as well. Use .arch armv7a to get us the isb/dsb
instructions.
Test booted to root device prompt on a Beagleboard.
All ARM kernels successfully test built.
2010-06-19 19:44:57 +00:00
jmcneill
5815775328
emit u-boot image 'netbsd.ub' as part of beagle kernel build
2010-06-18 19:19:05 +00:00
jmcneill
2e0ba6f582
fix beagle build (arm11_pmc -> cortexa8_pmc)
2010-06-18 00:55:06 +00:00
jmcneill
5ddffda4bf
PR port-arm/43299: Support added for igepv2/cortexa8/omap3530
...
Apply patch from PR, with build fixes. ok skrll, matt
2010-06-16 22:06:53 +00:00
plunky
c938c0405b
add btmagic(4) where other Bluetooth drivers are listed
2010-05-22 19:02:07 +00:00
mrg
309c6e11b7
enable IPFILTER_COMPAT in all kernels that have ipfilter already.
...
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)
i built about 20 of these kernels to check, but not all of them.
2010-05-08 22:16:25 +00:00
pooka
835e533be4
Remove unused count (invariably "4") from pseudo-device fss.
2010-04-16 13:48:27 +00:00
kiyohara
abcc88b537
More SYMTAB_SPACE.
...
Enable wsmux for udl.
2010-03-15 13:18:59 +00:00
bsh
4308bedb7d
add SD/MMC driver for Twintail based on the driver for Zaurus.
2010-03-13 11:37:47 +00:00
plunky
04e2ab6ae6
add uhso(4) device where appropriate
...
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
2010-03-07 09:39:42 +00:00
kiyohara
edd541011a
Add options GUMSTIX_NETBSD_ARGS_CONSOLE and GUMSTIX_NETBSD_ARGS_BUSHEADER.
...
Can specify arg 'console='(*new*) and 'busheader=' from u-boot. These args
use dynamically configuration.
Also change function name. s/_line/_liner/.
2010-03-07 09:18:51 +00:00
kiyohara
ef3d09f0de
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
2010-03-07 07:33:29 +00:00
joerg
d621e29eca
Remove separate mb_map. The nmbclusters is computed at boot time based
...
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.
The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.
2010-02-08 19:02:25 +00:00
kiyohara
2211e20194
Add udl(4). Tested on verdex-pro and LCD-8000U.
2010-01-03 09:52:16 +00:00
uebayasi
fe705f1018
Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzed
...
& tested on i.MX35 with help from Tsubai Masanari.
2009-12-27 05:14:56 +00:00
pooka
bb27c3b9ac
unifdef -D UGEN_BULK_RA_WB
...
Default behaviour unchanged, the feature must still be explicitly
enabled for a ugen fd.
2009-12-23 01:04:45 +00:00