Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Apr 29, 2021
Commits on Apr 27, 2021
Commits on Apr 13, 2021
Commits on Mar 22, 2021
Commits on Mar 3, 2021
Commits on Mar 2, 2021
Commits on Jan 22, 2021
Commits on Jan 12, 2021
-
-
More configureable linux boot options (#67)
* - reordered path check priority to first check USB then HDD - make HDD_BOOT_PATH configurable though compiler flag - if VRAM_GB compilerflag isn\'t set, then vram.txt is read for a value between VRAM_GB_MIN (1) and VRAM_GB_MAX (3). If that fails VRAM_GB_DEFAULT (1) is assigned - if bootargs.txt is available, then kernel boot args are read from there, otherwise fallback to default bootargs * Fixed previous commit * Code style fix & minor logic changes Co-authored-by: Sergey Lisov <sleirsgoevy@gmail.com>
-
Fixes: undefined reference to `__stack_chk_fail' (#66)
* Fixes: undefined reference to `__stack_chk_fail' * Also adjust other Makefiles Co-authored-by: Sergey Lisov <sleirsgoevy@gmail.com>
Commits on Jan 5, 2021
Commits on Dec 29, 2020
Commits on Dec 25, 2020
-
-
-
linux loader: split 1gb/3gb payloads
Note: the submodule points to the 7.02 branch of ps4-kexec. To build Linux payload for 6.72, switch the branches manually.
Commits on Dec 22, 2020
-
-
Thanks to https://github.com/tihmstar for providing 7.02 offsets needed by ps4-kexec. Closes #61