The NetBSD Project

CVS log for src/sys/arch/evbarm/conf/Attic/std.nitrogen6

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12
Sat May 23 13:24:08 2020 UTC (4 years, 11 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.11: +1 -1 lines
imx6 kernels are part of GENERIC now

Revision 1.5.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:42 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.5.8.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.8.1: +3 -7 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 24 12:33:18 2019 UTC (5 years, 9 months ago) by hkenken
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-9-base, 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, netbsd-9, 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.10: preferred, colored
Changes since revision 1.10: +3 -7 lines
Modified i.MX GPIO control module and PCIe module.

+ Add imxpcie.c
  imx PCIe common driver

Revision 1.5.8.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:05 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +23 -24 lines
Sync with HEAD

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 18 08:49:23 2019 UTC (5 years, 11 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -3 lines
Convert remaining armv7 kernels to generic start and remove a bunch of
code including a9_mpsubr.S.

Thanks to Lwazi Dube for testing PANDABOARD and BEAGLEBONE.

Revision 1.5.6.1: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:27 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +20 -24 lines
Sync with head

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 18 09:01:54 2018 UTC (6 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, isaki-audio2-base, isaki-audio2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -4 lines
Provide generic start code that assumes the MMU is off and caches are
disabled as per the linux booting protocol for ARMv6 and ARMv7 boards.
u-boot image type should be changed to 'linux' for correct behaviour.

The new start code builds a minimal "bootstrap" L1PT with cached access
disabled and uses the same table for all processors.  AP startup is
performed in less steps and more code is written in C.

The bootstrap tables and stack are placed into an (orphaned) section
"_init_memory" which is given to uvm when it is no longer used.

Various kernels have been converted to use this code and tested.  Some
boards were provided by TNF. Thanks!

The GENERIC kernel now boots on boards using the TEGRA, SUNXI and EXYNOS
kernels. The GENERIC kernel will also work on RPI2 using u-boot.

Thanks to martin@ and aymeric@ for testing on parallella and nanosoc
respectively

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 15 16:54:54 2018 UTC (6 years, 6 months ago) by skrll
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 8 10:22:17 2018 UTC (6 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -17 lines
Sort options.

No functional change.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 7 07:48:44 2018 UTC (6 years, 7 months ago) by skrll
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -8 lines
Whitespace consistency.

{make,}options<space><tab>
everything else just <tab?

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

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

Revision 1.5.4.1
Sat Jul 1 12:52:01 2017 UTC (7 years, 10 months ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.5: +0 -35 lines
file std.nitrogen6 was added on branch tls-maxphys on 2017-12-03 11:36:03 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 1 12:52:01 2017 UTC (7 years, 10 months ago) by skrll
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825
Branch point for: tls-maxphys, phil-wifi, pgoyette-compat
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP

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

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 24 12:06:44 2016 UTC (8 years, 5 months ago) by hkenken
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, nick-nhusb-base-20170204, nick-nhusb-base-20161204, 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, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add support imx6 PCIe controller.

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:40 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +1 -3 lines
Sync with HEAD

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 30 08:09:36 2015 UTC (9 years, 9 months ago) by ryo
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
- setup iomux before attach console
- define EVBARM_BOARDTYPE in each config file
- add iomux settings for UART1
- add some iomux definitions

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 6 15:17:55 2015 UTC (10 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3 lines
Sync with HEAD

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Feb 25 08:11:48 2015 UTC (10 years, 2 months ago) by ryo
Branches: MAIN
CVS tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -3 lines
on iMX6, disable __HAVE_MM_MD_DIRECT_MAPPED_PHYS and PMAP_NEED_ALLOC_POOLPAGE by default.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 25 05:05:28 2014 UTC (10 years, 7 months ago) by ryo
Branches: MAIN
CVS tags: nick-nhusb-base
Branch point for: nick-nhusb
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>