Subject | Hash | Author | Date (UTC) |
---|---|---|---|
trees: remove unnecessary check in copy_elf | 331c4097ff05bb2b62a88a42d350221ec4e35ebc | Leah Rowe | 2024-06-15 22:00:12 |
grub: insert background in memdisk instead | 340eea0b1cd445feb7134eae4211f469fd6f5d2a | Leah Rowe | 2024-06-15 21:53:34 |
roms: unify all add-payload commands | ed9c90e59d959bab544598d330c724e44afcc096 | Leah Rowe | 2024-06-15 19:22:19 |
roms: don't add grub keymaps at all | 26451775d5c81949793f57010b0449b4f540ef11 | Leah Rowe | 2024-06-14 16:34:30 |
roms: merge handle_coreboot_target into main() | af8296ce6b9c9d2386e4dae2fc5d43350f5f2e26 | Leah Rowe | 2024-06-14 15:34:05 |
roms: simplify target check (whether roms built) | d1c0c34642a892ec7e6b85066f19a4ec49d3624f | Leah Rowe | 2024-06-14 15:26:49 |
roms: simplify main() again | f626b25db3a3752a070a3dbd2b4420e4b0a33dbc | Leah Rowe | 2024-06-14 13:19:44 |
roms: remove redundant check on grub_scan_disk | eb9a688ee32cf90d43fa5a15eaac686277d5f3c0 | Leah Rowe | 2024-06-14 13:09:33 |
roms: remove dangerous runtime p/s/d options | a4328cb11f927c3cceb01dcaf4d7fc7632076119 | Leah Rowe | 2024-06-14 13:01:42 |
unified checks for variable initialisation | 167e1a0fbe6765aaa5f5d3dc682709aa3c31260b | Leah Rowe | 2024-06-14 12:36:31 |
lib.sh: remove the items() function | 98724d701b10a037e8ffa7ce2864a08993268517 | Leah Rowe | 2024-06-14 12:19:25 |
roms: simplify main() | baea03c67270a8e213f825d833e0c0b1959d34d0 | Leah Rowe | 2024-06-14 08:11:07 |
Libreboot 20240612 release | c8889b8d2c3f17967c9ddd35ea5d00e92ed5e9e2 | Leah Rowe | 2024-06-12 07:43:33 |
coreboot nasm: use coreboot mirror as backup | 67c95fc72d28d4bdeaa43dadeddef1509217e2f1 | Leah Rowe | 2024-06-12 06:50:05 |
haswell: add Mate's patch fixing IGD port list | 79d5d83412043b2bde070844fd4bfbc765ed2a01 | Leah Rowe | 2024-06-12 06:39:14 |
haswell: add Nico's patch for IGD PCI IDs | 61a8f4b05e78b07c58fe2b3330e1cc753049d9f3 | Leah Rowe | 2024-06-12 06:36:43 |
grub: only enable nvme if needed on a board | 0b37653ab908093a108cfe3cbcb4e8d378428d26 | Leah Rowe | 2024-06-11 23:58:22 |
fix nasm download path for coreboot/fam15h | 1952db55540606b2fb00ddd4be9e358dbc99ef8b | Leah Rowe | 2024-06-11 09:44:49 |
minor code cleanup in the build system | 2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 | Leah Rowe | 2024-06-09 17:48:58 |
re-add ability to use cbfs grub.cfg as default | c5441bb9f538ca45468db21c1c62f45680349a3d | Leah Rowe | 2024-06-09 15:06:07 |
File | Lines added | Lines deleted |
---|---|---|
script/trees | 0 | 1 |
File script/trees changed (mode: 100755) (index 8084dd54..d9111eb6) | |||
... | ... | mkpayload_grub() | |
293 | 293 | ||
294 | 294 | copy_elf() | copy_elf() |
295 | 295 | { | { |
296 | [ -n "$listfile" ] || return 0 | ||
297 | 296 | [ -f "$listfile" ] || return 0 | [ -f "$listfile" ] || return 0 |
298 | 297 | ||
299 | 298 | x_ mkdir -p "$dest_dir" | x_ mkdir -p "$dest_dir" |