summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config/grub
Commit message (Collapse)AuthorAgeFilesLines
* T60 headless configFrancis Rowe2016-03-191-7/+6
|
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-1412-1857/+0
|
* Update KGPE-D16, KCMA-D8 and KFSN4-DRE to current latest coreboot versionFrancis Rowe2016-03-143-3/+3
|
* qemu: bump to coreboot 2a3434757ef425dbdfedf1fc69e1a033a6e7310dFrancis Rowe2016-03-106-36/+114
|
* i945 and gm45 laptops: use cb 2a3434757ef425dbdfedf1fc69e1a033a6e7310dFrancis Rowe2016-03-1033-198/+624
| | | | | This should fix the RTC century byte issue (fix merged upstream). Some patches were removed, in those cases where they became merged upstream.
* Revert "kgpe-d6,kcma-d8,kfsn4-dre: use cb ↵Francis Rowe2016-03-093-3/+3
| | | | | | 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919" This reverts commit 735b6a3e7250a52c5fa04cdd400cb7f44f37b89e.
* Revert "rename wrongly named patch directory (fix build issue)"Francis Rowe2016-03-091-0/+621
| | | | This reverts commit 41dd699e78587f3e83e354f6897057305300699b.
* Revert "re-add accidentally deleted kcma-d8 config. oops!"Francis Rowe2016-03-091-621/+0
| | | | This reverts commit a47fcda7a29f5629d12ede8cf7a66e54baf0677b.
* re-add accidentally deleted kcma-d8 config. oops!Francis Rowe2016-03-091-0/+621
|
* rename wrongly named patch directory (fix build issue)Francis Rowe2016-03-091-621/+0
|
* kgpe-d6,kcma-d8,kfsn4-dre: use cb 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919Francis Rowe2016-03-093-3/+3
| | | | This revision is reported to work correctly.
* Update coreboot (kgpe-d16,kcma-d8,kfsn4-dre,d510mo,ga-g41m-es2l)Francis Rowe2016-03-0815-104/+230
| | | | | | Update to the latest coreboot and vboot versions at the time of writing: coreboot 2a3434757ef425dbdfedf1fc69e1a033a6e7310d vboot d187cd3fc792f8bcefbee4587c83eafbd08441fc
* New board: Intel D510MOFrancis Rowe2016-01-304-0/+528
|
* New board: ASUS KCMA-D8 desktop/workstation motherboardFrancis Rowe2016-01-304-0/+607
|
* Revert "reset x60/t60/macbook21 to older coreboot revisions"Francis Rowe2016-01-286-329/+369
| | | | This reverts commit 3b56767917dccd59c4af7c289450a053982e984a.
* reset x60/t60/macbook21 to older coreboot revisionsFrancis Rowe2016-01-286-369/+329
| | | | This is a temporary fix for an upcoming release.
* Gigabyte GA-G41M-ES2L (desktop board) added to librebootFrancis Rowe2016-01-044-0/+517
|
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-0463-2390/+45
| | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives.
* Update coreboot-libre configs (forgot to do it earlier)Francis Rowe2015-11-0619-33/+52
|
* kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB)Francis Rowe2015-10-204-15/+15
|
* KGPE-D16: update patch set (also update coreboot and vboot)Francis Rowe2015-10-1816-5/+28
| | | | | | | | | | | Also contains other fixes from coreboot, like: * 551cff0 Derive lvds_dual_channel from EDID timings. ^ makes single/dual channel LVDS selection on GM45 automatic * 26fc544 lenovo/t60: Enable native intel gfx init. ^ was being maintained in libreboot, now upstreamed so not needed Framebuffer mode was disabled for the KGPE-D16, because only text-mode works at the moment.
* New board: ASUS KGPE-D16Francis Rowe2015-10-1716-6/+633
| | | | | | | | | | | | | | | | | | | | coreboot build errors: In file included from src/northbridge/amd/amdfam10/misc_control.c:35:0: src/include/option.h:13:27: error: static declaration of 'get_option' follows non-static declaration static inline enum cb_err get_option(void *dest, const char *name) ^ In file included from src/northbridge/amd/amdfam10/misc_control.c:34:0: src/include/pc80/mc146818rtc.h:176:13: note: previous declaration of 'get_option' was here enum cb_err get_option(void *dest, const char *name); Ping tpearson about this. Also ping him about the fact that there isn't actually an option to enable or disable native graphics initialization, but that the option MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG is in fact available and set to Y in the Kconfig file. I think this is probably since there isn't even an option ROM available for the machine, so it's pointless to offer the setting.
* Add 2MiB option for KFSN4-DREFrancis Rowe2015-10-151-0/+564
|
* Update coreboot-libre based on coreboot a2bed346aFrancis Rowe2015-10-1014-79/+88
| | | | | | | | | | | | | | | More microcode blobs were deleted upstream, which are therefore no longer deleted by coreboot-libre. util/broadcom/secimage/misc.c is not a blob. Some non-blobs were deleted upstream, which are therefore no longer listed in libreboot's nonblobs list. New non-blobs were found, added to the nonblobs list. vboot submodule was added, since there are parts of it that cbfstool needs. This submodule is now deblobbed by libreboot.
* Update coreboot to the latest as of 4 August 2015Francis Rowe2015-08-0414-1033/+954
|
* coreboot-libre: move GRUB configs to grub/Francis Rowe2015-06-2814-0/+7087