History log of /netbsd/sys/arch/evbarm/gumstix/gumstix_start.S (Results 1 – 16 of 16)
Revision Date Author Comments
# 6f3c0630 18-May-2019 skrll <skrll@NetBSD.org>

Convert remaining armv7 kernels to generic start and remove a bunch of
code including a9_mpsubr.S.

Thanks to Lwazi Dube for testing PANDABOARD and BEAGLEBONE.


# a12ac8c9 02-Jan-2017 skrll <skrll@NetBSD.org>

Fix boot on Gumstix Verdex boards.

Reported by smesgr on port-arm


# 9c0c305b 15-Oct-2016 kiyohara <kiyohara@NetBSD.org>

Support Duovero and Pepper.


# a7272560 23-May-2014 kiyohara <kiyohara@NetBSD.org>

Call arm32_*_init() and initarm_common().
OVERO work fine. GUMSTIX build only now.


# 3f8d3465 18-Aug-2013 matt <matt@NetBSD.org>

<arm/locore.h> fallout (fixes some include ordering errors)


# 84171dc0 29-Dec-2012 kiyohara <kiyohara@NetBSD.org>

Change order for TLB operation.
We can boot Overo EarthSTORM.


# eeec8a3c 01-Sep-2012 matt <matt@NetBSD.org>

Don't shift VA in table since that generates errors


# e4fa8f1d 31-Jan-2011 matt <matt@NetBSD.org>

Add RCSID when needed.
Don't include pmap.h or pte.h, include "assym.h" instead.
Use assym.h provided values.


# d3d549f1 28-Aug-2010 kiyohara <kiyohara@NetBSD.org>

Disable L2 Cache when boot time.


# 9a9959df 10-Jul-2010 kiyohara <kiyohara@NetBSD.org>

Support Overo (Gumstix inc).
+ This commit supports basically.
+ Expansion boards not support yet. And MicroSD, Wifi, Bluetooth too.


# 1c10f508 09-Aug-2009 kiyohara <kiyohara@NetBSD.org>

Support verdex and verdex-pro.
And
+ Support LCD controller.
+ Support SMSC LAN 9117 Ethernet controller.
+ Comment outed 'options GXIO_DEFAULT_EXPANSION'. As for verdex-pro being

Support verdex and verdex-pro.
And
+ Support LCD controller.
+ Support SMSC LAN 9117 Ethernet controller.
+ Comment outed 'options GXIO_DEFAULT_EXPANSION'. As for verdex-pro being
sold now, this option becomes obstructive.
+ Remove some usb devices in GUMSTIX.
+ Update GUMSTIX.

Also
Fix ARM ABI in gumstix_start.S. Thanks Brett Slager <bds at ifgd.net>.
Calculate RAM size in gumstix_start.S.

show more ...


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 9f0e854e 16-Sep-2007 kiyohara <kiyohara@NetBSD.org>

Remove white spaces.


# e0c18014 20-Apr-2007 kiyohara <kiyohara@NetBSD.org>

Add whitespace and tab.


# 3f7786a5 20-Feb-2007 kiyohara <kiyohara@NetBSD.org>

Indentation.
Move macro MMU_INIT.


# 60e982e8 16-Oct-2006 kiyohara <kiyohara@NetBSD.org>

Add initial support for the PXA255-based gumstix board.