104 Commits

Author SHA1 Message Date
dependabot[bot]
ac882a6032 build(deps): bump crate-ci/typos from 1.21.0 to 1.22.9
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.9.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.9)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 20:57:15 +02:00
dependabot[bot]
6b7170232a
build(deps): bump cachix/install-nix-action from 26 to 27
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 03:18:41 +00:00
dependabot[bot]
bbd112568a
build(deps): bump crate-ci/typos from 1.20.7 to 1.21.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.20.7 to 1.21.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.20.7...v1.21.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 03:56:30 +00:00
mintsuki
ae3ab367fb
Merge pull request #344 from limine-bootloader/dependabot/github_actions/crate-ci/typos-1.20.7
build(deps): bump crate-ci/typos from 1.20.3 to 1.20.7
2024-04-11 07:37:57 +02:00
mintsuki
a1a824356f
Merge pull request #345 from limine-bootloader/dependabot/github_actions/softprops/action-gh-release-2
build(deps): bump softprops/action-gh-release from 1 to 2
2024-04-11 07:37:15 +02:00
mintsuki
649d3730ff dependabot: Target trunk branch 2024-04-11 07:35:24 +02:00
dependabot[bot]
b75a4df207
build(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 05:31:26 +00:00
dependabot[bot]
a3d43115f3
build(deps): bump crate-ci/typos from 1.20.3 to 1.20.7
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.20.3 to 1.20.7.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.20.3...v1.20.7)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 05:31:24 +00:00
mintsuki
39c30996fe nix: Remove build.nix
The build method was full of workarounds, plus I do not really see the point in having this upstream given Limine is now downstream in nixpkgs.  For everthing else the 'nix develop' environment suffices.
2024-04-10 15:31:00 +02:00
Philipp Schuster
6c2ff2db6d ci: init dependabot 2024-04-05 16:42:15 +02:00
Philipp Schuster
ebceaa2425 ci: run typos in CI 2024-04-05 16:42:15 +02:00
Philipp Schuster
d320199530 nix: build Limine in Nix
This packages Limine in Nix and exports it via the Nix Flake.
Due to the nature of the project, i.e., the self-hacked
"git submodule checkout with additional patches" in `./bootstrap`,
packing this in a Nix-way is very complicated.

The big advantage of packaging Limine in Nix directly as part
of the flake (additionally to nixpkgs) is that instead of using a
fixed version from nixpkgs coming from a Limine release, one can
use the current source and build everything in Nix.
2024-04-05 15:06:22 +02:00
mintsuki
f4ebb6f4d7 build: Also produce zstd tarball 2024-03-31 06:22:57 +02:00
mintsuki
477e8338ae build: Replace xz with bzip2 and lzip for release tarballs 2024-03-30 06:14:39 +01:00
mintsuki
668fb3cbb9 ci/release: Adjustments for renamed branches 2024-02-27 11:53:41 +01:00
mintsuki
604d83d05a Revert "ci: Drop source branch prefix from binary branch name"
This reverts commit 7ce72fd9dd1d1156beb1e20aafb6168431666828.
2024-02-27 11:47:16 +01:00
mintsuki
92b554af43 ci: Automate rebasing v6.x-branch-binary onto binary on release 2024-01-25 01:50:35 +01:00
mintsuki
7ce72fd9dd ci: Drop source branch prefix from binary branch name 2024-01-14 01:50:08 +01:00
mintsuki
8f14ccf1e8 Revert "ci: Use Arch Linux testing container"
This reverts commit 92ce92700d3ef871730375995beb2762ca92dba9.
2024-01-07 01:52:21 +01:00
mintsuki
bb48bc58da ci: Use Arch Linux testing container 2023-12-27 11:02:21 +01:00
mintsuki
3b48b31f40 gh: Update release notes template 2023-11-24 03:15:33 +01:00
mintsuki
356eb24bf2 docs: Get rid of automatically generated ChangeLog 2023-11-24 03:15:33 +01:00
mintsuki
6ec3026b8e gh: Update actions/checkout to v4 2023-11-24 03:15:33 +01:00
mintsuki
16970ddbab gh/release: Generate and upload ChangeLog as artifact 2023-11-14 08:32:48 +01:00
mintsuki
a5051f92bf build: Changes to comply more with the GNU build system - adds ChangeLog 2023-10-28 05:16:45 +02:00
mintsuki
45958f7162 misc: Consistently call x86-64 such, instead of x86_64 2023-09-16 11:31:35 -05:00
mintsuki
997e2c756a ci: Remove openssh dependency no longer required for release 2023-07-26 17:04:46 -05:00
mintsuki
38ccb76c40 misc: limine-hdd.bin -> limine-bios-hdd.bin 2023-06-15 01:47:16 +02:00
mintsuki
7b1284808a build: Fix permissions of output files in makefile instead of release recipe 2023-06-15 01:33:17 +02:00
mintsuki
1c5fde5dc9 misc: Add BOOTRISCV64.EFI to permissions fix list 2023-06-14 00:25:42 +02:00
xvanc
9274ee656e
Initial riscv64 port (#274)
* initial riscv64 port

* enable Paging Mode feature for all architectures

* riscv: add missing protocol docs

* riscv: fix tests

* docs: clarify `LIMINE_PAGING_MODE_DEFAULT` macro

* build: fix whitespace in common/GNUmakefile

* riscv: default to Sv48 paging when supported

* vmm: make `VMM_MAX_LEVEL` 1-indexed

* limine: do not call `reported_addr()` before finaling paging mode

smp/riscv: do not overwrite the argument passed to APs

* limine/riscv: update default paging mode in limine.h

* test/riscv: pad OVMF.fd when downloading it
2023-06-04 01:36:06 +02:00
mintsuki
9079f3007d ci: Fix permissions of certain files in binary branch 2023-05-29 12:51:21 +02:00
mintsuki
7ad444936e host: Condense various host utilities into a single executable 2023-04-11 22:04:05 +02:00
mintsuki
0196abf2ec build: Minor build system updates 2023-03-23 02:35:08 +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
d1e4b9946c docs: LICENSE.md -> LICENSE 2023-03-10 14:01:49 +01:00
mintsuki
9d6c64954c gh: Remove issue templates 2023-03-05 09:21:11 +01:00
mintsuki
8c7a98310a misc: Add support for enrolling config blake2b hash in executable 2023-02-06 23:58:19 +01:00
mintsuki
2091aa9c21 Revert "Revert "Revert "ci: Build and check using Alpine instead of Arch"""
This reverts commit 8caf7b5b7550cb9b2a58df2097b4ae239d2f82da.
2023-01-20 16:25:15 +01:00
mintsuki
8caf7b5b75 Revert "Revert "ci: Build and check using Alpine instead of Arch""
This reverts commit ce4046d559db69b4d1415edfe147f63367e99be5.
2022-12-30 09:04:45 +01:00
mintsuki
a0d8c7b2ab ci: Remove website upload portion of workflow 2022-12-30 08:53:36 +01:00
mintsuki
ce4046d559 Revert "ci: Build and check using Alpine instead of Arch"
This reverts commit 502f77b30fd82caea3ac7e6fe519df78b37924bc.
2022-10-16 01:31:36 +02:00
mintsuki
502f77b30f ci: Build and check using Alpine instead of Arch 2022-10-14 00:02:55 +02:00
mintsuki
ebbf8d7bed misc: Better integration of aarch64 port and test mechanism 2022-09-05 02:17:53 +02:00
mintsuki
20305f3445 ci: Mark releases as prerelease 2022-08-26 00:11:14 +02:00
mintsuki
7d66c80b35 docs/ci: Changes in preparation for 4.x release 2022-08-25 20:01:30 +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
82e62a9678 host: Reorganise host-tools layout and add limine-version. Closes #196 2022-07-13 17:17:12 +02:00
mintsuki
6106285d35 build: Move to using external cross-detect package 2022-07-05 09:14:48 +02:00