summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-release: create file named commitid after build-releaseFrancis Rowe2015-01-262-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)Francis Rowe2015-01-262-6/+236
|
* 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.
* Docs (x200.html hcl): Remove incorrect informationFrancis Rowe2015-01-251-1/+1
|
* Documentation (bbb_setup.html): Fix typoFrancis Rowe2015-01-241-1/+1
|
* build-release: delete ich9fdgbe_{4m,8m}.bin files from ich9genFrancis Rowe2015-01-241-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.cfgFrancis Rowe2015-01-241-1/+2
| | | | Add notes about it if the user copied from grub.cfg in CBFS.
* Documentation (grub_boot_installer.html): Rename Guix reference.Francis Rowe2015-01-241-1/+1
| | | | The Guix people call it "Guix System Distribution" or "GSD".
* 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.
* Libreboot release r20150124Francis Rowe2015-01-241-6/+6
|
* Documentation (release.html) Add ThinkPad T410S to candidatesFrancis Rowe2015-01-231-0/+5
|
* docs/release.html: Update the list of changes.Francis Rowe2015-01-231-2/+7
|
* Documentation (grub_cbfs.html): Add notes about libreboot_grub.cfgFrancis Rowe2015-01-232-5/+68
|
* Documentation (grub_boot_installer.html): how to boot GuixFrancis Rowe2015-01-231-2/+13
|
* 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.
* build-release: don't echo the final messagesFrancis Rowe2015-01-201-4/+4
|
* Documentation (encrypted_parabola.html): Remove false informationFrancis Rowe2015-01-192-4/+2
| | | | Trisquel is still the development distro of choice.
* Documentation: fix incorrect usage of apostrophes.Francis Rowe2015-01-1819-85/+85
|
* 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
|
* ich9deblob/ich9gen: re-factor descriptor/gbe file creationFrancis Rowe2015-01-101-10/+2
|
* ich9deblob/ich9gen: re-factor the gbe checksum functionFrancis Rowe2015-01-102-29/+8
|
* ich9deblob/ich9gen: get word function: make it actually readableFrancis Rowe2015-01-101-9/+9
|
* ich9deblob/ich9gen: word grab function (gbe): use clear namingFrancis Rowe2015-01-102-3/+3
|
* ich9deblob/ich9gen: checksum word grab: shift, not multiplyFrancis Rowe2015-01-101-1/+1
|
* ich9deblob/ich9gen: use portable data typesFrancis Rowe2015-01-1014-235/+244
| | | | For those integers that need to be a certain byte size.
* ich9delob: link to original utility in headerFrancis Rowe2015-01-051-0/+1
|
* Release date to be determined.Francis Rowe2014-12-312-9/+9
|
* build-release: create small source archive with flashrom/buctsFrancis Rowe2014-12-314-0/+84
| | | | | For building those applications on the hosts that are difficult to cross-compile for.
* ich9macchange: fix incorrect error messageFrancis Rowe2014-12-301-1/+1
|
* ich9macchange: removed bad commandFrancis Rowe2014-12-301-1/+0
|
* .gitignore: add ich9fdgbe_8m.bin and ich9fdgbe_4m.binFrancis Rowe2014-12-302-0/+4
|
* build-release: add more to the list of deleted filesFrancis Rowe2014-12-301-0/+4
|
* build-release: include ich9macchange script in libreboot_binFrancis Rowe2014-12-301-0/+3
|
* ich9macchange: add support for armv7lFrancis Rowe2014-12-301-0/+2
| | | | Tested on BeagleBone Black
* ich9macchange: refactoredFrancis Rowe2014-12-302-37/+23
|
* build-release: include static binaries for ich9gen and ich9deblobFrancis Rowe2014-12-302-0/+10
|
* build-release: include statically (cross) compiled cbfstoolFrancis Rowe2014-12-302-0/+14
|