Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/std.netwalker
RevisionDateAuthorComments
 1.14  24-Sep-2021  skrll Make the KOBO and NETWALKER kernels compile again.
 1.13  13-Jun-2019  hkenken Use armv6_start.S
 1.12  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.11  07-Oct-2018  skrll Whitespace consistency.

{make,}options<space><tab>
everything else just <tab?
 1.10  24-Aug-2014  jnemeth branches: 1.10.18; 1.10.20;
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
 1.9  09-Apr-2014  hkenken branches: 1.9.2;
NetWalker kernels boot again.
* Enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS
* Change VM layout
* Use common start-up routine
 1.8  07-Mar-2014  hkenken branches: 1.8.2;
modified NetWalker kernel config
* add ARM_HAS_VBAR, FPU_VFP etc.
 1.7  01-Nov-2013  skrll Remove the bogus CPPFLAGS+="-I$S/../../../include"

Prompted by the build problem reported by John Klos
 1.6  16-Dec-2012  matt branches: 1.6.2;
Use a std.evarm to handle the normal EXEC_ELF32/EXEC_SCRIPT and ARM options
as well as include conf/std and std.arm
 1.5  16-Dec-2012  matt Add a std.evbarm to include std.arm and remove std.arm inclusion from std.*
 1.4  08-Dec-2012  matt For cortex kernels, also specify -mfpu=neon
 1.3  26-Apr-2012  bsh branches: 1.3.2;
fix the clock frequency for delay().
from Kenichi Hashimoto.
 1.2  15-Apr-2012  bsh compile netwalker kernel with -mcpu=cortex-a8
 1.1  13-Nov-2010  bsh branches: 1.1.2; 1.1.8; 1.1.12; 1.1.16;
Sharp NetWalker PC-Z1 support by SHIMIZU Ryo, Hashimoto Kenichi, and me.
http://www.sharp.co.jp/netwalker/
 1.1.16.1  29-Apr-2012  mrg sync to latest -current.
 1.1.12.5  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.1.12.4  23-Jan-2013  yamt sync with head
 1.1.12.3  16-Jan-2013  yamt sync with (a bit old) head
 1.1.12.2  23-May-2012  yamt sync with head.
 1.1.12.1  17-Apr-2012  yamt sync with head
 1.1.8.2  05-Mar-2011  rmind sync with head
 1.1.8.1  13-Nov-2010  rmind file std.netwalker was added on branch rmind-uvmplock on 2011-03-05 20:50:04 +0000
 1.1.2.2  15-Nov-2010  uebayasi Sync with HEAD.
 1.1.2.1  13-Nov-2010  uebayasi file std.netwalker was added on branch uebayasi-xip on 2010-11-15 14:38:23 +0000
 1.3.2.3  03-Dec-2017  jdolecek update from HEAD
 1.3.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.2.1  25-Feb-2013  tls resync with head
 1.6.2.1  18-May-2014  rmind sync with head
 1.8.2.1  10-Aug-2014  tls Rebase.
 1.9.2.1  15-May-2015  snj Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
 1.10.20.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.10.20.1  10-Jun-2019  christos Sync with HEAD
 1.10.18.1  20-Oct-2018  pgoyette Sync with head

RSS XML Feed