summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* grub-assemble: simplify if/for blocksFrancis Rowe2015-11-051-4/+2
|
* grub-assemble: remove a bashismFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: use memtest.bin, not memtestFrancis Rowe2015-11-052-2/+2
|
* grub.cfg (text mode): linux16 memtest, not chainload memtestFrancis Rowe2015-11-051-1/+1
|
* grub-assemble: use memtest.bin, not memtestFrancis Rowe2015-11-051-1/+1
|
* build/roms/withgrub: re-introduce standards complianceFrancis Rowe2015-11-051-14/+14
| | | | klemens, please merge this!
* roms/withgrub: TypofixKlemens Nanni2015-11-051-1/+1
|
* roms/withgrub: Keep it simpleKlemens Nanni2015-11-051-26/+20
|
* Simplify ./build module routinesKlemens Nanni2015-11-054-44/+17
|
* grub.cfg: Search for keyfile only onceKlemens Nanni2015-11-051-5/+5
|
* grub.cfg: Search {boot/,}grub2 as well (OpenSUSE)Klemens Nanni2015-11-051-1/+22
|
* grub.cfg: remove redundant spaceFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: search on usb first, not ahciFrancis Rowe2015-11-051-1/+1
|
* docs/gnulinux/*: recommend the diceware method for passphrasesFrancis Rowe2015-10-293-1/+27
|
* more typofixesFrancis Rowe2015-10-296-11/+11
|
* typofixFrancis Rowe2015-10-291-1/+1
|
* typofix2Francis Rowe2015-10-231-2/+2
|
* typofixFrancis Rowe2015-10-231-2/+2
|
* docs/install/index.html: note about kgpe-d16Francis Rowe2015-10-221-0/+23
|
* docs/hcl/kgpe-d16: remove non-issue from list of issuesFrancis Rowe2015-10-221-4/+0
|
* docs/tasks.html: clarify that Tyan S8230 is similar to KGPE-D16Francis Rowe2015-10-211-1/+1
|
* docs/tasks.html: remove kgpe-d16 (it's ported now)Francis Rowe2015-10-211-71/+30
|
* docs/tasks.html: notes about suspend on gm45Francis Rowe2015-10-211-0/+2
|
* docs/install/kgpe-d16.html: New guide (basic info added)Francis Rowe2015-10-212-0/+126
|
* docs/install/index.html: clarify options for KFSN4-DREFrancis Rowe2015-10-201-1/+1
|
* docs/hcl/kgpe-d16: Clarify which CPUs are fam15hFrancis Rowe2015-10-201-3/+3
|
* docs/hcl/kgpe-d16.html: Remove #memory section (listed in specs)Francis Rowe2015-10-201-22/+0
|
* docs/hcl/kgpe-d16.html: Add more information about this boardFrancis Rowe2015-10-201-5/+145
|
* docs/hcl/kgpe-d16.html: Notes about RAM compatibilityFrancis Rowe2015-10-201-4/+19
|
* docs/hcl/kgpe-d16: warn about IPMI iKVM moduleFrancis Rowe2015-10-201-0/+10
|
* docs/hcl/kgpe-d16.html: note about configs (flash chip sizes)Francis Rowe2015-10-201-0/+3
|
* kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB)Francis Rowe2015-10-204-15/+15
|
* docs/hcl/kgpe-d16.html: add note and fix typoFrancis Rowe2015-10-201-1/+1
|
* docs/hcl/kgpe-d16.html: link to board status page (raptor eng.)Francis Rowe2015-10-201-0/+7
|
* docs/hcl/kgpe-d16.html: note about external flashingFrancis Rowe2015-10-201-3/+3
|
* docs/hcl/kgpe-d16.html: add note about flash chip sizesFrancis Rowe2015-10-201-1/+4
|
* build/dependencies/trisquel7: add libcrypto (libssl-dev) to scriptFrancis Rowe2015-10-191-1/+1
|
* docs/hcl/gm45_lcd.html: Clarify that display doesn't work in GRUBFrancis Rowe2015-10-181-1/+2
|
* docs/hcl/gm45_lcd.html: Notes about LVDS dual/single auto-detectFrancis Rowe2015-10-181-14/+4
|
* Add preliminary info about KGPE-D16 to documentationFrancis Rowe2015-10-183-0/+157
|
* KGPE-D16: update patch set (also update coreboot and vboot)Francis Rowe2015-10-18187-4464/+13677
| | | | | | | | | | | 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-17159-6/+54884
| | | | | | | | | | | | | | | | | | | | 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.
* docs/misc/index.html notes about processor.max_cstate=2Francis Rowe2015-10-161-0/+10
|
* notes about powertop --calibrateFrancis Rowe2015-10-161-0/+7
|
* Add 2MiB option for KFSN4-DREFrancis Rowe2015-10-151-0/+564
|
* docs/hcl/c201.html: It's not our place to decide the user's actionsFrancis Rowe2015-10-151-12/+0
|
* libreboot is not autobootFrancis Rowe2015-10-141-4/+4
|
* download/seabios: say SeaBIOS, not GRUBFrancis Rowe2015-10-141-3/+3
|
* grub-assemble: fix bug: keymaps not being includedFrancis Rowe2015-10-141-2/+2
|
* Update SeaBIOS to 6bcacf7d19b1dc7fcd99f55491e93514f1f19279Francis Rowe2015-10-142-2/+8
|