Home | History | Annotate | Download | only in gumstix
History log of /src/sys/arch/evbarm/gumstix/gumstix_start.S
RevisionDateAuthorComments
 1.16  18-May-2019  skrll 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.
 1.15  02-Jan-2017  skrll branches: 1.15.16;
Fix boot on Gumstix Verdex boards.

Reported by smesgr on port-arm
 1.14  15-Oct-2016  kiyohara Support Duovero and Pepper.
 1.13  23-May-2014  kiyohara branches: 1.13.4; 1.13.8;
Call arm32_*_init() and initarm_common().
OVERO work fine. GUMSTIX build only now.
 1.12  18-Aug-2013  matt branches: 1.12.2;
<arm/locore.h> fallout (fixes some include ordering errors)
 1.11  29-Dec-2012  kiyohara branches: 1.11.2;
Change order for TLB operation.
We can boot Overo EarthSTORM.
 1.10  01-Sep-2012  matt branches: 1.10.2;
Don't shift VA in table since that generates errors
 1.9  31-Jan-2011  matt branches: 1.9.4;
Add RCSID when needed.
Don't include pmap.h or pte.h, include "assym.h" instead.
Use assym.h provided values.
 1.8  28-Aug-2010  kiyohara branches: 1.8.2; 1.8.4;
Disable L2 Cache when boot time.
 1.7  10-Jul-2010  kiyohara Support Overo (Gumstix inc).
+ This commit supports basically.
+ Expansion boards not support yet. And MicroSD, Wifi, Bluetooth too.
 1.6  09-Aug-2009  kiyohara branches: 1.6.2; 1.6.4;
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.
 1.5  17-Oct-2007  garbled branches: 1.5.20;
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.
 1.4  16-Sep-2007  kiyohara Remove white spaces.
 1.3  20-Apr-2007  kiyohara branches: 1.3.2; 1.3.8; 1.3.10; 1.3.12;
Add whitespace and tab.
 1.2  20-Feb-2007  kiyohara branches: 1.2.4; 1.2.6;
Indentation.
Move macro MMU_INIT.
 1.1  16-Oct-2006  kiyohara branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10;
Add initial support for the PXA255-based gumstix board.
 1.1.10.2  07-May-2007  yamt sync with head.
 1.1.10.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.1.8.5  27-Oct-2007  yamt sync with head.
 1.1.8.4  03-Sep-2007  yamt sync with head.
 1.1.8.3  26-Feb-2007  yamt sync with head.
 1.1.8.2  30-Dec-2006  yamt sync with head.
 1.1.8.1  16-Oct-2006  yamt file gumstix_start.S was added on branch yamt-lazymbuf on 2006-12-30 20:45:49 +0000
 1.1.4.2  18-Nov-2006  ad Sync with head.
 1.1.4.1  16-Oct-2006  ad file gumstix_start.S was added on branch newlock2 on 2006-11-18 21:29:10 +0000
 1.1.2.2  22-Oct-2006  yamt sync with head
 1.1.2.1  16-Oct-2006  yamt file gumstix_start.S was added on branch yamt-splraiseipl on 2006-10-22 06:04:38 +0000
 1.2.6.1  11-Jul-2007  mjf Sync with head.
 1.2.4.2  09-Oct-2007  ad Sync with head.
 1.2.4.1  27-May-2007  ad Sync with head.
 1.3.12.1  06-Nov-2007  matt sync with HEAD
 1.3.10.1  02-Oct-2007  joerg Sync with HEAD.
 1.3.8.1  01-Nov-2007  rjs Sync with HEAD.
 1.3.2.1  03-Oct-2007  garbled Sync with HEAD
 1.5.20.3  09-Oct-2010  yamt sync with head
 1.5.20.2  11-Aug-2010  yamt sync with head.
 1.5.20.1  19-Aug-2009  yamt sync with head.
 1.6.4.1  05-Mar-2011  rmind sync with head
 1.6.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.6.2.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.8.4.1  08-Feb-2011  bouyer Sync with HEAD
 1.8.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.9.4.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.9.4.2  23-Jan-2013  yamt sync with head
 1.9.4.1  30-Oct-2012  yamt sync with head
 1.10.2.3  03-Dec-2017  jdolecek update from HEAD
 1.10.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.2.1  25-Feb-2013  tls resync with head
 1.11.2.1  28-Aug-2013  rmind sync with head
 1.12.2.1  10-Aug-2014  tls Rebase.
 1.13.8.2  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.13.8.1  04-Nov-2016  pgoyette Sync with HEAD
 1.13.4.2  05-Feb-2017  skrll Sync with HEAD
 1.13.4.1  05-Dec-2016  skrll Sync with HEAD
 1.15.16.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed