]> git.ipfire.org Git - thirdparty/grub.git/commit
loongarch: Add auxiliary files
authorXiaotian Wu <wuxiaotian@loongson.cn>
Thu, 27 Apr 2023 07:46:19 +0000 (15:46 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 17 May 2023 11:21:43 +0000 (13:21 +0200)
commitd33cbf2d8f5f5e7042231b30dbc32820d0d683c3
tree9b1ab175c58142181103c6b6a7fac0db10a99f1a
parent0b4693e32c209596cc72206fb8308d29d0b09ac5
loongarch: Add auxiliary files

Add support for manipulating architectural cache and timers, and EFI
memory maps.

Signed-off-by: Zhou Yang <zhouyang@loongson.cn>
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/efi/mm.c
grub-core/kern/loongarch64/cache.c [new file with mode: 0644]
grub-core/kern/loongarch64/cache_flush.S [new file with mode: 0644]
grub-core/kern/loongarch64/efi/init.c [new file with mode: 0644]
grub-core/lib/efi/halt.c
include/grub/efi/efi.h
include/grub/loongarch64/efi/memory.h [new file with mode: 0644]
include/grub/loongarch64/time.h [new file with mode: 0644]
include/grub/loongarch64/types.h [new file with mode: 0644]