Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New board: ThinkPad T400 | Francis Rowe | 2015-03-18 | 1 | -0/+45 |
| | |||||
* | docs/git/index.html: Add notes about building for specific boards | Francis Rowe | 2015-03-01 | 1 | -2/+9 |
| | |||||
* | build-release: Move the release archives to release/ | Francis Rowe | 2015-02-15 | 1 | -2/+6 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 1 | -40/+59 |
| | | | | All build scripts were moved to resources/scripts/helpers/ | ||||
* | Move the "get" scripts to resources/scripts/helpers/fetch/ | Francis Rowe | 2015-02-14 | 1 | -2/+2 |
| | | | | | Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download. | ||||
* | Delete SeaBIOS from libreboot. | Francis Rowe | 2015-02-13 | 1 | -41/+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. | ||||
* | New board: ThinkPad R400 support added to libreboot. | Francis Rowe | 2015-02-09 | 1 | -1/+46 |
| | |||||
* | Documentation: implement theme, drastically improve readability | Francis Rowe | 2015-02-04 | 1 | -531/+567 |
| | |||||
* | docs/git/index.html: Add to the list of x86_64 compatible hosts. | Francis Rowe | 2015-02-01 | 1 | -1/+2 |
| | |||||
* | docs/git/index.html: Say that the build dependencies are for src | Francis Rowe | 2015-02-01 | 1 | -1/+4 |
| | |||||
* | X60, X60S and X60 Tablet now the same ROM images. | Francis Rowe | 2015-02-01 | 1 | -36/+6 |
| | | | | The same images are now used for all three variants. | ||||
* | typo | Francis Rowe | 2015-01-31 | 1 | -2/+2 |
| | |||||
* | docs/git/index.html: Add notes about setting up git | Francis Rowe | 2015-01-31 | 1 | -0/+18 |
| | |||||
* | Add QEMU (q35/ich9) support to libreboot. | Francis Rowe | 2015-01-30 | 1 | -2/+35 |
| | |||||
* | Add QEMU (i440fx/piix4) support to libreboot | Francis Rowe | 2015-01-30 | 1 | -1/+34 |
| | |||||
* | Documentation: fix incorrect usage of apostrophes. | Francis Rowe | 2015-01-18 | 1 | -11/+11 |
| | |||||
* | build-release: create small source archive with flashrom/bucts | Francis Rowe | 2014-12-31 | 1 | -0/+13 |
| | | | | | For building those applications on the hosts that are difficult to cross-compile for. | ||||
* | build-release: include static binaries for ich9gen and ich9deblob | Francis Rowe | 2014-12-31 | 1 | -0/+3 |
| | |||||
* | build-release: include statically (cross) compiled cbfstool | Francis Rowe | 2014-12-31 | 1 | -0/+7 |
| | |||||
* | Update coreboot (again) | Francis Rowe | 2014-12-13 | 1 | -27/+3 |
| | | | | Also improve the deblob utilities | ||||
* | build-release: include cbmem (static binaries) in libreboot_bin | Francis Rowe | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | docs/git/index.html#build: fix build-release instructions | Francis Rowe | 2014-12-13 | 1 | -1/+2 |
| | | | | | Tell the user how to properly build flashrom/bucts with static linking. Update build-release. | ||||
* | ThinkPad X200 support added to libreboot | Francis Rowe | 2014-12-11 | 1 | -2/+45 |
| | |||||
* | docs/git/index.html: update info about coreboot-libre configs | Francis Rowe | 2014-11-28 | 1 | -0/+4 |
| | |||||
* | docs/git/index.html#build_flashrom: say correct path for binaries | Francis Rowe | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | libreboot_bin.tar.xz: Include utils as statically linked binaries | Francis Rowe | 2014-11-25 | 1 | -2/+35 |
| | | | | | This means that the user does not have to install build dependency or build from source anymore. | ||||
* | deps-parabola (removed) Remove Parabola dependencies script. | Francis Rowe | 2014-11-24 | 1 | -1/+0 |
| | | | | | It was useless. It will be re-added later. Removing for now to reduce confusion. | ||||
* | Update coreboot | Francis Rowe | 2014-11-23 | 1 | -16/+28 |
| | | | | | | | | | | | | | | Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards. | ||||
* | Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk." | Francis Rowe | 2014-11-21 | 1 | -4/+4 |
| | | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7. | ||||
* | buildrom-withgrub: Only include 1 keymap file in GRUB memdisk. | Francis Rowe | 2014-11-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything. | ||||
* | Documentation: *major* cleanup. | Francis Rowe | 2014-11-06 | 1 | -0/+503 |
Cleanup was long overdue. Old structure was messy and inefficient. |