75 Commits

Author SHA1 Message Date
Maschell
d950ea9432 Improve RPL loading 2023-06-16 17:05:45 +02:00
Maschell
cd73d30f7f OSFatal if the relocations fail 2023-06-16 17:05:45 +02:00
Maschell
49c4c267c8 Stop trying to free leaked memory 2023-06-16 17:05:45 +02:00
Maschell
a6ea7512e5 Update Dockerfile 2023-06-16 17:05:45 +02:00
Maschell
039e177ff9 Update Dockerfile CustomRPXLoader-20230417-114850 2023-04-17 13:47:32 +02:00
Maschell
62dbec960f Add verbose logging 2023-04-17 13:47:32 +02:00
Maschell
a4f7e16f13 Clean up imports 2023-04-17 13:47:32 +02:00
Maschell
4ba088f5e9 Change default branch to main CustomRPXLoader-20230407-163840 2023-04-07 18:37:29 +02:00
Maschell
6db5209c58 Change docker registry to ghcr.io CustomRPXLoader-20230317-175735 2023-03-17 18:56:19 +01:00
Maschell
3ecd622137 Update the CI to use a non-deprecated release action CustomRPXLoader-20230111-113756 v0.1.1 2023-01-11 12:36:35 +01:00
Maschell
ded5168cb8 Update ELFIO version and avoid streams to reduce binary size CustomRPXLoader-20230105-141156 2023-01-05 15:10:33 +01:00
Maschell
7385dea0f9 Improve commit messages for nightly releases 2023-01-05 15:10:33 +01:00
Maschell
7dc8df1eea Update CI to use actions/checkout@v3 2023-01-05 15:10:33 +01:00
Maschell
3f1eadf0e3 Update Makefile to be compatible with CLion 2023-01-05 15:10:33 +01:00
Maschell
9793170224 Use ubuntu-22.04 instead of ubuntu-18.04 CustomRPXLoader-20220903-215947 v0.1 2022-09-03 23:58:27 +02:00
Maschell
479c99de8f Add missing imports to the FSA wut branch 2022-09-03 23:58:27 +02:00
Maschell
72901bc7a5 Improve file reading CustomRPXLoader-20220809-140729 2022-08-09 16:05:44 +02:00
Maschell
d5c54fed78 Use wut 1.1.1 CustomRPXLoader-20220808-093649 2022-08-08 11:35:29 +02:00
Maschell
e027a8d4f8 Update Dockerfile CustomRPXLoader-20220801-144820 2022-08-01 07:46:57 -07:00
Maschell
2409afa86a Update Dockerfile to use latest wut version CustomRPXLoader-20220801-121427 2022-08-01 05:13:09 -07:00
Maschell
2288b67703 Fix loading rpx with ".wut_load_bounds" section CustomRPXLoader-20220513-172010 2022-05-13 19:18:46 +02:00
Maschell
187bfdac65 Use a properly aligned buffer for reading files CustomRPXLoader-20220305-210237 2022-03-05 22:01:11 +01:00
Maschell
9bd3108fad Update the Dockerfile to use the latest devkitppc and wut version CustomRPXLoader-20220213-130006 2022-02-13 13:58:33 +01:00
Maschell
db9e908226 Read the payload.rpx with a properly aligned buffer, fix some missing free calls 2022-02-13 13:58:33 +01:00
Maschell
9e96647469 Update .clang-format to update the comment, macro and assignment formatting CustomRPXLoader-20220203-125656 2022-02-03 13:55:24 +01:00
Maschell
e5ead1af44
Format the code via clang-format (#1) CustomRPXLoader-20220202-184409 2022-02-02 19:42:35 +01:00
Maschell
4e29e33931 Move logging into a separate file CustomRPXLoader-20220130-125445 2022-01-30 13:53:29 +01:00
Maschell
a9616036f9 [CI] Change asset content_type to zip CustomRPXLoader-20220123-213014 2022-01-23 22:25:20 +01:00
Maschell
0847b2e901 Avoid try catch 2022-01-21 18:53:06 +01:00
Maschell
124b73a5fe Various small cleanups and logs 2022-01-21 18:52:58 +01:00
Maschell
0f069ac840 Remove unused imports 2022-01-21 18:52:13 +01:00
Maschell
00fe4bc284 Make sure _start is at the beginning of the .text section. 2022-01-21 18:51:56 +01:00
Maschell
923b43072c Move code to 0x00808000 2022-01-21 18:50:57 +01:00
Maschell
fb32aec5b7 Only do logging when built with make DEBUG=1 2022-01-21 18:49:29 +01:00
Maschell
1f14ff54a6 Update the README CustomRPXLoader-20211231-141806 2021-12-31 15:16:20 +01:00
Maschell
27848b7a8b Update the Dockerfile to use the latest wut CustomRPXLoader-20211230-151423 2021-12-30 16:13:19 +01:00
Maschell
98e3c0882b Remove duplicated do_start, return the recturn code from payload.rpx 2021-12-30 16:01:06 +01:00
Maschell
9aa4f34190 Cleanup memory before calling the .rpx 2021-12-30 15:26:23 +01:00
Maschell
9837a8457f Move the code to a different memory location to not interfere with the HBL sd_loader 2021-12-30 15:26:06 +01:00
Maschell
96861562c7 Update Dockerfile CustomRPXLoader-20210923-165557 2021-09-23 18:30:25 +02:00
Maschell
57163d6103 Formatting 2021-09-23 18:30:08 +02:00
Maschell
ba389535a9 Code cleanup CustomRPXLoader-20210918-101216 2021-09-18 12:10:58 +02:00
Maschell
c225cc7f25 Fix R_PPC_REL24 relocations 2021-09-18 12:06:32 +02:00
Maschell
d558d7846e Update Dockerfile to use the latest version of devkitppc CustomRPXLoader-20210917-141952 2021-09-17 16:18:39 +02:00
Maschell
102a0aa1a5 Mention ppc-portlibs in readme 2021-09-01 12:18:33 +02:00
Maschell
033c9e52d1 Compile with latest wut version CustomRPXLoader-20210414-174045 2021-04-14 19:36:39 +02:00
Maschell
54d6d02c3e Update the Dockerfile to use the latest devkitppc image CustomRPXLoader-20210101-190409 2021-01-01 20:02:03 +01:00
Maschell
0e275257e5 Make sure to not leak any memory 2021-01-01 20:01:28 +01:00
Maschell
21a8f3f378 Fix doProcUi check when there are more than one arg 2021-01-01 20:00:50 +01:00
Maschell
1d91016696 [Workflow] Use Environment Files instead of ::set-env CustomRPXLoader-20201126-202741 2020-11-26 21:26:08 +01:00