CVS log for src/sys/arch/evbarm/conf/Attic/std.virt
Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8
Sat May 23 12:22:57 2020 UTC (4 years, 11 months ago) by jmcneill
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.7: +1 -1
lines
Use GENERIC instead.
Revision 1.3.4.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.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +20 -20
lines
Sync with HEAD
Revision 1.3.2.3: 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.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.2: +20 -20
lines
Sync with head
Revision 1.7: 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: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
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,
isaki-audio2-base,
isaki-audio2,
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.6: preferred, colored
Changes since revision 1.6: +2 -1
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.6: 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.5: preferred, colored
Changes since revision 1.5: +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.5: 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.4: preferred, colored
Changes since revision 1.4: +12 -12
lines
Sort options.
No functional change.
Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +14 -14
lines
Whitespace consistency.
{make,}options<space><tab>
everything else just <tab?
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:40 2018 UTC (6 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +36 -0
lines
Sync with HEAD
Revision 1.3.2.1
Fri Jun 15 15:22:01 2018 UTC (6 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.3: +0 -36
lines
file std.virt was added on branch pgoyette-compat on 2018-06-25 07:25:40 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 15 15:22:01 2018 UTC (6 years, 11 months ago) by jakllsch
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
... -mcpu=armv7-a is actually spelled -march=armv7-a ...
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 15 15:00:14 2018 UTC (6 years, 11 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
'virt' platform adjustments:
- support broader CPU model range
- move kernel physical and virtual base to avoid bootloader,
and keep KVA at or above 2GiB
- add relevant drivers
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 14 10:56:39 2018 UTC (6 years, 11 months ago) by jmcneill
Branches: MAIN
Add support for QEMU ARM Virtual Machine ("virt").
CVSweb <webmaster@jp.NetBSD.org>