Commit Graph

108 Commits

Author SHA1 Message Date
mintsuki b072a08f72 misc: Do not remove freestanding-toolchain from release tarball 2023-03-13 20:51:44 +01:00
mintsuki 8d61d0ab3a misc: Use freestanding-toolchain instead of cross-detect 2023-03-13 20:40:32 +01:00
mintsuki d1e4b9946c docs: LICENSE.md -> LICENSE 2023-03-10 14:01:49 +01:00
mintsuki 11ef3bced2 build: Honour CROSS_CPPFLAGS 2023-02-25 01:38:26 +01:00
mintsuki a786c26a26 build: Install markdown docs on install; distclean fix 2023-02-21 03:32:27 +01:00
mintsuki 8ee9dc1ebd build: Only install limine-deploy.1 man page if built 2023-02-21 01:35:57 +01:00
mintsuki d17e220e61 docs: Add man pages for host executables 2023-02-21 00:15:04 +01:00
mintsuki 9bcad9d258 build: Very minor QOL fixes 2023-02-20 22:24:21 +01:00
mintsuki 1e65ada438 Revert "fs: Drop ext* support"
This reverts commit caaf4f94a5.
2023-02-20 05:10:33 +01:00
mintsuki c924d7b7e5 build: Misc quality-of-life fixes 2023-02-19 10:07:21 +01:00
mintsuki 71b3ae548b compress: Replace tinf's inflate implementation with stb_image's zlib 2023-02-15 11:21:53 +01:00
mintsuki caaf4f94a5 fs: Drop ext* support 2023-02-15 11:21:53 +01:00
mintsuki d744fc8c63 build: Further fixes related to cd8188d8 2023-02-12 23:13:26 +01:00
mintsuki ec34c86d58 build: Update for latest cross-detect 2023-02-12 22:20:38 +01:00
mintsuki 8b7dc549f7 build: Misc configure.ac improvements, install-strip fix ups 2023-02-12 20:14:51 +01:00
mintsuki cd8188d832 build: Fix race condition in root GNUmakefile.in 2023-02-07 05:09:52 +01:00
mintsuki 8c7a98310a misc: Add support for enrolling config blake2b hash in executable 2023-02-06 23:58:19 +01:00
mintsuki 25c6c18c8b Revert "fs: Drop ext* support"
This reverts commit ba5aca6fd8.
2022-11-30 01:48:00 +01:00
mintsuki ba5aca6fd8 fs: Drop ext* support 2022-11-29 16:55:43 +01:00
mintsuki 4d855fc17e term: Move to use external, portable terminal 2022-10-04 00:58:00 +02:00
mintsuki 7f046f67b9 build: Use variables to determine installable files instead of ignoring errors 2022-09-28 01:16:39 +02:00
mintsuki 34a53292f7 build: Update install commands to be more quiet on non-fatal fail 2022-09-23 00:44:06 +02:00
mintsuki 0a28a0959b build: Honor LIBS variable 2022-09-20 23:10:19 +02:00
mintsuki dab2a35b3e build: Honor CPPFLAGS variable 2022-09-20 21:28:12 +02:00
mintsuki 87d0dfa699 build: Further fix test targets 2022-09-05 03:14:16 +02:00
mintsuki ebbf8d7bed misc: Better integration of aarch64 port and test mechanism 2022-09-05 02:17:53 +02:00
mintsuki 1d325927d7 build: Remove unneeded libgcc files in make dist 2022-09-02 01:12:13 +02:00
mintsuki 9eade7fa0f build: Actually pull CC variable from autoconf 2022-08-29 02:35:51 +02:00
mintsuki fde0447802 fs: Drop NTFS support 2022-08-26 00:20:27 +02:00
mintsuki c626e63b56 build: Fix #208 2022-08-22 18:41:32 +02:00
Kacper Słomiński e1f6ac8860
Initial AArch64 port (#205)
* Initial aarch64 port

* Enable chainload on aarch64

No changes necessary since it's all UEFI anyway.

* Add specification for Limine protocol for aarch64

* PROTOCOL: Specify state of information in DT /chosen node

* common: Add spinup code for aarch64

* common: Port elf and term to aarch64

* common: Port vmm to aarch64

Also prepare to drop VMM_FLAG_PRESENT on x86.

* protos: Port limine boot protocol to aarch64

Also drop VMM_FLAG_PRESENT since we never unmap pages anyway.

* test: Add DTB request

* PROTOCOL: Port SMP request to aarch64

* cpu: Add cache maintenance functions for aarch64

* protos/limine, sys: Port SMP to aarch64

Also move common asm macros into a header file.

* test: Start up APs

* vmm: Unify get_next_level and implement large page splitting

* protos/limine: Map framebuffer using correct caching mode on AArch64

* CI: Fix GCC build for aarch64

* entry, menu: Replace uses of naked attribute with separate asm file

GCC does not understand the naked attribute on aarch64, and didn't
understand it for x86 in older versions.
2022-08-18 17:32:54 +02:00
mintsuki 5f1680acc1 build: Misc improvements to makefiles 2022-08-15 17:41:04 +02:00
mintsuki dc3a81cb61 build: Drop support for building GCC toolchain 2022-08-09 13:30:16 +02:00
mintsuki 4422ebd61c build: Get proper mkdir -p from autoconf 2022-08-08 22:00:25 +02:00
mintsuki 82e62a9678 host: Reorganise host-tools layout and add limine-version. Closes #196 2022-07-13 17:17:12 +02:00
mintsuki 0af37b7cf0 fwcfg: Drop support 2022-07-13 06:23:20 +02:00
mintsuki c12a6979f9 build: Remove cross toolchain variable definitions from root makefile 2022-07-08 18:29:54 +02:00
mintsuki 6106285d35 build: Move to using external cross-detect package 2022-07-05 09:14:48 +02:00
mintsuki 2f0d48abe1 build: Undo changes that made reconf impossible in tarball releases. Fixes #187 2022-07-02 12:13:57 +02:00
mintsuki 098e8679f3 build: Rename freestanding-headers to match upstream 2022-06-30 07:48:42 +02:00
mintsuki ff9649f65f build: Remove make_toolchain.sh in maintainer-clean 2022-06-25 06:03:34 +02:00
mintsuki 5c7e1839db build: Version file in tarballs is no longer needed 2022-06-25 05:37:27 +02:00
mintsuki 79b0d531cb build: Remove extra junk from release tarballs 2022-06-25 05:10:55 +02:00
mintsuki 4b32083ab6 build: Misc improvements 2022-06-22 21:56:41 +02:00
mintsuki 9f00d613a1 build: Update for newer limine-efi 2022-06-22 21:24:30 +02:00
mintsuki 2590c5ac05 build: Remove useless LIMINE_AS 2022-06-21 22:14:05 +02:00
mintsuki ef4e014cb3 build: Use libgcc-binaries 2022-06-21 08:47:48 +02:00
mintsuki 75c3585e58 build: Use binary libgcc from GCC instead of our own stubs. Closes #180 2022-06-20 04:28:59 +02:00
mintsuki 7eac8416e7 build: Run toolchain-detect at configure time 2022-06-18 03:03:06 +02:00
mintsuki 7404cb467e build: Add toolchain-detect 2022-06-15 07:16:41 +02:00