Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: Remove the grubinvaders/ directory | Francis Rowe | 2015-02-13 | 1 | -1/+0 |
| | |||||
* | Delete SeaBIOS from libreboot. | Francis Rowe | 2015-02-13 | 1 | -1/+0 |
| | | | | | It was virtually useless. Noone used it. SeaBIOS is easy enough to build from source if someone wants to use it from now on. | ||||
* | buildrom-withgrub: create the bin directory if it does not exist | Francis Rowe | 2015-02-12 | 1 | -1/+1 |
| | | | | Also, add the whole /bin/ directory to .gitignore | ||||
* | i945-pwm executable built from src added to .gitignore | Francis Rowe | 2015-02-11 | 1 | -0/+1 |
| | |||||
* | build-release: Separate ROM images into individual archives | Francis Rowe | 2015-02-09 | 1 | -1/+12 |
| | | | | | | ROM images are no longer included in libreboot_util.tar.xz (formerly libreboot_bin.tar.xz), but are now instead distributed in separate archives for each board configuration. | ||||
* | build-release: create file named commitid after build-release | Francis Rowe | 2015-01-26 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | build-release: create small source archive with flashrom/bucts | Francis Rowe | 2014-12-31 | 1 | -0/+2 |
| | | | | | For building those applications on the hosts that are difficult to cross-compile for. | ||||
* | .gitignore: add ich9fdgbe_8m.bin and ich9fdgbe_4m.bin | Francis Rowe | 2014-12-30 | 1 | -0/+2 |
| | |||||
* | ich9macchange: refactored | Francis Rowe | 2014-12-30 | 1 | -0/+2 |
| | |||||
* | ich9deblob: added ich9gen utility | Francis Rowe | 2014-12-28 | 1 | -0/+7 |
| | | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump. | ||||
* | ich9deblob: forgot to add obj directory. adding now. | Francis Rowe | 2014-12-25 | 1 | -1/+2 |
| | |||||
* | ich9deblob: moved src to src/, .o files to obj/ | Francis Rowe | 2014-12-25 | 1 | -2/+1 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -0/+1 |
| | | | | | | | Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files. | ||||
* | .gitignore: add ich9deblob .o files | Francis Rowe | 2014-12-22 | 1 | -0/+1 |
| | |||||
* | Update coreboot (again) | Francis Rowe | 2014-12-13 | 1 | -0/+1 |
| | | | | Also improve the deblob utilities | ||||
* | ThinkPad X200 support added to libreboot | Francis Rowe | 2014-12-11 | 1 | -0/+4 |
| | |||||
* | .gitignore: add powertop directory | Francis Rowe | 2014-11-28 | 1 | -0/+1 |
| | | | | | This directory is created when the user runs powertop.trisquel6, and it is not intended to be part of libreboot git. | ||||
* | .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz | Francis Rowe | 2014-11-24 | 1 | -0/+2 |
| | |||||
* | .gitignore: Ignore bin/* but not bin/ itself | Francis Rowe | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | .gitignore: Fix typos | Francis Rowe | 2014-09-16 | 1 | -8/+8 |
| | |||||
* | Update .gitignore for new dependencies. | Michał Masłowski | 2014-09-03 | 1 | -0/+2 |
| | |||||
* | Add .gitignore. | Michał Masłowski | 2014-08-22 | 1 | -0/+7 |