summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config/grub/kgpe-d16
Commit message (Collapse)AuthorAgeFilesLines
* All board: payload now named payload.elfLeah Woods2016-05-211-1/+1
|
* Add boards: use a static CMOS option table, for consistencyLeah Woods2016-05-191-1/+1
| | | | | | | | | | This also forces GM45 to use 352MiB RAM for the Video RAM, for the Intel GPU. It's implemented in such a way where the user configures it using nvramtool. Hardcode it. This should also force the century byte to be reset on GM45, for those users who were affected by this previous issue.
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-181-1/+1
|
* update configs (fix build errors)Leah Woods2016-05-161-40/+31
|
* asus/kgpe-d16|kcma-d8: Update for latest round of DRAM training enhancementsTimothy Pearson2016-05-051-1/+1
| | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* kgpe-d16|kcma-d8: Update to latest coreboot for RDIMM initialization fixesTimothy Pearson2016-04-271-1/+1
| | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* Update to include AMD Family 15h DRAM training fixesTimothy Pearson2016-04-222-1/+2
|
* asus/kgpe-d116|kcma-d8: Update coreboot to latest versionTimothy Pearson2016-04-111-1/+1
|
* mb/asus/kgpe-d16|kcma-d8: Enable CMOS option tableTimothy Pearson2016-04-111-1/+2
|
* asus/kgpe-d116|kcma-d8: Update coreboot to latest version to fix RAM and SB ↵Timothy Pearson2016-04-111-1/+1
| | | | issues
* mainboard/asus/kgpe-d16|kcma-d8: Include additional coreboot MCT fixes for ↵Timothy Pearson2016-04-041-1/+1
| | | | | | Kingston RDIMMs Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* mainboard/kcma-d8|kgpe-d16: Reenable GRUB buildsTimothy Pearson2016-04-044-0/+624
|
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-144-624/+0
|
* Update KGPE-D16, KCMA-D8 and KFSN4-DRE to current latest coreboot versionFrancis Rowe2016-03-141-1/+1
|
* Revert "kgpe-d6,kcma-d8,kfsn4-dre: use cb ↵Francis Rowe2016-03-091-1/+1
| | | | | | 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919" This reverts commit 735b6a3e7250a52c5fa04cdd400cb7f44f37b89e.
* kgpe-d6,kcma-d8,kfsn4-dre: use cb 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919Francis Rowe2016-03-091-1/+1
| | | | This revision is reported to work correctly.
* Update coreboot (kgpe-d16,kcma-d8,kfsn4-dre,d510mo,ga-g41m-es2l)Francis Rowe2016-03-083-29/+66
| | | | | | Update to the latest coreboot and vboot versions at the time of writing: coreboot 2a3434757ef425dbdfedf1fc69e1a033a6e7310d vboot d187cd3fc792f8bcefbee4587c83eafbd08441fc
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-044-0/+587
| | | | | | | | | | | | | | | | | | 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.
* kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB)Francis Rowe2015-10-201-583/+0
|
* KGPE-D16: update patch set (also update coreboot and vboot)Francis Rowe2015-10-181-5/+8
| | | | | | | | | | | 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-171-0/+580
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.