Commit Graph

  • e6d4aeb272 Merge pull request 'Update Git revision for bios_extract' (#74) from nic3-14159/lbmk:update_bios_extract into master Leah Rowe 2023-06-10 11:09:24 +00:00
  • d059fefec5 Update Git revision for bios_extract Nicholas Chin 2023-06-09 22:48:04 -06:00
  • dee8f44b37 util/spkmodem-recv: fix regression Leah Rowe 2023-06-08 12:32:17 +01:00
  • f2822db9dd util/spkmodem-recv: make ringpos a global variable Leah Rowe 2023-06-05 15:38:36 +01:00
  • 334bfedfd4 util/spkmodem-recv: simplify sample_cnt/char reset Leah Rowe 2023-06-05 02:05:36 +01:00
  • 4a6b582777 util/spkmodem-recv: print stats in other function Leah Rowe 2023-06-05 01:57:20 +01:00
  • 2652a1ddfa util/spkmodem-recv: only print unhandled err on -d Leah Rowe 2023-06-05 01:53:24 +01:00
  • 3fb99a017d util/spkmodem-recv: make debug a runtime option Leah Rowe 2023-06-05 01:36:06 +01:00
  • 264a31b95d util/spkmodem-recv: always disable line buffering Leah Rowe 2023-06-05 01:05:38 +01:00
  • 118bb19ff8 util/spkmodem-recv: simplify stdout flush logic Leah Rowe 2023-06-05 00:45:05 +01:00
  • af36cc7f93 util/spkmodem-recv: rename variables for clarity Leah Rowe 2023-06-05 00:34:44 +01:00
  • f7fccb5963 util/spkmodem-recv: split print_char() up Leah Rowe 2023-06-04 17:16:26 +01:00
  • b40a30b11b util/spkmodem-recv: reduce indent in print_char() Leah Rowe 2023-06-04 17:05:24 +01:00
  • b21c1dd5e8 util/spkmodem-recv: squash a few code lines Leah Rowe 2023-06-04 15:53:00 +01:00
  • 3401f287b4 util/spkmodem-recv: bsd-style indent Leah Rowe 2023-06-04 15:42:01 +01:00
  • 2a6ad97150 util/spkmodem-recv: order prototypes per function Leah Rowe 2023-06-04 15:38:03 +01:00
  • 212ce3a8ac util/spkmodem-recv: warn on unhandled exit error Leah Rowe 2023-06-04 15:33:23 +01:00
  • 9a6d290871 util/spkmodem-recv: another minor code cleanup Leah Rowe 2023-06-04 15:31:23 +01:00
  • a61ab37b67 util/spkmodem-recv: always set errno on err() Leah Rowe 2023-06-04 15:27:29 +01:00
  • e8889fd107 util/spkmodem-recv: minor code cleanup Leah Rowe 2023-06-04 15:23:51 +01:00
  • 3c2a287eea util/spkmodem-recv: handle sample errors correctly Leah Rowe 2023-06-04 15:12:14 +01:00
  • 979db74ca5 util/spkmodem-recv: simplify pulse check Leah Rowe 2023-06-04 15:10:35 +01:00
  • 94aa43d857 util/nvmutil: call unveil earlier, and harden Leah Rowe 2023-06-03 20:03:18 +01:00
  • db63fcffb5 util/nvmutil: hardening: reduce pledges earlier Leah Rowe 2023-06-03 19:39:37 +01:00
  • dbd6defe9a util/nvmutil: fix faulty arg check Leah Rowe 2023-06-03 15:08:29 +01:00
  • 270693fc92 util/nvmutil: cleanup: move logic out of main() Leah Rowe 2023-06-03 13:44:04 +01:00
  • 46a9eea0f6 util/nvmutil: major cleanup. simpler arg handling. Leah Rowe 2023-06-03 12:06:36 +01:00
  • c9fdfce34e util/nvmutil: simplify writeGbeFile() Leah Rowe 2023-06-02 11:52:49 +01:00
  • bdccd7cb0c util/nvmutil: don't call writeGbeFile if O_RDONLY Leah Rowe 2023-06-01 14:07:20 +01:00
  • 99258a38ae util/nvmutil: code cleanup (pledge/unveil calls) Leah Rowe 2023-06-01 14:04:44 +01:00
  • 69fa333e25 util/nvmutil: harden pledge/unveil calls (OpenBSD) Leah Rowe 2023-06-01 13:35:34 +01:00
  • adf3aece6f util/nvmutil: fix faulty fd check Leah Rowe 2023-06-01 12:58:33 +01:00
  • b49da12dad util/nvmutil: only swap/copy if checksum is valid Leah Rowe 2023-06-01 12:21:55 +01:00
  • 9aa34f1e20 util/nvmutil: use bsd-style indentation Leah Rowe 2023-06-01 12:16:12 +01:00
  • 18f39ab6fa util/nvmutil: clean up rhex() Leah Rowe 2023-06-01 11:56:01 +01:00
  • 4d91bcc2d7 util/nvmutil: check correct return value on close() Leah Rowe 2023-06-01 11:14:49 +01:00
  • c2c31677a3 util/nvmutil: massive code cleanup Leah Rowe 2023-06-01 10:31:21 +01:00
  • f0846134b7 util/nvmutil: move includes to nvmutil.h Leah Rowe 2023-06-01 08:47:54 +01:00
  • 2dabafe691 util/nvmutil: move xpledge/xunveil to nvmutil.h Leah Rowe 2023-06-01 08:40:01 +01:00
  • 9a3e651656 util/nvmutil: use SPDX license headers Leah Rowe 2023-06-01 08:31:08 +01:00
  • 5d6af06a73 util/nvmutil: move non-functions to nvmutil.h Leah Rowe 2023-06-01 08:25:55 +01:00
  • a2136933af util/nvmutil: use even more macros (code cleanup) Leah Rowe 2023-06-01 08:21:25 +01:00
  • 5a9fac2a63 util/nvmutil: remove unnecessary parentheses Leah Rowe 2023-06-01 07:40:40 +01:00
  • 6885200c8b util/nvmutil: simplify setWord() with word() macro Leah Rowe 2023-06-01 07:31:16 +01:00
  • 7ab209d545 util/nvmutil: do xor swap in a macro Leah Rowe 2023-06-01 07:21:30 +01:00
  • 293ca0fcbb util/nvmutil pledge,unveil: use correct err string Leah Rowe 2023-06-01 07:05:48 +01:00
  • a1df8fd154 util/nvmutil: ensure that errno is set on err() Leah Rowe 2023-06-01 07:04:23 +01:00
  • 1f54860401 util/nvmutil: minor code cleanup Leah Rowe 2023-06-01 06:58:30 +01:00
  • 8f1e6d792f util/nvmutil: simplified error handling in main Leah Rowe 2023-05-31 09:30:13 +01:00
  • 78fc89352b util/nvmutil: Use unveil, and harden pledges Leah Rowe 2023-05-31 08:53:08 +01:00
  • c2cd191676 util/nvmutil: Harden pledge promises Leah Rowe 2023-05-31 08:02:46 +01:00
  • c759a7a095 util/nvmutil: Simplify use of pledge (on OpenBSD) Leah Rowe 2023-05-31 06:30:31 +01:00
  • f37bd75925 util/nvmutil: Use correct pledge promise (OpenBSD) Leah Rowe 2023-05-30 16:15:44 +01:00
  • 83ecf26833 util/*: Properly detect OpenBSD for pledge() call Leah Rowe 2023-05-30 16:02:25 +01:00
  • 8df2f8095e util/e6400-flash-unlock: clean up commented code Leah Rowe 2023-05-29 22:01:41 +01:00
  • 0f7a5386b9 Add 4MB version of HP 8200 SFF Riku Viitanen 2023-05-28 00:52:41 +03:00
  • 06c92d4a4a blobutil: merge with main script Leah Rowe 2023-05-27 12:00:04 +01:00
  • ff954c5b73 unify download/build scripts Leah Rowe 2023-05-27 11:44:54 +01:00
  • 092600d163 unify these scripts: build, modify and update Leah Rowe 2023-05-27 10:52:37 +01:00
  • 6344b19600 build/payload/seabios: reduced indentation Leah Rowe 2023-05-27 09:43:05 +01:00
  • a4ea286731 Remove most of Ferass's lbmk contributions Leah Rowe 2023-05-25 21:54:59 +01:00
  • 2be1a8ea76 download/coreboot: fix error handling in subshell Leah Rowe 2023-05-24 07:45:07 +01:00
  • d0171eeff3 download/coreboot: don't needlessly re-download Leah Rowe 2023-05-24 07:16:51 +01:00
  • c616930b71 download/coreboot: remove unnecessary bloat Leah Rowe 2023-05-21 03:24:29 +01:00
  • d1935c0590 build/clean/u-boot: remove unnecesssary check Leah Rowe 2023-05-20 21:47:32 +01:00
  • 676efbb0df build/clean/u-boot: improved coding style Leah Rowe 2023-05-20 21:47:10 +01:00
  • 06a92f61a8 build/clean/ich9utils: don't use subshell Leah Rowe 2023-05-20 21:38:54 +01:00
  • 43e2dfe2bf build/u-boot: top-down, split-function code style Leah Rowe 2023-05-20 21:33:37 +01:00
  • a8f0721a6f build/payload/u-boot: 79 chars or less per line Leah Rowe 2023-05-20 20:48:19 +01:00
  • 89ac1ea5a9 build/payload/u-boot: fix wrong attributions Leah Rowe 2023-05-20 20:21:44 +01:00
  • c973b95909 build/payload/grub: rename functions for clarity Leah Rowe 2023-05-20 20:10:19 +01:00
  • 51e0e40123 build/payload/grub: remove unnecessary check Leah Rowe 2023-05-20 20:08:40 +01:00
  • 8e206be7c8 build/payload/grub: split logic into functions Leah Rowe 2023-05-20 20:07:22 +01:00
  • db7e81612a build/payload/grub: 79 chars or less per line Leah Rowe 2023-05-20 19:55:11 +01:00
  • 92bd18c45a build/release/roms: minor cleanup Leah Rowe 2023-05-20 19:45:08 +01:00
  • ec3d1006b3 build/release/roms: handle argument properly Leah Rowe 2023-05-20 19:40:31 +01:00
  • e0b9766087 build/release/roms: remove superfluous comments Leah Rowe 2023-05-20 19:36:32 +01:00
  • 681538a20c build/release/roms: handle errors inside subshell Leah Rowe 2023-05-20 19:35:36 +01:00
  • a9bd54423c build/release/roms: split logic into functions Leah Rowe 2023-05-20 19:33:29 +01:00
  • 2983309006 build/release/roms: use tabs for indentation Leah Rowe 2023-05-20 19:15:50 +01:00
  • fff5fa53ff build/release/src: 79 chars or less per code line Leah Rowe 2023-05-20 19:03:04 +01:00
  • 1cdf1c7cf0 build/release/src: handle errors in subshells Leah Rowe 2023-05-20 18:59:59 +01:00
  • 16f878e882 build/release/src: split logic into functions Leah Rowe 2023-05-20 18:52:33 +01:00
  • 4e2ee58ac5 build/ich9utils: simplify, fix error handling Leah Rowe 2023-05-20 18:32:28 +01:00
  • 93ec91e862 build/memtest86plus: use tabs for indentation Leah Rowe 2023-05-20 18:28:58 +01:00
  • 4b80f250fb build/clean/crossgcc: better code style Leah Rowe 2023-05-20 18:28:17 +01:00
  • 187d5fa418 build/descriptors: simplify and fix error handling Leah Rowe 2023-05-20 18:19:35 +01:00
  • a05be16998 build/grub: fix inconsistent indentation Leah Rowe 2023-05-20 18:13:44 +01:00
  • 02919c47ce build/grub: implement error handling Leah Rowe 2023-05-20 18:10:41 +01:00
  • 5bab3bbc33 build/grub: introduce main(), split it up Leah Rowe 2023-05-20 18:06:15 +01:00
  • 277e1df0af build/cbutils: remove unnecessary directory check Leah Rowe 2023-05-20 18:01:02 +01:00
  • ed9eb4624c build/cbutils: rename function for clarity Leah Rowe 2023-05-20 18:00:31 +01:00
  • b12dced470 build/cbutil: avoid frivilous use of subshells Leah Rowe 2023-05-20 17:56:11 +01:00
  • 355a45b435 build/cbutils: top-down coding style, main on top Leah Rowe 2023-05-20 17:53:03 +01:00
  • 9f58d4e481 build/cbutils: 79 chars or less per line Leah Rowe 2023-05-20 16:13:02 +01:00
  • 691f266441 build/cbutils: use tabs for indendation Leah Rowe 2023-05-20 16:12:25 +01:00
  • 3cbcfce9d1 gitclone: add my copyright for recent changes Leah Rowe 2023-05-18 13:19:38 +01:00
  • 01a2ab3756 use env in shell scripts Leah Rowe 2023-05-18 13:17:28 +01:00
  • 1e8f2cc170 gitclone: only rm the old directory at the end Leah Rowe 2023-05-18 13:03:28 +01:00
  • 3da8d20cd6 gitclone: stricter error handling Leah Rowe 2023-05-18 13:01:12 +01:00