Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | | | | really? | ||||
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | typo. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Fix yet more typos. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Fix more typos. | Francis Rowe | 2015-01-29 | 1 | -3/+3 |
| | | | | Typos. Typographical errors, as they are called. | ||||
* | docs/index.html: Correct a mistake made in the last commit. | Francis Rowe | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | docs/index.html: Re-write the description of what libreboot is. | Francis Rowe | 2015-01-29 | 1 | -11/+36 |
| | |||||
* | Documentation: fix typos. | Francis Rowe | 2015-01-29 | 4 | -20/+19 |
| | |||||
* | docs/release.html: Add notes about how to use GPG. | Francis Rowe | 2015-01-26 | 1 | -0/+9 |
| | |||||
* | build-release: delete the commitid file from release archives | Francis Rowe | 2015-01-26 | 1 | -0/+3 |
| | |||||
* | build-release: create file named commitid after build-release | Francis Rowe | 2015-01-26 | 2 | -0/+4 |
| | | | | | | Contains the current commit ID in master (local, not origin). This is mainly used by the libreboot website to show the commit ID that the source tarball snapshots are built from. | ||||
* | Release 20150126 (January 26th, 2015)r20150126 | Francis Rowe | 2015-01-26 | 2 | -6/+236 |
| | |||||
* | 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. | ||||
* | Docs (x200.html hcl): Remove incorrect information | Francis Rowe | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | Documentation (bbb_setup.html): Fix typo | Francis Rowe | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | build-release: delete ich9fdgbe_{4m,8m}.bin files from ich9gen | Francis Rowe | 2015-01-24 | 1 | -0/+2 |
| | | | | | | These were accidentically included in the r20150124 release. They are generated from ich9gen so it's ok, but they don't need to be in the archive. | ||||
* | Documentation (grub_cbfs.html): Looping in libreboot_grub.cfg | Francis Rowe | 2015-01-24 | 1 | -1/+2 |
| | | | | Add notes about it if the user copied from grub.cfg in CBFS. | ||||
* | Documentation (grub_boot_installer.html): Rename Guix reference. | Francis Rowe | 2015-01-24 | 1 | -1/+1 |
| | | | | The Guix people call it "Guix System Distribution" or "GSD". | ||||
* | grub.cfg: Fix Trisquel 7 32-bit (gnome) live USB bootingr20150124 | Francis Rowe | 2015-01-24 | 1 | -14/+6 |
| | | | | ISOLINUX parser was being given the wrong *.cfg files. | ||||
* | Libreboot release r20150124 | Francis Rowe | 2015-01-24 | 1 | -6/+6 |
| | |||||
* | Documentation (release.html) Add ThinkPad T410S to candidates | Francis Rowe | 2015-01-23 | 1 | -0/+5 |
| | |||||
* | docs/release.html: Update the list of changes. | Francis Rowe | 2015-01-23 | 1 | -2/+7 |
| | |||||
* | Documentation (grub_cbfs.html): Add notes about libreboot_grub.cfg | Francis Rowe | 2015-01-23 | 2 | -5/+68 |
| | |||||
* | Documentation (grub_boot_installer.html): how to boot Guix | Francis Rowe | 2015-01-23 | 1 | -2/+13 |
| | |||||
* | grub.cfg: Explicitly load missing modules | Francis Rowe | 2015-01-22 | 1 | -1/+9 |
| | |||||
* | grub.cfg: Add USB to the Search for GRUB menuentry | Francis Rowe | 2015-01-22 | 1 | -2/+2 |
| | | | | For the Guix GNU/Linux distribution. | ||||
* | grub.cfg: Add ahci1 to list of devices for optical drive | Francis Rowe | 2015-01-22 | 1 | -12/+14 |
| | | | | Docking station on X200 is SATA/AHCI. | ||||
* | grub.cfg: Scan all USB partitions for ISOLINUX parser | Francis Rowe | 2015-01-22 | 1 | -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_gpt | Francis Rowe | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | grub.cfg: use for loop instead of search for libreboot_grub.cfg | Francis Rowe | 2015-01-22 | 1 | -9/+18 |
| | | | | Avoids the error messages when the files don't exist. | ||||
* | grub.cfg: In default entry, search for libreboot_grub.cfg on disk | Mark H Weaver | 2015-01-22 | 1 | -4/+10 |
| | | | | If not found, fall back to the previous behavior. | ||||
* | build-release: don't echo the final messages | Francis Rowe | 2015-01-20 | 1 | -4/+4 |
| | |||||
* | Documentation (encrypted_parabola.html): Remove false information | Francis Rowe | 2015-01-19 | 2 | -4/+2 |
| | | | | Trisquel is still the development distro of choice. | ||||
* | Documentation: fix incorrect usage of apostrophes. | Francis Rowe | 2015-01-18 | 19 | -85/+85 |
| | |||||
* | ich9deblob/ich9gen: replace endianness checking function | Francis Rowe | 2015-01-12 | 2 | -15/+7 |
| | |||||
* | ich9deblob/ich9gen: checksum function: rename variable | Francis Rowe | 2015-01-10 | 2 | -3/+3 |
| | |||||
* | ich9deblob/ich9gen: rename checksum function | Francis Rowe | 2015-01-10 | 2 | -3/+3 |
| | | | | It's actually working on a 4KiB buffer, not an 8KiB buffer. | ||||
* | ich9deblob: remove useless variable in main function | Francis Rowe | 2015-01-10 | 1 | -7/+5 |
| | |||||
* | ich9deblob: do not change the MAC address | Francis Rowe | 2015-01-10 | 1 | -15/+1 |
| | | | | ich9gen can change the MAC address, so there's no need here. | ||||
* | ich9deblob: re-factor main function | Francis Rowe | 2015-01-10 | 1 | -120/+52 |
| | |||||
* | ich9deblob/ich9gen: re-factor descriptor deblob function | Francis Rowe | 2015-01-10 | 2 | -28/+25 |
| | |||||
* | ich9deblob/ich9gen: re-factory gbe deblob function | Francis Rowe | 2015-01-10 | 1 | -26/+13 |
| | |||||
* | ich9deblob/ich9gen: re-factor descriptor/gbe file creation | Francis Rowe | 2015-01-10 | 1 | -10/+2 |
| | |||||
* | ich9deblob/ich9gen: re-factor the gbe checksum function | Francis Rowe | 2015-01-10 | 2 | -29/+8 |
| | |||||
* | ich9deblob/ich9gen: get word function: make it actually readable | Francis Rowe | 2015-01-10 | 1 | -9/+9 |
| | |||||
* | ich9deblob/ich9gen: word grab function (gbe): use clear naming | Francis Rowe | 2015-01-10 | 2 | -3/+3 |
| | |||||
* | ich9deblob/ich9gen: checksum word grab: shift, not multiply | Francis Rowe | 2015-01-10 | 1 | -1/+1 |
| |