- May 16, 2023
-
-
Leah Rowe authored
Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
The GNU indentation style is hard to read. Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
Leah Rowe authored
Imported from util/spkmodem_recv at coreboot revision: e70bc423f9a2e1d13827f2703efe1f9c72549f20 This is a client for spkmodem, to allow serial console via PC speaker. I've decided to import it in lbmk, because I heavily modified it. The patches will be applied next. Signed-off-by:
Leah Rowe <leah@libreboot.org>
-
- May 15, 2023
-
-
Leah Rowe authored
i'm pretty much finished now there might be a few more changes later, like stricter error handling, more verbose error messages, etc right now, it relies on -e to kill lbmk on error, and uses the exit command another planned change it to support other upstreams besides coreboot.org, such as the dasharo codebase the latter is *why* i refactored this download script, for asus kgped-d16
-
Leah Rowe authored
the build_error file is obsolete
-
Leah Rowe authored
-
Leah Rowe authored
to my knowledge, this feature has never been used, but lbmk permits resources/coreboot/boardname/extra.sh to execute, as provided by the maintainer, with working directory set to: coreboot/boardname this could be used to extend lbmk in a number of ways for example, it could be used to patch 3rdparty/ it could also be used to break coreboot in creative and novel ways. hint hint.
-
Leah Rowe authored
the "board" variable in prepare_new_coreboot_tree() is also declared in fetch_coreboot_trees for the one in prepare_new_coreboot_tree, it's passed as an argument to the function, so give it a new name i learned that some shells have a global scope, when using variables of the same name between functions
-
Leah Rowe authored
this should download all trees: ./download coreboot without this patch, it doesn't with this patch, it works i overlooked this during earlier refactoring. auditing revealed it.
-
Leah Rowe authored
top-down order, and *still* rfc 3676 compliant i finished simplifying the logic, and i split everything into smaller functions there is still more more polishing to do final touches will be done in new revisions
-
Leah Rowe authored
coreboot trees/patching is still handled specifically by "./download coreboot" command now available in lbmk: ./gitclone coreboot this *only* creates the directory at: coreboot/coreboot this directory is never used in builds. it is only used by download/coreboot to create patched trees for each mainboard
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
i'm going to move the config recursion check into a separate function, and global variables make it easier to handle
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
this fixes a regression caused in previous (recent) revisions. this script is a beast, and requires a lot of taming, which is the purpose of my audit
-
Leah Rowe authored
-
- May 14, 2023
-
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
main first usage last
-
Leah Rowe authored
-
Leah Rowe authored
-
Leah Rowe authored
yes, i know 3676 supersedes 2646 i still say 2646 saying 2646 is still technically valid, for my purposes
-
Leah Rowe authored
-
Leah Rowe authored
top-down logic, main() on top moved some hardcoded strings to variables
-
Leah Rowe authored
-
Leah Rowe authored
consistent indentation, and 80-line character limit (RFC 2646) top-down order, a main() is introduced, split into more functions non-zero-status exit (with message) now, when a non- defined target is provided, e.g. nonexistentboard_4mb puffy!
-
Leah Rowe authored
the cbfstool command within subshell now also exits with non-zero status, if it fails (most likely because extraction failed, for some reason, of the coreboot rom image for running through it)
-
Leah Rowe authored
the previous code merely exited from the subshell, but the intended behaviour is for the entire script to halt execution, and exit with non-zero status. this patch fixes that bug.
-