Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbmips/conf/CI20
RevisionDateAuthorComments
 1.34  29-Jan-2024  christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.
 1.33  09-Feb-2023  abs Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work
 1.32  07-Aug-2022  simonb 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.31  27-Sep-2020  roy vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.30  02-Apr-2020  nisimura add ukphy as the last resort. enable dmphy for dme
 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;
Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.27  30-Dec-2018  sevan Enable the per-priority cyclical scan buffer queue strategy on evbmips kernels.

time results of a Lemote Fuloong 2F extracting the pkgsrc tree
brick$ time tar -jxf pkgsrc.tar.bz2
priocscan + log
612.90 real 103.45 user 194.98 sys
priocscan nolog
1345.48 real 103.57 user 274.32 sys
fcfs + log
736.02 real 101.71 user 192.95 sys
fcfs nolog
1475.16 real 103.06 user 271.14 sys
 1.26  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.25  14-Sep-2017  mrg branches: 1.25.2; 1.25.4; 1.25.6;
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.24  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.23  25-Jul-2017  mrg don't set NEED_MDSETIMAGE when we don't enable the md_root. move the
option in with the commented md_root options.

part 2 of the CI20 kernel build fix. now evbmips builds completes
sanely for me.
 1.22  19-Feb-2017  rin branches: 1.22.6;
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.21  29-Jan-2016  macallan branches: 1.21.2; 1.21.4;
first shot at SMP support, very much broken and experimental
So far the 2nd core wakes up, makes its way to the idle loop, and things lock
up when we start the timer interrupt.
 1.20  03-Jan-2016  macallan comment out ukphy
 1.19  02-Jan-2016  macallan enable ehci, now that it works properly
 1.18  29-Oct-2015  mrg eliminate USBHIST as a define/option. it was entangled with USB_DEBUG
and only referenced a handful of times. rename any usage in configs.

fixes recent build problems i introduced with the previous files.usb
change.
 1.17  08-Oct-2015  macallan add efuse driver
 1.16  12-Aug-2015  maxv Remove KMEMSTATS.
 1.15  07-Aug-2015  macallan add jzrng
 1.14  11-Jul-2015  macallan - get rid of private bus space in ingenic_com.c
- move com to apbus
- attach the other UARTs
 1.13  06-Apr-2015  martin Allow local overrides in a CI20.local file
 1.12  04-Apr-2015  macallan add jziic and RTC drivers
 1.11  17-Mar-2015  macallan do as arm does and get rid of addresses in kernel config
 1.10  10-Mar-2015  macallan add dme at apbus ( onboard ethernet )
 1.9  08-Mar-2015  macallan add ohci and commented out ehci
 1.8  07-Mar-2015  macallan comment out debug spam, add more filesystems
 1.7  25-Dec-2014  macallan add some more USB devices
 1.6  23-Dec-2014  macallan more debug defflag-ing
 1.5  23-Dec-2014  macallan set debug options
uncomment USB ( not functional yet but some hardware setup is done )
 1.4  06-Dec-2014  macallan pull in intr.c, attach apbus
 1.3  25-Nov-2014  macallan branches: 1.3.2;
remove some cargoculted goop
 1.2  22-Nov-2014  martin Fix copy and pasto in #ident
 1.1  22-Nov-2014  macallan initial support for CI20 / Ingenic JZ4780
not much there yet, it loads, attaches a serial port and you can drop into
ddb
 1.3.2.6  28-Aug-2017  skrll Sync with HEAD
 1.3.2.5  19-Mar-2016  skrll Sync with HEAD
 1.3.2.4  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.3.2.3  22-Sep-2015  skrll Sync with HEAD
 1.3.2.2  06-Jun-2015  skrll Sync with HEAD
 1.3.2.1  06-Apr-2015  skrll Sync with HEAD
 1.21.4.1  21-Apr-2017  bouyer Sync with HEAD
 1.21.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.22.6.2  07-Jan-2019  martin Pull up following revision(s) (requested by sevan in ticket #1156):

sys/arch/evbmips/conf/ERLITE: revision 1.21
sys/arch/evbmips/conf/LOONGSON: revision 1.41
sys/arch/evbmips/conf/SBMIPS: revision 1.8
sys/arch/evbmips/conf/MALTA: revision 1.94
sys/arch/evbmips/conf/WGT624V3: revision 1.29
sys/arch/evbmips/conf/ZYXELKX: revision 1.15
sys/arch/evbmips/conf/XLSATX: revision 1.28
sys/arch/evbmips/conf/ADM5120-NB: revision 1.25
sys/arch/evbmips/conf/ADM5120: revision 1.27
sys/arch/evbmips/conf/MERAKI: revision 1.32
sys/arch/evbmips/conf/LINKITSMART7688: revision 1.10
sys/arch/evbmips/conf/DB120: revision 1.21
sys/arch/evbmips/conf/ADM5120-USB: revision 1.27
sys/arch/evbmips/conf/AP30: revision 1.38
sys/arch/evbmips/conf/ALCHEMY: revision 1.65
sys/arch/evbmips/conf/RB153: revision 1.22
sys/arch/evbmips/conf/RB433UAH: revision 1.18
sys/arch/evbmips/conf/CI20: revision 1.27
sys/arch/evbmips/conf/GDIUM: revision 1.35
sys/arch/evbmips/conf/CPMBR1400: revision 1.30

Enable the per-priority cyclical scan buffer queue strategy on evbmips
kernels.

time results of a Lemote Fuloong 2F extracting the pkgsrc tree
brick$ time tar -jxf pkgsrc.tar.bz2
priocscan + log
612.90 real 103.45 user 194.98 sys
priocscan nolog
1345.48 real 103.57 user 274.32 sys
fcfs + log
736.02 real 101.71 user 192.95 sys
fcfs nolog
1475.16 real 103.06 user 271.14 sys
 1.22.6.1  01-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #174):
external/gpl3/binutils/usr.sbin/mdsetimage/bin_bfd.c: revision 1.2
sys/arch/evbmips/conf/CI20: revision 1.23
initialise some stack variables to zero so that later checking ensures
they are considered "unfound" instead of some random value.
part 1 in fixing the CI20 kernel build. this one actually will cause
the build to fail, but it's outputting broken objects right now anyway.
part 2 coming up in the CI20 configuration itself.
--
don't set NEED_MDSETIMAGE when we don't enable the md_root. move the
option in with the commented md_root options.
part 2 of the CI20 kernel build fix. now evbmips builds completes
sanely for me.
 1.25.6.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.25.6.1  10-Jun-2019  christos Sync with HEAD
 1.25.4.2  18-Jan-2019  pgoyette Synch with HEAD
 1.25.4.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.25.2.2  03-Dec-2017  jdolecek update from HEAD
 1.25.2.1  14-Sep-2017  jdolecek file CI20 was added on branch tls-maxphys on 2017-12-03 11:36:09 +0000
 1.28.4.1  25-Jan-2020  ad Sync with head.

RSS XML Feed