Commit graph

  • f1ebdb50aa rom.sh: support making pcsx-redux bios release Leah Rowe 2024-10-08 13:18:20 +01:00
  • b2e41735f3 further irony prevention Leah Rowe 2024-10-29 12:43:35 +00:00
  • 2478b53f09 coreboot/default: delete HDCP binary from rk3399 Leah Rowe 2024-10-29 12:28:10 +00:00
  • 6e1ab7b624 irony prevention Leah Rowe 2024-10-29 12:13:48 +00:00
  • 03f7a7b53a rom.sh: disable seabios-as-primary if grub is main Leah Rowe 2024-10-06 10:31:36 +01:00
  • b6036e81d2 coreboot target.cfg: permit GRUB as primary payload Leah Rowe 2024-10-06 09:21:08 +01:00
  • 4c08c390dd git.sh: fix error with cache re-download Leah Rowe 2024-10-05 03:52:50 +01:00
  • 018486d912 add swig to fedora dependencies Leah Rowe 2024-09-30 09:35:46 +01:00
  • 9a91abd9ef config/coreboot: Add Dell Latitude E4300 Nicholas Chin 2024-09-27 19:26:47 -06:00
  • 8cb66ef10e Add Sony PlayStation support to Canoeboot Leah Rowe 2024-09-25 23:59:52 +01:00
  • 1b6d56e4bf config/git: Import pcsx-redux Leah Rowe 2024-09-25 22:21:59 +01:00
  • c424795611 remove unused coreboot tree Leah Rowe 2024-08-15 00:30:07 +01:00
  • 1d9f56bdf7 update config/submodule/coreboot Leah Rowe 2024-08-14 22:25:02 +01:00
  • 01331db17f lib.sh: more verbose error in x_ Leah Rowe 2024-08-11 21:19:04 +01:00
  • c0ce9121a6 flashprog: bump to 639d563 (2024-08-02) Leah Rowe 2024-08-11 18:16:39 +01:00
  • 4d53d491c2 seabios/default: bump to ec0bc256 (2024-06-24) Leah Rowe 2024-08-11 16:42:26 +01:00
  • 8d6376e61e grub/*: Bump to rev b53ec06a1 (2024-06-17) Leah Rowe 2024-08-11 16:11:31 +01:00
  • 4564c44ebe coreboot/default: bump to 97bc693ab (2024-07-29) Leah Rowe 2024-08-14 21:53:39 +01:00
  • e4d2c38903 uefitool: Only define ACCESSPERMS on *nix Leah Rowe 2024-07-28 16:38:48 +01:00
  • 1274291628 uefitool: Add patch working around musl libc issue Leah Rowe 2024-07-28 16:09:35 +01:00
  • 8b74fe2c14 lib.sh: new function mk() to handle trees in bulk Leah Rowe 2024-07-28 13:30:25 +01:00
  • 7942aff43d general code cleanup in the build system Leah Rowe 2024-07-26 15:24:00 +01:00
  • bd517a3d27 rom.sh: don't dry-run mkcoreboottar Leah Rowe 2024-07-22 23:46:53 +01:00
  • 64e990212a rom.sh: don't run mkcorebootbin on trees -d Leah Rowe 2024-07-22 23:39:04 +01:00
  • acac32f065 support ./mk in place of ./update trees Leah Rowe 2024-07-22 23:35:26 +01:00
  • 3fd2769bf6 trees: initialise badhash no n, not empty string Leah Rowe 2024-07-22 19:40:46 +01:00
  • c5364e6d4e rom.sh: fix buggy deletion of cbutils Leah Rowe 2024-07-22 19:34:19 +01:00
  • 792efc659f rom.sh: also add grub to seabios images Leah Rowe 2024-07-22 18:47:38 +01:00
  • 6ddc02a7b7 rom.sh: copy tmprom to TMPDIR for modification Leah Rowe 2024-07-22 18:40:42 +01:00
  • d08b175a0d rom.sh: re-add seabios-only roms and grub keymaps Leah Rowe 2024-07-22 09:11:53 +01:00
  • f0c25c7258 include/rom.sh: use ccache when building coreboot Leah Rowe 2024-07-21 07:39:47 +01:00
  • 16f9ad55ca put cachedir in environmental variable audit2 Leah Rowe 2024-07-19 00:31:57 +01:00
  • 6b2653f8cd git.sh: warn when a cached clone fails Leah Rowe 2024-07-18 23:23:02 +01:00
  • 1458e1108e git.sh: fix typo in git command Leah Rowe 2024-07-18 23:11:45 +01:00
  • 20b076714c git.sh: fix lack of error exits on fault Leah Rowe 2024-07-18 23:09:59 +01:00
  • a7f9a7bb6f build: remove tmp/ on release archives Leah Rowe 2024-07-18 14:13:11 +01:00
  • 71091e03a7 trees: hardcode makeargs for xgcc Leah Rowe 2024-07-17 23:25:44 +01:00
  • 1bc484dbf6 allow using coreboot's build system to add payload Leah Rowe 2024-07-17 19:06:53 +01:00
  • 93a476b4fc trees: remove unnecessary command Leah Rowe 2024-07-17 18:55:18 +01:00
  • ae3966a02f build: remove cache/ on making releases Leah Rowe 2024-07-17 18:52:58 +01:00
  • 0cf0fdcfc3 unify caching of files into cache/ Leah Rowe 2024-07-17 18:39:42 +01:00
  • 8bb3730e7b cache downloaded files(module) to cache/file/HASH Leah Rowe 2024-07-17 18:15:52 +01:00
  • 0d55d7b23a git.sh: remove previous tmprepo if args>5 Leah Rowe 2024-07-17 17:28:27 +01:00
  • 3e2e5ecf5a git.sh: try direct clone if cached git fails Leah Rowe 2024-07-17 17:01:15 +01:00
  • 03c9670fef git.sh: re-try git pull three times Leah Rowe 2024-07-17 16:55:05 +01:00
  • 055c9be15b trees: auto-delete+auto-rebuild if project changes Leah Rowe 2024-07-17 14:55:49 +01:00
  • 2d794a8385 trees: also remove single-tree repo/p/ Leah Rowe 2024-07-17 13:27:50 +01:00
  • b564f5b848 trees: remove repo/p, not src/p/p Leah Rowe 2024-07-17 13:24:21 +01:00
  • c44ff5ac47 git.sh: don't download to src/project/project/ Leah Rowe 2024-07-17 13:20:51 +01:00
  • 3590a53ed1 git.sh: cache git downloads to repo/ Leah Rowe 2024-07-17 13:01:12 +01:00
  • 2823ccc438 remove util/autoport Leah Rowe 2024-07-16 03:57:08 +01:00
  • a29453023c trees: move dependency building to new function Leah Rowe 2024-07-13 23:07:45 +01:00
  • a9997082d7 u-boot: Fix display initialization on gru boards Alper Nebi Yasak 2024-07-10 18:04:13 +03:00
  • 5b170de055 u-boot: Avoid breaking build for U-Boot-only binman images Alper Nebi Yasak 2024-07-10 18:03:08 +03:00
  • d442d61f84 u-boot: Update to v2024.07 Alper Nebi Yasak 2024-07-10 16:27:28 +03:00
  • 215764cfbd trees: fix bad comparison in configure_project() Leah Rowe 2024-07-11 01:14:28 +01:00
  • 60d491e2bd trees: don't continue if no argument given Leah Rowe 2024-07-11 00:28:32 +01:00
  • 3365fca06a trees: general code cleanup Leah Rowe 2024-07-10 22:14:39 +01:00
  • a721e927b0 trees: merge build_targets() with handle_targets() Leah Rowe 2024-07-10 21:43:13 +01:00
  • 1a95c0cf30 trees: use wrapper for dry-running make commands Leah Rowe 2024-07-10 20:38:36 +01:00
  • a258eb231a trees: remove project-specific hacks Leah Rowe 2024-07-10 13:06:32 +01:00
  • 3681c29e77 remove executable permission on include/ Leah Rowe 2024-07-10 02:14:25 +01:00
  • 378c09a25c rom.sh: actually say if a cbutil exists Leah Rowe 2024-07-10 02:04:25 +01:00
  • 87681db12c rom.sh: avoid re-building cbutils if built Leah Rowe 2024-07-10 01:37:27 +01:00
  • fdf7864905 rom.sh: only before cbutils before coreboot Leah Rowe 2024-07-10 01:24:05 +01:00
  • 21306dd5b8 trees: fix bad comparison Leah Rowe 2024-07-10 01:11:14 +01:00
  • 9a3beea79c minor cleanup Leah Rowe 2024-07-09 03:09:49 +01:00
  • 4dbce8aef0 trees: support -d (dry run) for custom build logic Leah Rowe 2024-07-09 01:31:25 +01:00
  • 2dad7b0b6f rom.sh: only make rom tarball if release=y Leah Rowe 2024-07-08 02:21:52 +01:00
  • e01995d491 rom.sh: new file, to replace script/roms Leah Rowe 2024-07-06 23:36:13 +01:00
  • a50c789b1d roms: remove unnecessary trees checks Leah Rowe 2024-07-06 06:37:40 +01:00
  • e5262da7ca coreboot: set build_depend on target.cfg files Leah Rowe 2024-07-06 06:34:24 +01:00
  • a8a42ebb0b trees: rename load_target_config() Leah Rowe 2024-07-06 04:33:55 +01:00
  • 07769f3341 trees: support build dependencies, not just fetch Leah Rowe 2024-07-06 04:29:03 +01:00
  • 1b75d738bf GRUB: only load xhci from grub.cfg Leah Rowe 2024-07-06 02:01:59 +01:00
  • bfeab80a8d trees: just do makeargs on coreboot, not cbmakearg Leah Rowe 2024-07-05 18:15:56 +01:00
  • 05b59f39d6 trees: fix bad rm -Rf command (-Rf, not Rf) Leah Rowe 2024-07-01 13:03:04 +01:00
  • 5d179fe3e0 roms: fix bad comparison in configure_target() Leah Rowe 2024-07-01 03:34:09 +01:00
  • 1fe126501a GRUB: use mkhelper.cfg for common variables Leah Rowe 2024-07-01 03:32:35 +01:00
  • c76e6b0527 trees: allow global config on multi-tree projects Leah Rowe 2024-06-30 22:22:15 +01:00
  • bdf43e07cf trees: handle all projects if project undefined Leah Rowe 2024-06-30 21:31:01 +01:00
  • ff00073666 git.sh: simpler for loop in git_am_patches() Leah Rowe 2024-06-30 18:23:15 +01:00
  • de26bb9997 git.sh: merge for loops in git_am_patches() Leah Rowe 2024-06-30 18:14:58 +01:00
  • cc090de51e trees and git.sh: tidy up global variables Leah Rowe 2024-06-30 18:10:22 +01:00
  • 5b24c812a0 git.sh: simplified initialisation of "loc" Leah Rowe 2024-06-30 17:56:32 +01:00
  • a62ad20730 trees: simplified distclean directory check Leah Rowe 2024-06-30 17:13:49 +01:00
  • 63ae4ad746 git.sh: condense fetch_targets() a bit Leah Rowe 2024-06-30 17:04:24 +01:00
  • 7aad37199c git.sh: short git_prep command in fetch_targets() Leah Rowe 2024-06-30 17:02:44 +01:00
  • 4a152d53c3 trees: only do bare multi-tree clone on git Leah Rowe 2024-06-30 16:23:32 +01:00
  • be4c655008 trees: simplified multi-tree bare repo clone Leah Rowe 2024-06-30 16:16:07 +01:00
  • 51fe371931 git.sh: merge prepare_new_tree with fetch_targets Leah Rowe 2024-06-30 15:49:35 +01:00
  • ca77d3a3d7 trees run_make_command: simpler distclean handling Leah Rowe 2024-06-30 15:46:03 +01:00
  • aad9c8d0de trees: condense copy_elf() a bit Leah Rowe 2024-06-30 15:39:41 +01:00
  • fdd67e5935 trees: add return to handle_defconfig() Leah Rowe 2024-06-30 14:39:20 +01:00
  • be01e56609 trees: rename check_config to check_defconfig Leah Rowe 2024-06-30 14:13:52 +01:00
  • 2740db84b7 trees: remove variable "config_name" Leah Rowe 2024-06-30 14:10:49 +01:00
  • c77c09bac2 trees: rename variable "config" to defconfig Leah Rowe 2024-06-30 14:08:22 +01:00
  • 675b24e83d git.sh: remove duplicate "xtree" variable Leah Rowe 2024-06-30 14:00:19 +01:00
  • e332937241 trees: remove unnecessary commonts Leah Rowe 2024-06-30 13:46:31 +01:00
  • 516b399eb1 trees: condense run_make_command() a bit Leah Rowe 2024-06-30 13:42:42 +01:00