mintsuki
35808c593e
build: Remove some empty lines in dist make target
2023-05-03 15:54:14 +02:00
mintsuki
73b126e067
build: Sanitise autoconf substitutions with gmake variables
2023-04-21 18:57:08 +02:00
mintsuki
c41e3969a6
build: Pass proper warning flags to nasm
2023-04-18 12:41:01 +02:00
mintsuki
7ad444936e
host: Condense various host utilities into a single executable
2023-04-11 22:04:05 +02:00
mintsuki
eba0183b6e
build: Reorganise warning flags
2023-04-11 17:15:41 +02:00
mintsuki
779571339e
misc: Updates for Flanterm rebrand
2023-03-29 22:43:06 +02:00
mintsuki
5a53f91e01
build: Split test portion of root makefile to own file
2023-03-23 16:03:58 +01:00
mintsuki
c202cce72c
build: Use DEFAULT_VAR for all overridable default makefile vars
2023-03-16 16:09:02 +01:00
mintsuki
fadb9a7c13
build: Misc updates for new freestanding-toolchain
2023-03-16 03:38:53 +01:00
mintsuki
7d6125d413
build: Fix up some makefile variable names
2023-03-16 02:49:45 +01:00
mintsuki
f71f506b0a
build: configure: Change some variable names to be more friendly
2023-03-16 02:28:50 +01:00
mintsuki
9009404a11
build: Updates for newer freestanding-toolchain
2023-03-14 17:20:46 +01:00
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