Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/update/remove dead/broken links on the website and documentation | Leah Rowe | 2018-06-13 | 2 | -2/+2 |
| | | | | | | Thanks go to skollrc for pointing out these dead links, on this thread: https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot _website/ | ||||
* | rename docs/hcl/ to docs/hardware/ | Leah Rowe | 2017-04-05 | 3 | -3/+3 |
| | |||||
* | ich9gen: change the default mac address to 00:DE:AD:C0:FF:EE | 4 of 7 (Leah Rowe) | 2017-01-22 | 1 | -5/+5 |
| | |||||
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 18 | -0/+3382 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 18 | -3382/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | ich9gen: change the default mac address to 00:DE:AD:C0:FF:EE | Leah Rowe | 2016-10-03 | 1 | -5/+5 |
| | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 18 | -18/+18 |
| | |||||
* | ich9gen ich9gen.c: add missing copyright statement in header | Leah Woods | 2016-05-14 | 1 | -0/+1 |
| | |||||
* | Add 16MiB descriptor generation | Swift Geek | 2016-05-14 | 1 | -0/+8 |
| | |||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 18 | -18/+18 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 18 | -18/+18 |
| | |||||
* | New board: ThinkPad R500 (experimental) | Francis Rowe | 2015-09-20 | 8 | -159/+285 |
| | | | | | | | | | | | | | | | | | | The ich9deblob and ich9gen utilities were modified, so that they support reading and/or writing descriptor images where the GbE region is not defined. These utilities were also re-factored and tidied up a bit. A quick was noticed during the course of this work, in that Compenent 1 Density was being set to 8MiB constantly, even on systems with 4MiB flash chips. Component 2 Density was set statically to 2MiB. ich9gen now sets both to 4MiB or 8MiB, depending on whether building the descriptor for a 4MiB or 8MiB ROM image. There are still some ACPI bugs (see docs/hcl/r500.html), which will have to be fixed upstream. TODO: get hw reg dumps from a factory R500, and compare with the X200 or T400 dumps. | ||||
* | s/machine/system | Francis Rowe | 2015-06-28 | 2 | -3/+3 |
| | | | | It was annoying me. | ||||
* | demefactory: don't remove the ME/Platform regions | Francis Rowe | 2015-05-03 | 1 | -2/+1 |
| | | | | | (not tested on factory firmware yet, which is what this utility is mainly intended for) | ||||
* | demefactory: fix wrong copyright attribution | Francis Rowe | 2015-05-03 | 4 | -4/+5 |
| | |||||
* | demefactory (new utility): create GM45 factory.rom without the ME | Francis Rowe | 2015-05-03 | 4 | -0/+205 |
| | |||||
* | ich9deblob: re-factor descriptor.c functions | Francis Rowe | 2015-05-03 | 2 | -26/+41 |
| | |||||
* | ich9deblob/ich9gen: replace endianness checking function | Francis Rowe | 2015-01-12 | 2 | -15/+7 |
| | |||||
* | ich9deblob/ich9gen: checksum function: rename variable | Francis Rowe | 2015-01-11 | 2 | -3/+3 |
| | |||||
* | ich9deblob/ich9gen: rename checksum function | Francis Rowe | 2015-01-11 | 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-11 | 1 | -7/+5 |
| | |||||
* | ich9deblob: do not change the MAC address | Francis Rowe | 2015-01-11 | 1 | -15/+1 |
| | | | | ich9gen can change the MAC address, so there's no need here. | ||||
* | ich9deblob: re-factor main function | Francis Rowe | 2015-01-11 | 1 | -120/+52 |
| | |||||
* | ich9deblob/ich9gen: re-factor descriptor deblob function | Francis Rowe | 2015-01-11 | 2 | -28/+25 |
| | |||||
* | ich9deblob/ich9gen: re-factory gbe deblob function | Francis Rowe | 2015-01-11 | 1 | -26/+13 |
| | |||||
* | ich9deblob/ich9gen: re-factor descriptor/gbe file creation | Francis Rowe | 2015-01-11 | 1 | -10/+2 |
| | |||||
* | ich9deblob/ich9gen: re-factor the gbe checksum function | Francis Rowe | 2015-01-11 | 2 | -29/+8 |
| | |||||
* | ich9deblob/ich9gen: get word function: make it actually readable | Francis Rowe | 2015-01-11 | 1 | -9/+9 |
| | |||||
* | ich9deblob/ich9gen: word grab function (gbe): use clear naming | Francis Rowe | 2015-01-11 | 2 | -3/+3 |
| | |||||
* | ich9deblob/ich9gen: checksum word grab: shift, not multiply | Francis Rowe | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | ich9deblob/ich9gen: use portable data types | Francis Rowe | 2015-01-10 | 13 | -234/+242 |
| | | | | For those integers that need to be a certain byte size. | ||||
* | ich9delob: link to original utility in header | Francis Rowe | 2015-01-05 | 1 | -0/+1 |
| | |||||
* | ich9gen/ich9deblob: set default MAC address | Francis Rowe | 2014-12-30 | 2 | -7/+17 |
| | |||||
* | ich9deblob/ich9gen: change descriptor OEM string to LIBERATE | Francis Rowe | 2014-12-30 | 2 | -9/+26 |
| | |||||
* | ich9deblob/ich9gen: Host/CPU read/write access to all regions. | Francis Rowe | 2014-12-29 | 3 | -47/+81 |
| | | | | | The ME is also disabled from reading/writing any regions (though the ME is already removed in libreboot). | ||||
* | ich9gen: hard-coded flash regions shown, but commented | Francis Rowe | 2014-12-29 | 2 | -6/+12 |
| | |||||
* | ich9gen: show original flReg1.LIMIT, but commented out | Francis Rowe | 2014-12-29 | 2 | -0/+2 |
| | |||||
* | ich9gen: fix ARM. Initialize customMacAddress | Francis Rowe | 2014-12-29 | 1 | -0/+2 |
| | | | | | Fixes bug where custom MAC address would always be wrong. Tested on a BBB. | ||||
* | ich9gen: fix typo | Francis Rowe | 2014-12-29 | 1 | -2/+4 |
| | |||||
* | ich9gen: when changing Gbe mac address, spit out new mkgbe.c | Francis Rowe | 2014-12-29 | 2 | -3/+13 |
| | |||||
* | ich9gen: make it possible for user to change the Gbe MAC address | Francis Rowe | 2014-12-29 | 1 | -1/+53 |
| | | | | Example: ./ich9gen --macaddress AA:BB:CC:DD:EE:FF | ||||
* | ich9gen: updated some comments | Francis Rowe | 2014-12-28 | 2 | -26/+26 |
| | |||||
* | ich9deblob: remove useless comment from descriptor deblob function | Francis Rowe | 2014-12-28 | 1 | -4/+0 |
| | |||||
* | ich9deblob: re-factored the descriptor deblob function | Francis Rowe | 2014-12-28 | 3 | -53/+53 |
| | |||||
* | ich9deblob: added ich9gen utility | Francis Rowe | 2014-12-28 | 12 | -53/+1486 |
| | | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump. | ||||
* | ich9deblob: gbe.h: rename reservedWord05h imageVersionInformation | Francis Rowe | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | ich9deblob: fill padding in Gbe with 0xFF | Francis Rowe | 2014-12-26 | 2 | -2/+21 |
| | | | | | | Words 40h to 53h had unknown data that could not be fonud in the datasheets. Setting them to 0xFFFF doesn't seem to cause any issues for users. | ||||
* | ich9deblob: gbe struct: words 30-3E (PXE Software Region) | Francis Rowe | 2014-12-26 | 1 | -2/+92 |
| | |||||
* | ich9deblob: link to datasheet in descriptor/descriptor.h | Francis Rowe | 2014-12-26 | 1 | -0/+7 |
| | |||||
* | ich9deblob: links to datasheet in gbe/gbe.h | Francis Rowe | 2014-12-26 | 1 | -0/+8 |
| |