Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/IMX31LITE
RevisionDateAuthorComments
 1.36  07-Aug-2022  simonb branches: 1.36.4;
UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.
 1.35  18-Apr-2020  skrll PMAP_DEBUG has been deleted on arm
 1.34  14-Jul-2018  maxv branches: 1.34.10;
Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NICs. The associated code for x86
was already removed because it was too incorrect to stay.

There are plans to rewrite a similar feature from scratch.

ok kamil christos
 1.33  14-Sep-2017  mrg branches: 1.33.2; 1.33.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.32  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 2.
 1.31  19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.30  07-Aug-2015  maxv branches: 1.30.2; 1.30.4;
Remove the KMEMSTATS option. It no longer exists.
 1.29  23-Aug-2014  dholland branches: 1.29.2;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.28  17-Aug-2014  joerg 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.27  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.26  03-Aug-2014  martin Add COMPAT_NETBSD32 to more kernels (we have too many)
 1.25  27-Jul-2014  dholland "internally consistency checks" -> "internal consistency checks"
 1.24  30-Jun-2013  rmind branches: 1.24.4;
G/C PFIL_HOOKS from the kernel configs.
 1.23  05-Jun-2013  christos branches: 1.23.2;
remove obsolete networking options
 1.22  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.21  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.20  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.19  11-Sep-2012  msaitoh branches: 1.19.2;
Add PUFFS, putter and fss.
 1.18  01-Sep-2012  matt Bump up SYMTAB_SPACE
 1.17  07-Apr-2012  tsutsui Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).
 1.16  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.15  22-Nov-2011  tls branches: 1.15.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.
 1.14  30-Jun-2011  wiz branches: 1.14.2;
dependant -> dependent
 1.13  06-Mar-2011  bouyer merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
 1.12  06-Mar-2011  jakllsch Bump SYMTAB_SPACE for the many other evbarm kernels that also need it increased.
 1.11  23-Nov-2010  hannken branches: 1.11.2; 1.11.4;
Remove unused count from pseudo-device md.
 1.10  15-Nov-2010  bsh add an option for system clock frequency (used by timer driver)
 1.9  05-Dec-2009  pooka branches: 1.9.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.8  11-Oct-2009  bsh add options COMPAT_50 to all evbarm boards.
 1.7  06-Mar-2009  joerg Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.
 1.6  24-Nov-2008  ad branches: 1.6.4;
Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.5  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.4  31-Jul-2008  simonb branches: 1.4.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.3  30-May-2008  tsutsui branches: 1.3.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.2  27-Apr-2008  matt branches: 1.2.2;
Merge kernel changes in matt-armv6 to HEAD.
 1.1  29-Aug-2007  matt branches: 1.1.2; 1.1.20; 1.1.22; 1.1.24;
file IMX31LITE was initially added on branch matt-armv6.
 1.1.24.3  11-Mar-2010  yamt sync with head
 1.1.24.2  04-May-2009  yamt sync with head.
 1.1.24.1  16-May-2008  yamt sync with head.
 1.1.22.2  04-Jun-2008  yamt sync with head
 1.1.22.1  18-May-2008  yamt sync with head.
 1.1.20.3  17-Jan-2009  mjf Sync with HEAD.
 1.1.20.2  28-Sep-2008  mjf Sync with HEAD.
 1.1.20.1  02-Jun-2008  mjf Sync with HEAD.
 1.1.2.5  28-Jan-2008  matt Given the that there are only 4 IPLs (ignoring soft IPLs), a number of
cleanups can be done:
Remove _SPL_* aliases.
Don't store irqmasks in ci_cpl, just make it an ipl level.
Add fast softint switching support.
 1.1.2.4  29-Oct-2007  matt Add intr locators for devices.
 1.1.2.3  11-Sep-2007  matt More support for Freescale i.MX31 DEV LITE KIT
 1.1.2.2  06-Sep-2007  matt Add options KERNEL_BASE_EXT
 1.1.2.1  29-Aug-2007  matt Initial IMX31LITE configury
 1.2.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.2.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.3.4.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.3.4.1  19-Oct-2008  haad Sync with HEAD.
 1.4.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.4.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.6.4.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.9.4.2  21-Apr-2011  rmind sync with head
 1.9.4.1  05-Mar-2011  rmind sync with head
 1.11.4.1  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.11.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.14.2.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.14.2.2  30-Oct-2012  yamt sync with head
 1.14.2.1  17-Apr-2012  yamt sync with head
 1.15.2.2  29-Apr-2012  mrg sync to latest -current.
 1.15.2.1  18-Feb-2012  mrg merge to -current.
 1.19.2.4  03-Dec-2017  jdolecek update from HEAD
 1.19.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.19.2.2  23-Jun-2013  tls resync from head
 1.19.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.23.2.1  28-Aug-2013  rmind sync with head
 1.24.4.1  10-Aug-2014  tls Rebase.
 1.29.2.2  28-Aug-2017  skrll Sync with HEAD
 1.29.2.1  22-Sep-2015  skrll Sync with HEAD
 1.30.4.1  21-Apr-2017  bouyer Sync with HEAD
 1.30.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.33.4.2  21-Apr-2020  martin Sync with HEAD
 1.33.4.1  10-Jun-2019  christos Sync with HEAD
 1.33.2.1  28-Jul-2018  pgoyette Sync with HEAD
 1.34.10.1  20-Apr-2020  bouyer Sync with HEAD
 1.36.4.1  09-Oct-2023  snj Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

RSS XML Feed