Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/OPENBLOCKS_AX3
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  20-Jan-2021  nia remove compat_ossaudio from kernel modules

this is only useful with compat_linux and gets autoloaded when
compat_linux is loaded, so there's no reason to bake it into kernels
any more.
 1.34  27-Sep-2020  roy branches: 1.34.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.33  16-Aug-2020  jdolecek make COMPAT_LINUX option disabled by default

leave the option enabled only in amd64/i386 ALL kernels to make
sure it continues to be compilable also when included in kernel
 1.32  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.31  18-Apr-2020  skrll PMAP_DEBUG has been deleted on arm
 1.30  25-Mar-2020  jdolecek branches: 1.30.2;
remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
 1.29  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.28  26-Apr-2019  sevan branches: 1.28.4;
Use veriexec.config to reduce duplication
 1.27  23-Oct-2018  jdolecek remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
 1.26  15-Oct-2018  skrll Only ent KERNEL_BASE_EXT when we want to change KERNEL_BASE from its
default of 0x8000_0000

Don't use KERNEL_BASE_EXT where KERNEL_BASE should be instead.

Workaround a as(1) weirdness in armadaxp_start.S
 1.25  01-Aug-2018  maxv Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
 1.24  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.23  14-Sep-2017  mrg branches: 1.23.2; 1.23.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.22  13-Sep-2017  sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh
 1.21  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.20  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.19  26-Nov-2016  christos branches: 1.19.2;
mention PAX_SEGVGUARD dependency on FILEASSOC
 1.18  06-Nov-2015  kiyohara branches: 1.18.2;
Add mvsocts.
 1.17  12-Aug-2015  maxv Remove KMEMSTATS.
 1.16  28-Jun-2015  kiyohara Move makphy to after mv{gb,xp}e.
And indents.
 1.15  28-Jun-2015  kiyohara Remove mvsdio. OpenBlocks AX3 not have it.
 1.14  03-Jun-2015  hsuenaga add kernel config of if_mvxpe(new ethernet) and mvxpsec(new cryptographic).
still disabled by default. I need to do more test...
 1.13  30-Aug-2014  kiyohara branches: 1.13.2;
Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS and set KERNEL_BASE_{EXT,VIRT}.
And support VFP.
 1.12  23-Aug-2014  dholland 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.11  17-Aug-2014  joerg branches: 1.11.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.10  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.9  03-Aug-2014  martin Add COMPAT_NETBSD32 to more kernels (we have too many)
 1.8  27-Jul-2014  dholland "internally consistency checks" -> "internal consistency checks"
 1.7  15-Mar-2014  kiyohara branches: 1.7.2; 1.7.4; 1.7.6;
Add comment-out-ed FPU options. Armada XP has FPU.
Add comment-out-ed athn.
Change ehci[01] to ehci*. Check the clock gating already supported.
 1.6  15-Mar-2014  kiyohara Support options MVSOC_INTERREGS_PBASE for *old* Armada {XP,370} machines.
 1.5  23-Dec-2013  kiyohara Enable mvgbe and makphy.
 1.4  05-Oct-2013  kiyohara Disable mvgbec and mvgbe.
 1.3  05-Oct-2013  kiyohara Cleanup.
 1.2  05-Oct-2013  kiyohara Add options COM_16750. It is requiring now.
 1.1  30-Sep-2013  kiyohara Add configuration Plat'Home OpenBlocks AX3.
 1.7.6.2  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.7.6.1  15-Mar-2014  yamt file OPENBLOCKS_AX3 was added on branch yamt-pagecache on 2014-05-22 11:39:40 +0000
 1.7.4.2  18-May-2014  rmind sync with head
 1.7.4.1  15-Mar-2014  rmind file OPENBLOCKS_AX3 was added on branch rmind-smpnet on 2014-05-18 17:45:03 +0000
 1.7.2.1  10-Aug-2014  tls Rebase.
 1.11.2.3  03-Dec-2017  jdolecek update from HEAD
 1.11.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.11.2.1  17-Aug-2014  tls file OPENBLOCKS_AX3 was added on branch tls-maxphys on 2014-08-20 00:02:53 +0000
 1.13.2.5  28-Aug-2017  skrll Sync with HEAD
 1.13.2.4  05-Dec-2016  skrll Sync with HEAD
 1.13.2.3  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.13.2.2  22-Sep-2015  skrll Sync with HEAD
 1.13.2.1  06-Jun-2015  skrll Sync with HEAD
 1.18.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.18.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.19.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.23.4.3  21-Apr-2020  martin Sync with HEAD
 1.23.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.23.4.1  10-Jun-2019  christos Sync with HEAD
 1.23.2.4  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.23.2.3  20-Oct-2018  pgoyette Sync with head
 1.23.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.23.2.1  28-Jul-2018  pgoyette Sync with HEAD
 1.28.4.1  25-Jan-2020  ad Sync with head.
 1.30.2.1  20-Apr-2020  bouyer Sync with HEAD
 1.34.2.1  03-Apr-2021  thorpej 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