Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coreboot-libre: add TODO to not delete intel microcode updates | Francis Rowe | 2015-03-15 | 1 | -0/+5 |
| | | | | | | These are deleted in a later coreboot, moved to its 3rdparty repo See 5818da262dc0ce56bb1d5439b6d139bc08c25554 in coreboot or http://review.coreboot.org/#/c/4531/ | ||||
* | coreboot-libre: don't rm */early_setup_ss.h | Francis Rowe | 2015-03-15 | 3 | -8/+8 |
| | | | | These are not blobs! | ||||
* | coreboot-libre: add GPLv3 license to the "findblobs" script | Francis Rowe | 2015-03-15 | 1 | -0/+18 |
| | | | | | Ironically, this was proprietary because it lacked a license. This commit fixes that. | ||||
* | coreboot-libreboot: don't rm raminit_tables (nahelem/sandybridge) | Francis Rowe | 2015-03-15 | 3 | -7/+6 |
| | | | | These are not blobs! | ||||
* | coreboot-libre: don't delete the .spd.hex files | Francis Rowe | 2015-03-15 | 3 | -32/+30 |
| | | | | These are not blobs | ||||
* | build/release/archives: don't put rmodtool in libreboot_util | Francis Rowe | 2015-03-15 | 1 | -3/+0 |
| | | | | It is never used, so why include it? | ||||
* | build/clean/grub: use distclean instead of clean | Francis Rowe | 2015-03-08 | 1 | -1/+1 |
| | | | | | | Per GNU coding standards: gnu.org/software/automake/manual/html_node/Standard-Targets.html gnu.org/prep/standards/html_node/Standard-Targets.html | ||||
* | docs/release.html: Update TODO list | Francis Rowe | 2015-03-06 | 1 | -0/+3 |
| | |||||
* | grub-assemble: Add the "bsd" and "part_bsd" modules | Francis Rowe | 2015-03-01 | 1 | -0/+2 |
| | |||||
* | build/roms/withgrub: Only run ich9gen if gm45/gs45 images exist | Francis Rowe | 2015-03-01 | 1 | -4/+4 |
| | |||||
* | build/roms/withgrub: Allow building for a custom range of boards | Francis Rowe | 2015-03-01 | 1 | -24/+42 |
| | |||||
* | grub-assemble: Disable verbose output | Francis Rowe | 2015-03-01 | 1 | -1/+2 |
| | |||||
* | grub.cfg: Disable the beep on startup | Francis Rowe | 2015-02-28 | 1 | -2/+2 |
| | |||||
* | grub.cfg: add syslinux_configfile menuentry for ahci0 | Francis Rowe | 2015-02-22 | 1 | -0/+21 |
| | |||||
* | grub.cfg: Add more paths for syslinux_configfile | Francis Rowe | 2015-02-22 | 1 | -0/+8 |
| | |||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 27 | -36/+141 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 31 | -34/+65 |
| | |||||
* | build/release/archives: Delete the uncompressed archives | Francis Rowe | 2015-02-16 | 1 | -0/+4 |
| | | | | | | | | If the user forgot to run "./build rom withgrub" before "./build release archives" and it fails (due to bin/ being missing), the user then runs "./build rom withgrub", but "./build release archives" then shows the error that the libreboot_src directory already exists, and fails again. | ||||
* | build/release/archives: create _docs after _src, not before | Francis Rowe | 2015-02-16 | 1 | -22/+25 |
| | | | | | This fixes a bug where libreboot_docs.tar.xz was being distributed inside libreboot_src.tar.xz | ||||
* | biuld/release/archives: Put libreboot_docs.tar.xz in release/ | Francis Rowe | 2015-02-16 | 1 | -1/+1 |
| | | | | | A typo in the previous commit meant that it was being placed in the main directory of the git clone. | ||||
* | scripts/helpers/build/release: Move docs to separate archive | Francis Rowe | 2015-02-15 | 1 | -14/+26 |
| | | | | | | | | Don't include the documentation in libreboot_src or libreboot_util but instead create a libreboot_docs archive. Most people who use libreboot will be looking at the live documentation on the main website, so having the docs in the release archives just means wasted bandwidth. | ||||
* | Move DEBLOB to resources/utilities/coreboot-libre/deblob | Francis Rowe | 2015-02-15 | 3 | -4/+310 |
| | |||||
* | scripts/helpers/build/release: Delete DEBLOB from libreboot_src/ | Francis Rowe | 2015-02-15 | 1 | -0/+6 |
| | | | | | | | libreboot_src already excludes the download scripts, because it already distributes all of the components. The version of coreboot distributed in these archives is already deblobbed, so the deblobbing script isn't needed at all. | ||||
* | Moved ich9macchange to resources/scripts/misc/ich9macchange | Francis Rowe | 2015-02-15 | 2 | -1/+64 |
| | |||||
* | Move grub-background to resources/scripts/misc/grub-background | Francis Rowe | 2015-02-15 | 2 | -1/+55 |
| | |||||
* | build/external/source: only include the necessary files | Francis Rowe | 2015-02-15 | 1 | -2/+16 |
| | |||||
* | build (release archives): Add the commitid file to release/ | Francis Rowe | 2015-02-15 | 1 | -3/+1 |
| | |||||
* | build-release: Move the release archives to release/ | Francis Rowe | 2015-02-15 | 1 | -0/+20 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 20 | -0/+1416 |
| | | | | All build scripts were moved to resources/scripts/helpers/ | ||||
* | Rename scripts/helpers/fetch to scripts/helpers/download | Francis Rowe | 2015-02-14 | 5 | -0/+0 |
| | |||||
* | Move the "get" scripts to resources/scripts/helpers/fetch/ | Francis Rowe | 2015-02-14 | 5 | -0/+365 |
| | | | | | Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download. | ||||
* | Moved powertop.trisquel7 to resources/scripts/misc/ | Francis Rowe | 2015-02-14 | 1 | -0/+50 |
| | |||||
* | getgrub: add notes about work on longstanding bug in GRUB | Francis Rowe | 2015-02-14 | 2 | -0/+264 |
| | | | | | Relating to vesamenu.c32 file support in the syslinux_configfile function of GRUB. | ||||
* | getgrub: Update GRUB | Francis Rowe | 2015-02-14 | 2 | -3/+14 |
| | | | | Also, use "git am" instead of "git apply" | ||||
* | bucts: Make it build without git | Francis Rowe | 2015-02-14 | 1 | -0/+24 |
| | |||||
* | Moved dejavu-fonts-ttf-2.34/AUTHORS to resources/grub/font/ | Francis Rowe | 2015-02-14 | 17 | -2/+9128 |
| | |||||
* | Delete GRUB Invaders from libreboot | Francis Rowe | 2015-02-14 | 4 | -54/+0 |
| | |||||
* | Delete SeaBIOS from libreboot. | Francis Rowe | 2015-02-13 | 3 | -95/+1 |
| | | | | | It was virtually useless. Noone used it. SeaBIOS is easy enough to build from source if someone wants to use it from now on. | ||||
* | grub.cfg: add another SYSLINUX config location | Lunar | 2015-02-13 | 1 | -0/+4 |
| | | | | `syslinux/syslinux.cfg` is at least used by Tails. | ||||
* | deletede i945-pwm .gitignore | Francis Rowe | 2015-02-11 | 1 | -2/+0 |
| | | | | Forgot to delete when deleting submodule. | ||||
* | i945-pwm: add clean command to Makefile | Francis Rowe | 2015-02-11 | 1 | -0/+3 |
| | |||||
* | i945-pwm: add -lz to Makefile | Francis Rowe | 2015-02-11 | 5 | -0/+843 |
| | | | | Fixes build error reported by user. | ||||
* | New board: ThinkPad R400 support added to libreboot. | Francis Rowe | 2015-02-09 | 9 | -64/+1041 |
| | |||||
* | grub-assemble: Add link to original utility. | Francis Rowe | 2015-02-07 | 1 | -0/+3 |
| | |||||
* | buildrom-withgrub: Put background.jpg in CBFS, not GRUB memdisk | Francis Rowe | 2015-02-07 | 2 | -2/+1 |
| | | | | | | | | | | The background.jpg was put in CBFS originally to save space inside CBFS because the GRUB payload is LZMA compressed by coreboot. The actual measured saving in space for background.jpg being in the memdisk was about 4KiB. Putting it in CBFS means that the user can easily change their background image if they want to. | ||||
* | grub-assemble: merge scripts into a single script gen.sh | Francis Rowe | 2015-02-07 | 3 | -57/+56 |
| | |||||
* | X60, X60S and X60 Tablet now the same ROM images. | Francis Rowe | 2015-02-01 | 2 | -489/+6 |
| | | | | The same images are now used for all three variants. | ||||
* | Add QEMU (q35/ich9) support to libreboot. | Francis Rowe | 2015-01-30 | 1 | -0/+471 |
| | |||||
* | Add QEMU (i440fx/piix4) support to libreboot | Francis Rowe | 2015-01-30 | 1 | -0/+436 |
| | |||||
* | grub.cfg: hardcode the list of partitions to search | Francis Rowe | 2015-01-26 | 1 | -6/+3 |
| | | | | | | | | | | | | For libreboot_grub.cfg or ISOLINUX parsing, the old grub.cfg was using regexp to automatically search all partitions. For example, it was using (ahci0,*). This, and the ls, is extremely slow on some machines. Partition/file access is itself fast, but producing the list can be slow. Therefore, use hardcoded entries like ahci0,1-4 (up to 4) or usb0,1-4 instead of *. This is less flexible, but much faster and it should still work for most people. |