History log of /src/sys/arch/evbarm/conf/ARMADAXP |
Revision | | Date | Author | Comments |
1.29 |
| 07-Aug-2022 |
simonb | branches: 1.29.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.28 |
| 13-Jun-2020 |
ad | Comment out "options PMAPCOUNTERS". It adds much overhead and is mostly of interest to people hacking on the VM system or pmap. Proposed on port-arm@.
|
1.27 |
| 18-Apr-2020 |
skrll | PMAP_DEBUG has been deleted on arm
|
1.26 |
| 23-Oct-2018 |
jdolecek | branches: 1.26.4; 1.26.10; 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.25 |
| 14-Jul-2018 |
maxv | 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.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 |
| 07-Jun-2018 |
thorpej | branches: 1.23.2; Revert changes that pinned-down i2c parent specs. The i2c subsystem has been enhanced to make this unnecessary.
|
1.22 |
| 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.21 |
| 14-Sep-2017 |
mrg | branches: 1.21.2; 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.20 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
1.19 |
| 25-Feb-2017 |
skrll | Add pci attachment for mvsata
|
1.18 |
| 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.17 |
| 12-Aug-2015 |
maxv | branches: 1.17.2; 1.17.4; Remove KMEMSTATS.
|
1.16 |
| 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.15 |
| 30-Aug-2014 |
kiyohara | branches: 1.15.2; Move options __HAVE_MM_MD_DIRECT_MAPPED_PHYS from MIRABOX to ARMADAXP. It is must required.
|
1.14 |
| 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.13 |
| 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.12 |
| 03-Aug-2014 |
martin | Add COMPAT_NETBSD32, following the switch to eabi by default.
|
1.11 |
| 27-Jul-2014 |
dholland | "internally consistency checks" -> "internal consistency checks"
|
1.10 |
| 18-Mar-2014 |
matt | branches: 1.10.2; 1.10.4; Add some missing devices (crypto & gige)
|
1.9 |
| 18-Mar-2014 |
matt | Add commented out MVSOC_EARLY_CONSOLE option
|
1.8 |
| 18-Mar-2014 |
matt | Add xhci
|
1.7 |
| 17-Mar-2014 |
kiyohara | Add options MVSOC_INTERREGS_PBASE for *old* Armada XP board..
|
1.6 |
| 09-Aug-2013 |
aymeric | Comment out pseudo-device md so that ARMADAXP_INSTALL passes config(1). Fixes evbarm releases.
|
1.5 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
1.4 |
| 09-Jun-2013 |
kiyohara | branches: 1.4.2; 1.4.4; Comment-out options IPSEC*.
|
1.3 |
| 05-Jun-2013 |
christos | remove obsolete networking options
|
1.2 |
| 03-Jun-2013 |
rkujawa | Add support for SDIO on Armada XP.
|
1.1 |
| 29-May-2013 |
rkujawa | Add build configuration for Armada XP.
Obtained from Marvell, Semihalf.
|
1.4.4.2 |
| 18-May-2014 |
rmind | sync with head
|
1.4.4.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.4.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.4.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.4.2.1 |
| 09-Jun-2013 |
tls | file ARMADAXP was added on branch tls-maxphys on 2013-06-23 06:20:03 +0000
|
1.10.4.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.10.4.1 |
| 18-Mar-2014 |
yamt | file ARMADAXP was added on branch yamt-pagecache on 2014-05-22 11:39:39 +0000
|
1.10.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.15.2.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.15.2.2 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.15.2.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.17.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.17.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.21.2.4 |
| 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.21.2.3 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.21.2.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.21.2.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|
1.23.2.2 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
1.23.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.26.10.1 |
| 20-Apr-2020 |
bouyer | Sync with HEAD
|
1.26.4.1 |
| 21-Nov-2019 |
martin | In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
|
1.29.4.1 |
| 09-Oct-2023 |
snj | Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG.
|