Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/DNS323
RevisionDateAuthorComments
 1.14  18-Apr-2020  skrll branches: 1.14.20;
PMAP_DEBUG has been deleted on arm
 1.13  03-Jan-2020  thorpej branches: 1.13.6;
Eliminate all of the #ifdefs for the "strtc" driver. Define model
properties (similar to what the "dsrtc" driver does), and provide
DT compat strings corresponding to those models. Allow config flags
to specify the model for non-FDT platforms (also like "dsrtc").
 1.12  12-Jul-2018  maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.11  07-Jun-2018  thorpej branches: 1.11.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.
 1.10  15-May-2018  thorpej Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.
 1.9  25-Nov-2017  christos branches: 1.9.2;
comment out duplicate options and unknown devices
 1.8  21-Aug-2015  uebayasi Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)
 1.7  17-Aug-2014  joerg branches: 1.7.2;
Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.6  27-Jul-2014  dholland "internally consistency checks" -> "internal consistency checks"
 1.5  09-Sep-2012  msaitoh branches: 1.5.2; 1.5.12;
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
 1.4  09-Feb-2012  matt Bump SYMTAB_SPACE
 1.3  06-Mar-2011  jakllsch branches: 1.3.4; 1.3.8;
Bump SYMTAB_SPACE for the many other evbarm kernels that also need it increased.
 1.2  10-Oct-2010  kiyohara branches: 1.2.2; 1.2.4; 1.2.8;
Add strtc(ST M41T80 Real-Time Clock).
 1.1  02-Oct-2010  kiyohara branches: 1.1.2;
Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.
 1.1.2.2  09-Oct-2010  yamt sync with head
 1.1.2.1  02-Oct-2010  yamt file DNS323 was added on branch yamt-nfs-mp on 2010-10-09 03:31:43 +0000
 1.2.8.3  21-Apr-2011  rmind sync with head
 1.2.8.2  05-Mar-2011  rmind sync with head
 1.2.8.1  10-Oct-2010  rmind file DNS323 was added on branch rmind-uvmplock on 2011-03-05 20:50:02 +0000
 1.2.4.1  06-Jun-2011  jruoho Sync with HEAD.
 1.2.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.2.2.1  10-Oct-2010  uebayasi file DNS323 was added on branch uebayasi-xip on 2010-10-22 07:21:14 +0000
 1.3.8.1  18-Feb-2012  mrg merge to -current.
 1.3.4.2  30-Oct-2012  yamt sync with head
 1.3.4.1  17-Apr-2012  yamt sync with head
 1.5.12.1  10-Aug-2014  tls Rebase.
 1.5.2.2  03-Dec-2017  jdolecek update from HEAD
 1.5.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.2.1  22-Sep-2015  skrll Sync with HEAD
 1.9.2.3  28-Jul-2018  pgoyette Sync with HEAD
 1.9.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.9.2.1  21-May-2018  pgoyette Sync with HEAD
 1.11.2.3  21-Apr-2020  martin Sync with HEAD
 1.11.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.11.2.1  10-Jun-2019  christos Sync with HEAD
 1.13.6.1  20-Apr-2020  bouyer Sync with HEAD
 1.14.20.1  09-Oct-2023  snj Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

RSS XML Feed