Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build/release/util: don't include the resources/directory | Leah Rowe | 2016-08-22 | 1 | -2/+0 | |
| | ||||||
* | Revert "Revert "add cbfstool, nvramtool and ectool to the util archive"" | Leah Rowe | 2016-08-22 | 1 | -0/+9 | |
| | | | | This reverts commit 40b7d20142b0d7a9306765a621663c51270fb2a0. | |||||
* | Revert "make _util archive for releases source code only" | Leah Rowe | 2016-08-22 | 1 | -11/+54 | |
| | | | | This reverts commit b5df1a4fe87a36d4d9e9434bec15a7a2ac902c44. | |||||
* | Revert "add cbfstool, nvramtool and ectool to the util archive" | Leah Rowe | 2016-08-22 | 1 | -7/+0 | |
| | | | | This reverts commit d90f0584c9d73054903ac8a5f4b60687d8f77801. | |||||
* | Revert "fix building of cbfstool in release archives" | Leah Rowe | 2016-08-22 | 1 | -1/+0 | |
| | | | | This reverts commit d102c19a659750d3c24697b747de21f6fba575b5. | |||||
* | build/module/flashrom: use CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no | Leah Rowe | 2016-08-22 | 1 | -5/+5 | |
| | | | | | This fixes a build issue in Trisquel 7, when building static binaries of the flashrom utility. | |||||
* | add missng lbversion file to cbfs on all ROM images (GRUB payload) | Leah Rowe | 2016-08-22 | 1 | -0/+4 | |
| | ||||||
* | fix build system: build cbfstool, etc before patching coreboot | Arthur Heymans | 2016-08-22 | 1 | -36/+36 | |
| | | | | | | | | | In the release source ./build module coreboot will try to patch coreboot first, which fails and never gets to building cbfstool and symlinking crossgcc. An easy solution is to do this first. This patch additionally makes use of absolute dirs. | |||||
* | Don't rename the RELEASE file | Leah Rowe | 2016-08-18 | 3 | -20/+0 | |
| | ||||||
* | Add RELEASE file | Leah Rowe | 2016-08-18 | 3 | -0/+20 | |
| | ||||||
* | Disable serial port coreboot log output (not needed in release) | Leah Woods | 2016-08-18 | 20 | -352/+72 | |
| | ||||||
* | Disable EHCI debug for the release (not needed in the release) | Leah Rowe | 2016-08-18 | 17 | -154/+44 | |
| | ||||||
* | Add generic libre layouts for cantiga (gm/gs/pm45) and use them for x200 | Swift Geek | 2016-08-18 | 6 | -0/+15 | |
| | ||||||
* | fix building of cbfstool in release archives | Leah Rowe | 2016-08-17 | 1 | -0/+1 | |
| | ||||||
* | add cbfstool, nvramtool and ectool to the util archive | Leah Rowe | 2016-08-17 | 1 | -0/+7 | |
| | ||||||
* | gm45: cleanup of native graphic init | Arthur Heymans | 2016-08-17 | 12 | -0/+240 | |
| | | | | | | cleans up and corrects some registers in gm45 native graphic init. Results is that previously incompatible wxga+ screens now have a strip of working display. | |||||
* | no, use swiftgeek's better sed pattern | Leah Rowe | 2016-08-10 | 1 | -1/+1 | |
| | ||||||
* | fix messing sed command in last commit | Leah Rowe | 2016-08-10 | 1 | -1/+1 | |
| | ||||||
* | hotfix for building on distros with newer flex version | Leah Rowe | 2016-08-10 | 1 | -0/+3 | |
| | | | | Adapted from https://review.coreboot.org/cgit/coreboot.git/commit/util/cbfstool/Makefile.inc?id=2b80734811ee056f0447bab359ec5961e90101b7 | |||||
* | fix overlapping cmos paramters on t400 | Arthur Heymans | 2016-08-09 | 1 | -10/+9 | |
| | | | | overlapping cmos parametes were result of uncarefull reverting. | |||||
* | fix error that was caused by incorrect revert. | Arthur Heymans | 2016-08-09 | 1 | -12/+12 | |
| | ||||||
* | fix libreboot build issue with gm45. | Arthur Heymans | 2016-08-09 | 12 | -25/+62 | |
| | ||||||
* | gm45,reused.list: fix mistake on using hardcoded intel gpu | Arthur Heymans | 2016-08-08 | 8 | -9/+8 | |
| | ||||||
* | hardcode use of integrated graphic device on gm45 laptops | Arthur Heymans | 2016-08-08 | 9 | -0/+35 | |
| | ||||||
* | set gm45 vram default to 256M | Arthur Heymans | 2016-08-08 | 12 | -0/+48 | |
| | | | | | | The gm45 integrated gpu scales very well with more vram, both for video decoding and games. Setting it to the highest stable value is a good default for libreboot. | |||||
* | revert hybrid driver cause it does not work on t400 | Arthur Heymans | 2016-08-08 | 11 | -75/+609 | |
| | | | | | | Also removes hardcoded use of igd since code is different. Can be added in later patch but since libreboot always loads cmos defaults this might not be necessary. | |||||
* | update coreboot revision for ga-g41m-es2l (contains some more raminit fixes) | Leah Rowe | 2016-07-27 | 4 | -1/+403 | |
| | ||||||
* | update to latest coreboot revision for ga-g41m-es2l | Leah Rowe | 2016-07-23 | 5 | -47/+403 | |
| | ||||||
* | build/release/tobuild: delete it, because it's not needed anymore | Leah Rowe | 2016-07-23 | 1 | -102/+0 | |
| | ||||||
* | download/crossgcc: update crossgcc version used in libreboot | Leah Rowe | 2016-07-19 | 1 | -1/+1 | |
| | ||||||
* | make _util archive for releases source code only | Leah Rowe | 2016-07-19 | 1 | -54/+11 | |
| | ||||||
* | Update to latest coreboot revision and patch set for GA-G41M-ES2L | Leah Rowe | 2016-07-18 | 12 | -606/+480 | |
| | ||||||
* | build/roms/withgrub: don't add grub a 2nd time if not using seagrub | Leah Rowe | 2016-07-18 | 1 | -18/+23 | |
| | ||||||
* | Only disable SeaGRUB on D510MO an GA-G41M-ES2L | Leah Rowe | 2016-07-18 | 1 | -21/+16 | |
| | ||||||
* | Revert "Universally enable SeaGRUB on all GRUB boards" | Leah Rowe | 2016-07-18 | 1 | -14/+24 | |
| | | | | This reverts commit e4e705e99ccc934e65b9106db808f681216a2e1f. | |||||
* | Enable text-mode graphics initialisation on GM45 | Leah Rowe | 2016-07-18 | 1 | -9/+0 | |
| | ||||||
* | Universally enable SeaGRUB on all GRUB boards | Leah Rowe | 2016-07-18 | 1 | -24/+14 | |
| | ||||||
* | GM45 laptops: Update to the latest coreboot revision | Leah Rowe | 2016-07-18 | 66 | -841/+1506 | |
| | ||||||
* | Add workaround for USB keyboard on GM45 laptops | Namine Ritsu | 2016-07-16 | 1 | -0/+50 | |
| | ||||||
* | docs: build scripts rewrite | Paul Koenig | 2016-07-16 | 13 | -349/+284 | |
| | | | | | | | | | | ".master" script in resources/scripts/helpers/build/docs Adds option to build html for libreboot website with "./build docs <html-type> w" Converts jpegs to eps for dvi and ps output, if these formats are built, using imagemagick. Archives resources (images) with compressed html manuals. | |||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 91 | -96/+96 | |
| | ||||||
* | download/flashrom: git checkout 0.9.9 instead of git reset commithash | Arthur Heymans | 2016-06-27 | 1 | -1/+2 | |
| | ||||||
* | x60,t60: delete manually added c4 state | Arthur Heymans | 2016-06-19 | 2 | -147/+0 | |
| | | | | | | | The ich7 datasheet "IntelĀ® I/O Controller Hub 7 (ICH7) Family" has a reg called GEN_PMCON_1 in which c3 can automatically be upgraded to c4. This is already set in coreboot. | |||||
* | Disable native PS2 keyboard init | Arthur Heymans | 2016-06-19 | 19 | -19/+19 | |
| | | | | | | Both grub and seabios can do keyboard init on their own. This option only slows down the boot process. On the x60 it even makes the keyboard unresponsive. | |||||
* | Add sound card config for x60 | Arthur Heymans | 2016-06-19 | 1 | -0/+65 | |
| | | | | | | | | | | | | | The sound card on the x60 is not configured in coreboot. This causes the headphones not to be automatically detected/used when inserted which it does on the vendor bios. The internal microphone is also not set as default. I found on the coreboot wiki how to get the config from vendor bios. In GNU/linux run: for x in /sys/class/sound/card0/hw*; do cat "$x/init_pin_configs" > pin_"$(basename "$x")"; done for x in /proc/asound/card0/codec#*; do cat "$x" > "$(basename "$x")"; done which gives the pin config of the vendor bios. | |||||
* | grub.cfg: also search cd/dvd for ata 2-3 (for G41M) | Leah Woods | 2016-06-01 | 1 | -1/+1 | |
| | ||||||
* | Add dependency to list for Trisquel Add de Trisquel 77 | Leah Woods | 2016-06-01 | 1 | -1/+1 | |
| | ||||||
* | docs: revert absolute paths for image references to relative paths | Paul Koenig | 2016-06-01 | 9 | -10/+8 | |
| | ||||||
* | Enable extended states and dynamic L2 cache | Arthur Heymans | 2016-06-01 | 3 | -0/+52 | |
| | | | | | | | | | | | | | This patch sets msr bits to enable dynamic L2 cache which is a requirement for C4E, which is also enabled by this patch. the bit for C2E is also set. Those msr bits are taken from later cpus and seem to work fine. C2 state performs particularly bad. Before this patch it consumed ~17-18W. After this patch it dropped to 14W. Idle power usage (C4) seems to remain very similar. | |||||
* | update the dependencies list for Trisquel 7 | Leah Woods | 2016-05-30 | 1 | -1/+1 | |
| |