summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-1931-34/+65
|
* build/release/archives: Delete the uncompressed archivesFrancis Rowe2015-02-151-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 beforeFrancis Rowe2015-02-151-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 Rowe2015-02-151-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 archiveFrancis Rowe2015-02-151-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/deblobFrancis Rowe2015-02-153-4/+310
|
* scripts/helpers/build/release: Delete DEBLOB from libreboot_src/Francis Rowe2015-02-151-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/ich9macchangeFrancis Rowe2015-02-152-1/+64
|
* Move grub-background to resources/scripts/misc/grub-backgroundFrancis Rowe2015-02-152-1/+55
|
* build/external/source: only include the necessary filesFrancis Rowe2015-02-151-2/+16
|
* build (release archives): Add the commitid file to release/Francis Rowe2015-02-151-3/+1
|
* build-release: Move the release archives to release/Francis Rowe2015-02-141-0/+20
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-1420-0/+1416
| | | | All build scripts were moved to resources/scripts/helpers/
* Rename scripts/helpers/fetch to scripts/helpers/downloadFrancis Rowe2015-02-145-0/+0
|
* Move the "get" scripts to resources/scripts/helpers/fetch/Francis Rowe2015-02-145-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 Rowe2015-02-141-0/+50
|
* getgrub: add notes about work on longstanding bug in GRUBFrancis Rowe2015-02-132-0/+264
| | | | | Relating to vesamenu.c32 file support in the syslinux_configfile function of GRUB.
* getgrub: Update GRUBFrancis Rowe2015-02-133-15/+26
| | | | Also, use "git am" instead of "git apply"
* bucts: Make it build without gitFrancis Rowe2015-02-131-0/+24
|
* Moved dejavu-fonts-ttf-2.34/AUTHORS to resources/grub/font/Francis Rowe2015-02-1317-2/+9128
|
* Delete GRUB Invaders from librebootFrancis Rowe2015-02-134-54/+0
|
* Delete SeaBIOS from libreboot.Francis Rowe2015-02-133-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 locationLunar2015-02-131-0/+4
| | | | `syslinux/syslinux.cfg` is at least used by Tails.
* deletede i945-pwm .gitignoreFrancis Rowe2015-02-111-2/+0
| | | | Forgot to delete when deleting submodule.
* i945-pwm: add clean command to MakefileFrancis Rowe2015-02-111-0/+3
|
* i945-pwm: add -lz to MakefileFrancis Rowe2015-02-115-0/+843
| | | | Fixes build error reported by user.
* New board: ThinkPad R400 support added to libreboot.Francis Rowe2015-02-089-64/+1041
|
* grub-assemble: Add link to original utility.Francis Rowe2015-02-071-0/+3
|
* buildrom-withgrub: Put background.jpg in CBFS, not GRUB memdiskFrancis Rowe2015-02-072-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.shFrancis Rowe2015-02-073-57/+56
|
* X60, X60S and X60 Tablet now the same ROM images.Francis Rowe2015-02-012-489/+6
| | | | The same images are now used for all three variants.
* Add QEMU (q35/ich9) support to libreboot.Francis Rowe2015-01-301-0/+471
|
* Add QEMU (i440fx/piix4) support to librebootFrancis Rowe2015-01-291-0/+436
|
* grub.cfg: hardcode the list of partitions to searchFrancis Rowe2015-01-261-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.
* grub.cfg: Fix Trisquel 7 32-bit (gnome) live USB bootingFrancis Rowe2015-01-241-14/+6
| | | | ISOLINUX parser was being given the wrong *.cfg files.
* grub.cfg: Explicitly load missing modulesFrancis Rowe2015-01-221-1/+9
|
* grub.cfg: Add USB to the Search for GRUB menuentryFrancis Rowe2015-01-221-2/+2
| | | | For the Guix GNU/Linux distribution.
* grub.cfg: Add ahci1 to list of devices for optical driveFrancis Rowe2015-01-221-12/+14
| | | | Docking station on X200 is SATA/AHCI.
* grub.cfg: Scan all USB partitions for ISOLINUX parserFrancis Rowe2015-01-221-12/+14
| | | | | This makes it possible to boot from USB regardless of what what partition an ISO file was written to using dd.
* grub.cfg: Search menuentry now explicity loads part_gptFrancis Rowe2015-01-221-0/+1
|
* grub.cfg: use for loop instead of search for libreboot_grub.cfgFrancis Rowe2015-01-221-9/+18
| | | | Avoids the error messages when the files don't exist.
* grub.cfg: In default entry, search for libreboot_grub.cfg on diskMark H Weaver2015-01-221-4/+10
| | | | If not found, fall back to the previous behavior.
* ich9deblob/ich9gen: replace endianness checking functionFrancis Rowe2015-01-122-15/+7
|
* ich9deblob/ich9gen: checksum function: rename variableFrancis Rowe2015-01-102-3/+3
|
* ich9deblob/ich9gen: rename checksum functionFrancis Rowe2015-01-102-3/+3
| | | | It's actually working on a 4KiB buffer, not an 8KiB buffer.
* ich9deblob: remove useless variable in main functionFrancis Rowe2015-01-101-7/+5
|
* ich9deblob: do not change the MAC addressFrancis Rowe2015-01-101-15/+1
| | | | ich9gen can change the MAC address, so there's no need here.
* ich9deblob: re-factor main functionFrancis Rowe2015-01-101-120/+52
|
* ich9deblob/ich9gen: re-factor descriptor deblob functionFrancis Rowe2015-01-102-28/+25
|
* ich9deblob/ich9gen: re-factory gbe deblob functionFrancis Rowe2015-01-101-26/+13
|