The NetBSD Project

CVS log for src/sys/stand/efiboot/bootarm/efibootarm.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / stand / efiboot / bootarm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 18 19:43:29 2024 UTC (7 months ago) by skrll
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -8 lines
Clean and invalidate the full data cache as the armv6_start.S code assumes
that the caches are disabled on entry which armv7_exec_kernel ensures.
When caches are disabled armv6_start.S will invalidate (not clean) the
cache and this can lose u-boot data for the u-boots that now don't
perform their own cache maintenance.

An example of such a u-boot is the banana pro that chuq@ has tried which
has

    commit 8b5dea33584261cc5d600614970d1cbed6d99f91
    Author: Heinrich Schuchardt <xypron.glpk@gmx.de>
    Date:   Wed Mar 3 14:05:05 2021 +0100

        efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI

applied.

Improving things so that the architected caches could remain on would be
better, but that's a much bigger change / set of changes.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 15 06:15:17 2024 UTC (8 months, 1 week ago) by skrll
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1 lines
Allow an MD check in prepare_boot and use it on arm64 (aarch64) to check
that, if a big endian kernel is seen, the CPU is capable of supporting BE
data accesses at EL0 via ID_AA64MMFR0_EL1.BigEnd.

Revision 1.2.14.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:38:17 2020 UTC (4 years, 4 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +6 -1 lines
Sync w/ HEAD.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 28 14:02:09 2020 UTC (4 years, 4 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -1 lines
Add a hook for MD specific info to print in the "ver" command. Use this
to print the value of the current execution level in bootaa64.

Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:56 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +60 -0 lines
Sync with HEAD

Revision 1.2.4.1
Sat Mar 30 17:41:13 2019 UTC (6 years ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -60 lines
file efibootarm.c was added on branch phil-wifi on 2019-06-10 22:09:56 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 30 17:41:13 2019 UTC (6 years ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, 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
Branch point for: thorpej-futex, phil-wifi
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -5 lines
Jump to MARK_ENTRY instead of MARK_START

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 30 12:48:50 2019 UTC (6 years ago) by jmcneill
Branches: MAIN
Add efiboot support for 32-bit ARM targets.

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>