The NetBSD Project

CVS log for src/sys/arch/evbarm/conf/Attic/NITROGEN6X

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25
Sat May 23 13:24:08 2020 UTC (4 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-futex-base, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
FILE REMOVED
Changes since revision 1.24: +1 -1 lines
imx6 kernels are part of GENERIC now

Revision 1.15.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:42 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.15.2.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.2.1: +5 -227 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 15 09:49:49 2019 UTC (5 years, 3 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +2 -2 lines
Pull up following revision(s) (requested by skrll in ticket #55):

	sys/arch/arm/cortex/a9wdt.c: revision 1.10
	sys/arch/evbarm/conf/HUMMINGBOARD: revision 1.9
	sys/arch/evbarm/conf/GENERIC: revision 1.50
	sys/arch/evbarm/conf/NITROGEN6X: revision 1.24
	sys/arch/arm/cortex/a9tmr_var.h: revision 1.7
	sys/arch/arm/fdt/files.fdt: revision 1.29
	sys/arch/arm/amlogic/meson_platform.c: revision 1.12
	sys/arch/arm/amlogic/meson8b_pinctrl.c: revision 1.2
	sys/arch/arm/amlogic/meson_platform.c: revision 1.13
	sys/arch/evbarm/conf/BCM5301X: revision 1.34
	sys/arch/arm/dts/meson8b.dtsi: revision 1.6
	sys/arch/arm/fdt/a9ptmr_fdt.c: revision 1.1
	sys/arch/arm/dts/meson8b.dtsi: revision 1.7
	sys/arch/arm/cortex/a9ptmr_var.h: revision 1.1
	sys/arch/evbarm/conf/PANDABOARD: revision 1.30
	sys/arch/evbarm/conf/DUOVERO: revision 1.14
	sys/arch/arm/cortex/a9ptmr.c: revision 1.1
	sys/arch/arm/cortex/a9ptmr.c: revision 1.2
	sys/arch/arm/fdt/a9wdt_fdt.c: revision 1.1
	sys/arch/evbarm/conf/BCM56340: revision 1.19
	sys/arch/evbarm/conf/CUBOX-I: revision 1.23
	sys/arch/arm/amlogic/meson8b_clkc.c: revision 1.4
	sys/arch/evbarm/conf/PARALLELLA: revision 1.7
	sys/arch/arm/cortex/files.cortex: revision 1.12
	sys/arch/arm/dts/meson8b-odroidc1.dts: revision 1.4
	sys/arch/arm/cortex/a9wdt.c: revision 1.9
	sys/arch/evbarm/conf/ZEDBOARD: revision 1.6

spaces to tab

 -

Add a driver for the A5/A9 Private timer.
While here FDTise the Watchdog driver.

 -

Update for recent a9wdt changes
 -

Trailing whitespace

 -
Updates to get Odroid-C1 in better shape since the last DTS import

 -

Various fixes / changes
- don't use prescaler
- improve AB_DEBUG output
- fix a9ptmr_delay to work with a decrementing counter!
Thanks to jmcneill@ for proving I'm an idiot

 -

Add eth_rxd3 and eth_rxd2 pinctrl groups

 -

Catch up to recent mainline dts changes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 11 19:34:04 2019 UTC (5 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update for recent a9wdt changes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 24 12:33:18 2019 UTC (5 years, 4 months ago) by hkenken
Branches: MAIN
CVS tags: netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -226 lines
Modified i.MX GPIO control module and PCIe module.

+ Add imxpcie.c
  imx PCIe common driver

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:04 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -28 lines
Sync with HEAD

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 26 22:46:03 2019 UTC (5 years, 7 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -15 lines
Use veriexec.config to reduce duplication

Revision 1.14.4.4: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:35 2018 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.14.4.3: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.4.3: +1 -2 lines
Sync with HEAD, resolve a few conflicts

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Dec 19 16:56:17 2018 UTC (5 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, isaki-audio2-base, isaki-audio2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Remove CONS_OVERRIDE - it's an i386 option

Revision 1.14.4.3: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:30 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.14.4.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.4.2: +1 -10 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 25 07:48:56 2018 UTC (6 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:04:11 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -9 lines
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).

Revision 1.14.4.2: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:31 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.14.4.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.4.1: +1 -4 lines
Sync with HEAD

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jul 21 19:39:44 2018 UTC (6 years, 4 months ago) by maya
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Remove comment mentioning an i386 problem from non-x86 kernel configs.
(they all say BROKEN in the next comment too)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jul 14 15:09:41 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2 lines
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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:46:43 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
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.

Revision 1.14.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:40 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Sync with HEAD

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 5 08:03:28 2018 UTC (6 years, 6 months ago) by hkenken
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:03 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.1: +416 -0 lines
update from HEAD

Revision 1.14.2.1
Thu Nov 9 05:57:23 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.14: +0 -416 lines
file NITROGEN6X was added on branch tls-maxphys on 2017-12-03 11:36:03 +0000

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 9 05:57:23 2017 UTC (7 years ago) by hkenken
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: tls-maxphys, pgoyette-compat
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
- Add imxusbphy driver for i.MX6.
- Clean up CCM (Clock driver).
  Add imx6_ccm_analog_read/write() functions.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:40 2017 UTC (7 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -20 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:24:43 2017 UTC (7 years, 2 months ago) by sevan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -4 lines
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

Revision 1.4.2.5: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:34 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.2.4: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.4: +2 -2 lines
Sync with HEAD

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 29 18:08:57 2017 UTC (7 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:25 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +2 -1 lines
Sync with HEAD

Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:13 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.1: +2 -1 lines
Sync with HEAD

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 19 07:47:00 2017 UTC (7 years, 9 months ago) by rin
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:13 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.4.2.4: download - view: text, markup, annotated - select for diffs
Mon Dec 5 10:54:52 2016 UTC (7 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.2.3: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.3: +2 -1 lines
Sync with HEAD

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:59:45 2016 UTC (8 years ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170107, nick-nhusb-base-20170204, nick-nhusb-base-20161204, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.4.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:55:26 2016 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.2: +3 -3 lines
Sync with HEAD

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 7 10:44:05 2016 UTC (8 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20161104, nick-nhusb-base-20161004, localcount-20160914
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
rename ifmpls to mpls, so we don't have if_ifmpls...

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 11:29:58 2016 UTC (8 years, 8 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +6 -6 lines
Sync with HEAD

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 31 11:53:18 2015 UTC (8 years, 11 months ago) by ryo
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319
Branch point for: pgoyette-localcount
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -6 lines
add support iMX6 uSDHC
- some UHS-I/SDR104 card are not stable
- eMMC doesn't work yet

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:40 2015 UTC (9 years, 2 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Sync with HEAD

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 12 07:53:57 2015 UTC (9 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20151226, nick-nhusb-base-20150921
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
Remove KMEMSTATS.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 30 08:09:36 2015 UTC (9 years, 4 months ago) by ryo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
- setup iomux before attach console
- define EVBARM_BOARDTYPE in each config file
- add iomux settings for UART1
- add some iomux definitions

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 11 11:55:07 2014 UTC (10 years, 1 month ago) by uebayasi
Branches: MAIN
CVS tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Device midi attachment where the evil usbdevices.config is included.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 6 10:37:20 2014 UTC (10 years, 1 month ago) by ryo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -3 lines
* add imxsnvs (rtc)
* add CUBOX-I config

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 27 04:03:24 2014 UTC (10 years, 2 months ago) by matt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -5 lines
Add INSTALL kernel.  Fix .ub generation.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 25 05:05:28 2014 UTC (10 years, 2 months ago) by ryo
Branches: MAIN
add support i.MX6 and NITROGEN6X evaluation board

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>