Age | Commit message (Expand) | Author |
2023-01-28 | util/nvmutil: tidy up variable declarations | Leah Rowe |
2023-01-28 | util/nvmutil: setWord(): declare variables first | Leah Rowe |
2023-01-28 | util/nvmutil: reset errno if any write attempted | Leah Rowe |
2023-01-28 | util/nvmutil: do not write non-changes to disk | Leah Rowe |
2023-01-28 | util/nvmutil: cmd_swap(): write sequentually | Leah Rowe |
2023-01-28 | util/nvmutil: don't use malloc() | Leah Rowe |
2023-01-28 | util/nvmutil: fix clang build errors | Leah Rowe |
2023-01-28 | util/nvmutil: simplify rhex() | Leah Rowe |
2023-01-27 | util/nvmutil: use gbe[] in word() and setword() | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup | Leah Rowe |
2023-01-27 | util/nvmutil: call pledge() earlier, in main() | Leah Rowe |
2023-01-27 | util/nvmutil: remove unused #define | Leah Rowe |
2023-01-27 | util/nvmutil: optimised disk reads | Leah Rowe |
2023-01-27 | util/nvmutil: optimise cmd_swap() | Leah Rowe |
2023-01-27 | util/nvmutil: optimise rhex() for speed | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup in rhex() | Leah Rowe |
2023-01-26 | x230edp_12mb: Correct the path to data.vbt | Alexei Sorokin |
2023-01-17 | util/nvmutil: update copyright years | Leah Rowe |
2023-01-17 | util/nvmutil: limit bytes written per command | Leah Rowe |
2023-01-17 | util/nvmutil: make writeGbeFile more readable | Leah Rowe |
2023-01-17 | util/nvmutil: only write parts that are modified | Leah Rowe |
2023-01-10 | blobs/inject: fix wrong nvmutil path for make | Leah Rowe |
2023-01-10 | Merge branch 'veyron-uboot-dmreset' of alpernebbi/lbmk into master | Leah Rowe |
2023-01-10 | Merge branch 'peach-uboot-usbehci' of alpernebbi/lbmk into master | Leah Rowe |
2022-12-31 | u-boot: Enable USB_EHCI_EXYNOS on peach boards | Alper Nebi Yasak |
2022-12-31 | u-boot: Enable DM_RESET for veyron boards | Alper Nebi Yasak |
2022-12-28 | Do not rely on bashisms and behaviour undefined by the POSIX specification. P... | Ferass 'Vitali64' EL HAFIDI |
2022-12-27 | Do not rely on bashisms and behaviour undefined by the POSIX specification. | Ferass 'Vitali64' EL HAFIDI |
2022-12-24 | util/nvmutil: use err() more consistently | lbmkplaceholder |
2022-12-24 | util/nvmutil: more robust pointer handling | Leah Rowe |
2022-12-23 | util/nvmutil: optimise cmd_swap() further | lbmkplaceholder |
2022-12-23 | util/nvmutil: greatly optimise cmd_copy() | lbmkplaceholder |
2022-12-23 | util/nvmutil: greatly optimise cmd_swap() | lbmkplaceholder |
2022-12-22 | scripts/blobs/inject: fix bad cbfstool build check | lbmkplaceholder |
2022-12-21 | util/nvmutil: simplified error handling in rhex() | lbmkplaceholder |
2022-12-21 | util/nvmutil: return errno when calling err() | lbmkplaceholder |
2022-12-21 | util/nvmutil: exit non-zero if close() fails | lbmkplaceholder |
2022-12-14 | build/release/src: don't delete .gitcheck20221214 | lbmkplaceholder |
2022-12-14 | correct a faulty if statement in build/release/src | Leah Rowe |
2022-12-14 | disable grub and memtest on 1MB ROM configs | lbmkplaceholder |
2022-12-14 | util/nvmutil: only mask random unicast/local macs | lbmkplaceholder |
2022-12-14 | update the readme | lbmkplaceholder |
2022-12-14 | fix ./build boot roms all | lbmkplaceholder |
2022-12-11 | p2b_ls/p3b_f boards: Disable memtest payload | Leah Rowe |
2022-12-11 | build/boot roms: add exits for failing commands | Leah Rowe |
2022-12-11 | p2b_ls/p3b_f boards: no payload and no vga init | Leah Rowe |
2022-12-11 | Merge branch 'master' of qeeg/lbmk into master | Leah Rowe |
2022-12-11 | Merge branch 'cros-postmerge-fixes' of alpernebbi/lbmk into master | Leah Rowe |
2022-12-10 | Add P2B-LS and P3B-F configs | qeeg |
2022-12-10 | build/release/src: Include U-Boot sources in source archive | Alper Nebi Yasak |