Commit Graph

10 Commits

Author SHA1 Message Date
lifehackerhansol
e8f78c0956
Makefile: use $(CURDIR) directly without $(shell pwd)
This fixes building on macOS.
2024-10-03 13:52:05 -07:00
lifehackerhansol
ac6748d94a
BL2CK: Add changes for r4dspro.com, small updates to misc files
- r4dspro.com carts have a slightly broken implementation of the
  Acekard 2 interface, so it needs a different DLDI driver.
- Update DLDI@3b414a59cd81f9de69c47582a8ce8116a1281c06
- Update to flashcard-bootstrap v2.1.0
  - Huge file size savings!
2024-01-21 20:45:12 -08:00
lifehackerhansol
5fa351a3a0
treewide: use deterministic-zip
https://github.com/timo-reymann/deterministic-zip

This solves a logistics issue; zip files always include the modified
timestamp of a file. This doesn't sound bad until you realize that
GitHub Actions always re-clones the entire repository, and the
timestamp is guaranteed to be different.

Because of this, every time we run our Actions workflow, the zip will
have a different checksum, causing git to re-commit *every single file*
to the frontend repository, causing long workflow times due to the
sheer size of each commit.

deterministic-zip hopefully solves this issue by forcing the modified
timestamp to one hardcoded in its binary, so here is to hoping we don't
abuse our git repo any further.
2024-01-14 21:59:35 -08:00
lifehackerhansol
005e6e1e80 BL2CK 1.31.0
Based on WAIO 1.25g with modifications by lifehackerhansol
https://github.com/lifehackerhansol/WoodAIO

Changelog:
- Updated flashcard-bootstrap to 1.3.0 (small reduction in size)
- Switched to open-source Acekard AK2 DLDI
- Switched to mixinfo.dat version of ak2loader
  - Taken from r4isdhc.hk 2019 1.72 kernel
  - This fixes ACWW (which seems to be a RAM limitation in the infolib
    loader)
  - No other regressions found so far
- Removed unnecessary files
- system.sys is now dynamically generated instead of a static 4MB file
2023-08-30 12:49:36 -07:00
lifehackerhansol
8c630526d6
treewide: use -X flag when zipping 2023-08-24 11:30:24 -07:00
lifehackerhansol
6cf765bece
Rework BL2CK common, consolidate common files
- Have individual makefiles for different boot files
  - R4iTT: ARM9 entry 0x02000800
  - Amaze3DS: ARM9 entry 0x02000000
  - EDGEi: Same as R4iTT, but renamed to `dsedgei.dat`
- Include each makefile from individual folders, copy needed things and
  zip
2023-08-15 12:17:00 -07:00
Deletecat
25af36da61
Add BL2CK kernels to r4igold.cc
Noticed the BL2CK kernels were missing from r4igold.cc's directory. This commit adds them back!
2023-08-15 06:26:27 -07:00
lifehackerhansol
a742b68bee
Add Makefile system to create frontend
Run `./build.sh` in `archive` folder. It will loop through all kernels,
and copy to `<project-root>/out`.
2023-08-13 23:03:45 -07:00
lifehackerhansol
3e682d8e94
Add underscores, fix capitalization 2023-08-13 22:26:25 -07:00
lifehackerhansol
18e02684cc
Initial commit 2023-08-13 12:03:09 -07:00