Home | History | Annotate | Download | only in include
History log of /src/sys/arch/aarch64/include/kcore.h
RevisionDateAuthorComments
 1.2  09-Nov-2018  mrg implement dumpsys() and friends for arm64.

this is almost a direct copy of the arm code, which is simply
as the basic structures about physical memory are the same
between arm and arm64. the main change i made was to use
the direct map instead of a virtual dump page that is remapped
to whatever physical page is being dumped.

i also changed the existing cpu_kcore_hdr_t to include the
missing number of ram segments.

note that this is not a complete solution for crash dumps yet,
as the libkvm code needs some work. i'm fairly positive that
this side is correct, as i can see the data i expect to see,
but libkvm's _kvm_kvtop() function returns garbage so far.

there is no "minidump" support here yet, ala amd64, but we
probably want it eventually.


ok skrll@.
 1.1  10-Aug-2014  matt branches: 1.1.4; 1.1.28; 1.1.30;
Preliminary files for AARCH64 (64-bit ARM) support.
Enough for a distribution build.
 1.1.30.1  10-Jun-2019  christos Sync with HEAD
 1.1.28.1  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.1.4.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.4.1  10-Aug-2014  tls file kcore.h was added on branch tls-maxphys on 2014-08-20 00:02:39 +0000

RSS XML Feed