diff options
author | Minifree Ltd <info@minifree.org> | 2016-04-26 16:29:11 +0100 |
---|---|---|
committer | Minifree Ltd <info@minifree.org> | 2016-04-26 16:33:18 +0100 |
commit | 7fa7cecda0b75fceefced98360d1a724f3bbdc41 (patch) | |
tree | 0bab9c4b8ca69b8819c3bf31ffde8c46104deeb4 | |
parent | 532c2e20da8dd070d482dbfbc62797ebb1c0bc17 (diff) | |
download | librebootfr-7fa7cecda0b75fceefced98360d1a724f3bbdc41.tar.gz librebootfr-7fa7cecda0b75fceefced98360d1a724f3bbdc41.zip |
reassign copyright from Minifree director to Minifree Ltd
152 files changed, 391 insertions, 391 deletions
@@ -2,7 +2,7 @@ # generic build script, for building components (all of them) # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Patrick "P. J." McDermott <pj@pehjota.net> # Copyright (C) 2015, 2016 Klemens Nanni <contact@autoboot.org> # diff --git a/docs/resources/css/main.css b/docs/resources/css/main.css index 82fbf8e7..60335867 100644 --- a/docs/resources/css/main.css +++ b/docs/resources/css/main.css @@ -2,7 +2,7 @@ Main CSS stylesheet for libreboot.org (documentation section) - Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/docs/resources/images/t7200q/cbmemc b/docs/resources/images/t7200q/cbmemc index 56b80f0d..e5daef58 100644 --- a/docs/resources/images/t7200q/cbmemc +++ b/docs/resources/images/t7200q/cbmemc @@ -943,7 +943,7 @@ Microcode size field is 0 Microcode size field is 0
Microcode size field is 0
Microcode size field is 0
-fchmmr: built-in microcode revision 0x0 date=2010-10-01
+vimuser: built-in microcode revision 0x0 date=2010-10-01
microcode: updated to revision 0xd1 date=2010-10-01
CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz.
MTRR: Physical address space:
@@ -1006,7 +1006,7 @@ Microcode size field is 0 Microcode size field is 0
Microcode size field is 0
Microcode size field is 0
-fchmmr: built-in microcode revision 0x0 date=2010-10-01
+vimuser: built-in microcode revision 0x0 date=2010-10-01
microcode: updated to revision 0xd1 date=2010-10-01
CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz.
MTRR: Fixed MSR 0x250 0x0606060606060606
diff --git a/docs/resources/misc/dumps/kernel312_irc b/docs/resources/misc/dumps/kernel312_irc index 30896426..c5d7af32 100644 --- a/docs/resources/misc/dumps/kernel312_irc +++ b/docs/resources/misc/dumps/kernel312_irc @@ -88,7 +88,7 @@ Some results on the X60 (3D still doesn't work, openarena and tuxkart were slow) git diff: http://paste.debian.net/102618/ In src/northbridge/intel/i945/raminit.c -PaulePanter: fchmmr: In your next step could you please add +PaulePanter: vimuser: In your next step could you please add PaulePanter: printk(BIOS_DEBUG, "BSM = 0x%08x\n", pci_read_config32(PCI_DEV(0,2,0), BSM)); PaulePanter: before PaulePanter: pci_write_config32(PCI_DEV(0,2,0), BSM, (tolud * MiB - 64 * MiB) & 0xfff00000); @@ -99,8 +99,8 @@ Also adding it after that line aswell, per advice from PaulePanter Some new results on the X60 after doing the above (3D still doesn't work, openarena and tuxkart were slow): <a href="dumps/5885_logs_2.tar.gz">5885_logs_2.tar.gz</a> -PaulePanter: fchmmr: No idea if you can write with `devmem2`. Never used it. -PaulePanter: fchmmr: It would indeed be interesting to know what value the BSM has with the vendor BIOS. +PaulePanter: vimuser: No idea if you can write with `devmem2`. Never used it. +PaulePanter: vimuser: It would indeed be interesting to know what value the BSM has with the vendor BIOS. Note to self: do that. PaulePanter said: I have `& 0xfff00000` and phcoder uses `& 0xfffff000`, so it looks like I have the ordering incorrect. @@ -146,102 +146,102 @@ and note: on later kernels they also can't seem to init the GPU properly without PaulePanter: damo22: There is also a Linux and coreboot native graphics incompatibility documented in the Wiki (by samnob). PaulePanter: http://www.coreboot.org/Board:lenovo/x60#Problems_in_native_graphics_code_exposed_by_recent_kernels -fchmmr: PaulePanter, that only exists with kernel 3.12 and above. -PaulePanter: fchmmr: Do you have time to report it to the Freedesktop Bugzilla? +vimuser: PaulePanter, that only exists with kernel 3.12 and above. +PaulePanter: vimuser: Do you have time to report it to the Freedesktop Bugzilla? funfunctor: patrickg: I think its related to recent changes we had done to toolchain.in -fchmmr: Yes. What info do you need ? -PaulePanter: fchmmr: It’s a regressions and these are normally not allowed with Linux’ no regression policy. -fchmmr: What do you think would happen then, after I made that report? -PaulePanter: fchmmr: https://01.org/linuxgraphics/documentation/how-report-bugs -fchmmr: You can look at it 2 ways: kernel broke, or kernel fixed a bug which broke coreboot. -PaulePanter: fchmmr: Hopefully they’ll fix it. -fchmmr: so: either coreboot is broken, or kernel is broken. -fchmmr: PaulePanter, kernel 3.12+ should work just fine on lenovo bios, so my opinion is that the native gfx in coreboot is what's buggy. -PaulePanter: fchmmr: You can also check with the developers in #intel-gfx. But first report the bug so you can reference it. -fchmmr: Do you think I should just copy what's in the coreboot wiki already? -PaulePanter: fchmmr: Does not matter. If it worked before 3.12, it should work afterward. -fchmmr: It seems pretty complete (as far as reporting it is concerned). -fchmmr: PaulePanter, my basic point is that I'm on the fence as to whether this is linux's problem, coreboot's problem, or both. -PaulePanter: fchmmr: That would probably help. If they need other information, the Intel folks will ask you for it. Daniel Vetter and the other Intel folks are very responsive in my experience. -fchmmr: So you think then that there would be a patch specifically for i915 + coreboot_native_init -PaulePanter: fchmmr: I do not know. They hopefully figure it out. -fchmmr: PaulePanter, I will do it. -PaulePanter: fchmmr: And as I wrote, it is a regression. As far as I understood it, even if the firmware/hardware is broken, Linux should not introduce regressions. -fchmmr: PaulePanter: at the very least, it might offer a new perspective. this whole issue has been very one-sided so far: it has only been coreboot community that talks about it. It has probably gone unobserved in kernel/intel community. -fchmmr: The intel/kernel people might even be able to (easily) spot a fix for coreboot. -fchmmr: I hadn't even considered this possibility before, I thought it was only a coreboot problem. Talking to those other people definitely makes sense. +vimuser: Yes. What info do you need ? +PaulePanter: vimuser: It’s a regressions and these are normally not allowed with Linux’ no regression policy. +vimuser: What do you think would happen then, after I made that report? +PaulePanter: vimuser: https://01.org/linuxgraphics/documentation/how-report-bugs +vimuser: You can look at it 2 ways: kernel broke, or kernel fixed a bug which broke coreboot. +PaulePanter: vimuser: Hopefully they’ll fix it. +vimuser: so: either coreboot is broken, or kernel is broken. +vimuser: PaulePanter, kernel 3.12+ should work just fine on lenovo bios, so my opinion is that the native gfx in coreboot is what's buggy. +PaulePanter: vimuser: You can also check with the developers in #intel-gfx. But first report the bug so you can reference it. +vimuser: Do you think I should just copy what's in the coreboot wiki already? +PaulePanter: vimuser: Does not matter. If it worked before 3.12, it should work afterward. +vimuser: It seems pretty complete (as far as reporting it is concerned). +vimuser: PaulePanter, my basic point is that I'm on the fence as to whether this is linux's problem, coreboot's problem, or both. +PaulePanter: vimuser: That would probably help. If they need other information, the Intel folks will ask you for it. Daniel Vetter and the other Intel folks are very responsive in my experience. +vimuser: So you think then that there would be a patch specifically for i915 + coreboot_native_init +PaulePanter: vimuser: I do not know. They hopefully figure it out. +vimuser: PaulePanter, I will do it. +PaulePanter: vimuser: And as I wrote, it is a regression. As far as I understood it, even if the firmware/hardware is broken, Linux should not introduce regressions. +vimuser: PaulePanter: at the very least, it might offer a new perspective. this whole issue has been very one-sided so far: it has only been coreboot community that talks about it. It has probably gone unobserved in kernel/intel community. +vimuser: The intel/kernel people might even be able to (easily) spot a fix for coreboot. +vimuser: I hadn't even considered this possibility before, I thought it was only a coreboot problem. Talking to those other people definitely makes sense. PaulePanter of #coreboot made the initial report to Freedesktop tracker: -PaulePanter: fchmmr: Hi. Did you report the Linux regression to the Freedesktop bug tracker? -PaulePanter: fchmmr: Understood. Do you have an account for the Freedesktop bug tracker? -fchmmr: PaulePanter: I do not have an account for Freedesktop bug tracker, but I think I could get one? -PaulePanter: fchmmr: Yes, it is easy to register. -fchmmr: PaulePanter, there's reporting and there's reporting properly; I want to compile my report first, before I make it. -PaulePanter: fchmmr: As you do not know what they need, I think it is the wrong approach. -fchmmr: Since the people that I am reporting to will be unfamiliar with the issue, and might not even know about coreboot, or only vaguely know. -PaulePanter: fchmmr: I’ll report the issue and give you the URL. You can then add to it. -fchmmr: PaulePanter: Good point. I can make it brief describing it as best I can, and then I can answer any specific questions. -fchmmr: PaulePanter, you can use my notes at http://libreboot.org/howto.html#kernel312bugs if you like, it's a collection of insights plus links to those pages on the coreboot wiki that talk about the issue. -fchmmr: (in case there is anything in the notes that might be helpful) -fchmmr: PaulePanter, are the intel i915 devs of freedesktop also the ones working on the i915 code in kernel.org? (I'm slightly confused about this) +PaulePanter: vimuser: Hi. Did you report the Linux regression to the Freedesktop bug tracker? +PaulePanter: vimuser: Understood. Do you have an account for the Freedesktop bug tracker? +vimuser: PaulePanter: I do not have an account for Freedesktop bug tracker, but I think I could get one? +PaulePanter: vimuser: Yes, it is easy to register. +vimuser: PaulePanter, there's reporting and there's reporting properly; I want to compile my report first, before I make it. +PaulePanter: vimuser: As you do not know what they need, I think it is the wrong approach. +vimuser: Since the people that I am reporting to will be unfamiliar with the issue, and might not even know about coreboot, or only vaguely know. +PaulePanter: vimuser: I’ll report the issue and give you the URL. You can then add to it. +vimuser: PaulePanter: Good point. I can make it brief describing it as best I can, and then I can answer any specific questions. +vimuser: PaulePanter, you can use my notes at http://libreboot.org/howto.html#kernel312bugs if you like, it's a collection of insights plus links to those pages on the coreboot wiki that talk about the issue. +vimuser: (in case there is anything in the notes that might be helpful) +vimuser: PaulePanter, are the intel i915 devs of freedesktop also the ones working on the i915 code in kernel.org? (I'm slightly confused about this) THE REPORT: -PaulePanter: fchmmr: The Wiki talks about crashes. -PaulePanter: fchmmr: https://bugs.freedesktop.org/show_bug.cgi?id=79038 - -PaulePanter: fchmmr: The Wiki talks about crashes. -PaulePanter: fchmmr: https://bugs.freedesktop.org/show_bug.cgi?id=79038 -fchmmr: PaulePanter, thanks. I'll add to it and help any way I can. -PaulePanter: fchmmr: Add `drm.debug=0x06` to the Linux command line (probably configuring in GRUB) and please add `/var/log/dmesg` to the bug report. (Or the output of `dmesg`.) -PaulePanter: fchmmr: They also need `/var/log/Xorg.0.log` and your distribution and exact Linux kernel version `uname -r`. -fchmmr: PaulePanter: there are basically 2 versions of native init: 3998 (based on replay, only works on X60 with XGA screen - also what libreboot currently uses) and 5320 (much better, works on more screens, 5345 can use it to enable T60 - not yet in libreboot) -fchmmr: PaulePanter: should I do this test on both versions? (libreboot and coreboot+5320+5345) - -fchmmr: PaulePanter: should I do this test on both versions? (libreboot and coreboot+5320+5345) -fchmmr: PaulePanter: nonetheless, I will do both, and make that report for you now. -fchmmr: Do I do this on pre-3.12 kernel or 3.12+ ? -PaulePanter: fchmmr: I’d say Linux 3.12+. -PaulePanter: fchmmr: Do you know which coreboot patches samnob used? - -fchmmr: PaulePanter: very well. http://jxself.org/linux-libre has latest kernels -fchmmr: I will install that. -fchmmr: I do not know what coreboot patches samnob used. Probably 3998 (this was a long time ago). -fchmmr: Definitely change ID 3998 (review.coreboot.org gerrit): http://review.coreboot.org/#/c/3998/ - - -fchmmr: PaulePanter: here is the information that you requested: http://libreboot.org/logs/3998_Xorg.0.log http://libreboot.org/logs/3998_dmesg http://libreboot.org/logs/3998_uname -fchmmr: PaulePanter: that bug in the report doesn't happen with the above -- it's an older kernel. -fchmmr: Do they want me to try 3.12+ instead? -fchmmr: PaulePanter: you should also give them these links to the lastest code for native graphics: -fchmmr: http://review.coreboot.org/#/c/5320/ - -PaulePanter: fchmmr: Thank you for getting the logs. Please register and upload the files yourself. -fchmmr: Yes, ok. I will also get the same logs again for a kernel that is broken (3.12+) -fchmmr: I will repeat both processes again for coreboot+5320+5345, as currently I am getting these on libreboot. -fchmmr: More logs can't hurt, the worst that can happen is they will ignore the ones they don't need. I want to make sure they have everything they need. - -samnob: fchmmr: samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnuowen_1_i386.deb and http://samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnu-stolenmem-owen_1_i386.deb latest linux-libre without and with 17fec8a reverted. -PaulePanter: fchmmr: Thanks. - -fchmmr: samnob, thanks. -fchmmr: but we are trying to get kernel 3.12+ to work without users having to patch it -fchmmr: either by fixing coreboot, or patching around coreboot in the kernel -fchmmr: eventually both +PaulePanter: vimuser: The Wiki talks about crashes. +PaulePanter: vimuser: https://bugs.freedesktop.org/show_bug.cgi?id=79038 + +PaulePanter: vimuser: The Wiki talks about crashes. +PaulePanter: vimuser: https://bugs.freedesktop.org/show_bug.cgi?id=79038 +vimuser: PaulePanter, thanks. I'll add to it and help any way I can. +PaulePanter: vimuser: Add `drm.debug=0x06` to the Linux command line (probably configuring in GRUB) and please add `/var/log/dmesg` to the bug report. (Or the output of `dmesg`.) +PaulePanter: vimuser: They also need `/var/log/Xorg.0.log` and your distribution and exact Linux kernel version `uname -r`. +vimuser: PaulePanter: there are basically 2 versions of native init: 3998 (based on replay, only works on X60 with XGA screen - also what libreboot currently uses) and 5320 (much better, works on more screens, 5345 can use it to enable T60 - not yet in libreboot) +vimuser: PaulePanter: should I do this test on both versions? (libreboot and coreboot+5320+5345) + +vimuser: PaulePanter: should I do this test on both versions? (libreboot and coreboot+5320+5345) +vimuser: PaulePanter: nonetheless, I will do both, and make that report for you now. +vimuser: Do I do this on pre-3.12 kernel or 3.12+ ? +PaulePanter: vimuser: I’d say Linux 3.12+. +PaulePanter: vimuser: Do you know which coreboot patches samnob used? + +vimuser: PaulePanter: very well. http://jxself.org/linux-libre has latest kernels +vimuser: I will install that. +vimuser: I do not know what coreboot patches samnob used. Probably 3998 (this was a long time ago). +vimuser: Definitely change ID 3998 (review.coreboot.org gerrit): http://review.coreboot.org/#/c/3998/ + + +vimuser: PaulePanter: here is the information that you requested: http://libreboot.org/logs/3998_Xorg.0.log http://libreboot.org/logs/3998_dmesg http://libreboot.org/logs/3998_uname +vimuser: PaulePanter: that bug in the report doesn't happen with the above -- it's an older kernel. +vimuser: Do they want me to try 3.12+ instead? +vimuser: PaulePanter: you should also give them these links to the lastest code for native graphics: +vimuser: http://review.coreboot.org/#/c/5320/ + +PaulePanter: vimuser: Thank you for getting the logs. Please register and upload the files yourself. +vimuser: Yes, ok. I will also get the same logs again for a kernel that is broken (3.12+) +vimuser: I will repeat both processes again for coreboot+5320+5345, as currently I am getting these on libreboot. +vimuser: More logs can't hurt, the worst that can happen is they will ignore the ones they don't need. I want to make sure they have everything they need. + +samnob: vimuser: samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnuowen_1_i386.deb and http://samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnu-stolenmem-owen_1_i386.deb latest linux-libre without and with 17fec8a reverted. +PaulePanter: vimuser: Thanks. + +vimuser: samnob, thanks. +vimuser: but we are trying to get kernel 3.12+ to work without users having to patch it +vimuser: either by fixing coreboot, or patching around coreboot in the kernel +vimuser: eventually both samnob: Yes, just providing you kernels for the bug. -fchmmr: ah right. -fchmmr: with and without. that is useful. i was going to use jxself kernels. that is useful. -fchmmr: I'll use yours then ;) -fchmmr: dpkg -i ? +vimuser: ah right. +vimuser: with and without. that is useful. i was going to use jxself kernels. that is useful. +vimuser: I'll use yours then ;) +vimuser: dpkg -i ? samnob: Though based on the devs comment in the bug I think you're hope of the driver working around it is unlikely. -fchmmr: can't hurt to try +vimuser: can't hurt to try samnob: dpkg -i will work fine. samnob: (though gdebi is more fun.) samnob: there's a version symlink_hook in that same folder that is handy for grub2 payload users too. -fchmmr: samnob we think it might be classed under linux "no regression" policy -fchmmr: PaulePanter's idea +vimuser: samnob we think it might be classed under linux "no regression" policy +vimuser: PaulePanter's idea samnob: can't hurt to try :) Here is the debugging results then: <a href="coreboot_native_3.12_bug.tar.gz" >coreboot_native_3.12_bug.tar.gz</a> @@ -260,17 +260,17 @@ https://bugzilla.kernel.org/show_bug.cgi?id=71391 -- -PaulePanter: fchmmr: If you run the Lenovo X60 right now, could you just paste it now. It should not change between all your tests. -PaulePanter: fchmmr: It would really be helpful to have it now. -fchmmr: My workstation X60 is running coreboot+5320 (and modification for backlight control support) -fchmmr: Shall I take iomem output from that? -fchmmr: kernel 3.2 is in use -PaulePanter: fchmmr: Yes. Please. -fchmmr: For you record: -fchmmr: $ uname -r -fchmmr: 3.2.0-56-generic-pae -fchmmr: distro: trisquel 6 -fchmmr: PaulePanter: http://paste.debian.net/101404/ +PaulePanter: vimuser: If you run the Lenovo X60 right now, could you just paste it now. It should not change between all your tests. +PaulePanter: vimuser: It would really be helpful to have it now. +vimuser: My workstation X60 is running coreboot+5320 (and modification for backlight control support) +vimuser: Shall I take iomem output from that? +vimuser: kernel 3.2 is in use +PaulePanter: vimuser: Yes. Please. +vimuser: For you record: +vimuser: $ uname -r +vimuser: 3.2.0-56-generic-pae +vimuser: distro: trisquel 6 +vimuser: PaulePanter: http://paste.debian.net/101404/ PaulePanter linked to this: http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/3rd-gen-core-desktop-vol-2-datasheet.pdf @@ -331,50 +331,50 @@ damo22: kernel does this: base &= ~((1<<20) - 1); damo22: but coreboot does this: pci_read_config32(dev, 0x5c) & ~0xf, damo22: possibly a one liner damo22: change ~0xf to ~0xfffff lol -samnob: fchmmr: samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnu-stolenmem-owen_2_i386.deb and linux-image-3.14.4-gnuowen_2_i386.deb with CONFIG_STRICT_DEVMEM unset. No PAE as always. +samnob: vimuser: samnoble.org/thinkpad/kernel/linux-image-3.14.4-gnu-stolenmem-owen_2_i386.deb and linux-image-3.14.4-gnuowen_2_i386.deb with CONFIG_STRICT_DEVMEM unset. No PAE as always. samnob: damo22: thanks for looking into this. </font></b> -fchmmr: damo22: you are the most awesome person ever. I'm stilll preparing my dev/debugging environment and you speculate this already. I will try it soon. -fchmmr: samnob: thank you for confirming. -fchmmr: samnob: ok, /dev/mem support and non-PAE. excellent! -samnob: fchmmr: don't overlook that revision 2 those, are new debs with STRICT_DEVMEM unset -damo22: fchmmr: its much quicker to read and compare code than to compile kernels and flash firmware -PaulePanter: fchmmr: I think your testing is not needed until you get a patch. +vimuser: damo22: you are the most awesome person ever. I'm stilll preparing my dev/debugging environment and you speculate this already. I will try it soon. +vimuser: samnob: thank you for confirming. +vimuser: samnob: ok, /dev/mem support and non-PAE. excellent! +samnob: vimuser: don't overlook that revision 2 those, are new debs with STRICT_DEVMEM unset +damo22: vimuser: its much quicker to read and compare code than to compile kernels and flash firmware +PaulePanter: vimuser: I think your testing is not needed until you get a patch. PaulePanter: damo22: TOLUD (PCI Device 0 offset BCh bits 31:20) -fchmmr: PaulePanter ? -fchmmr: Yes I understand that. I was about to debug, but now we will test damo22's advice first. +vimuser: PaulePanter ? +vimuser: Yes I understand that. I was about to debug, but now we will test damo22's advice first. damo22: PaulePanter: i think intel_gma_init is being called with unaligned physical address for graphics mem -PaulePanter: fchmmr: BDSM—Base Data of Stolen Memory Register +PaulePanter: vimuser: BDSM—Base Data of Stolen Memory Register PaulePanter: http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/3rd-gen-core-desktop-vol-2-datasheet.pdf -PaulePanter: fchmmr: The methods you try just read it out and never set it. +PaulePanter: vimuser: The methods you try just read it out and never set it. PaulePanter: This register contains the base address of graphics data stolen DRAM memory. BIOS determines the base of graphics data stolen memory by subtracting the graphics data stolen memory size (PCI Device 0 offset 52 bits 7:4) from TOLUD (PCI Device 0 offset BCh bits 31:20). damo22: PaulePanter: im pretty sure BDSM is only present in core iX cpus -fchmmr: PaulePanter, yes my method was to go about to be sure where it is set, and then try to set it properly in 5320. -PaulePanter: fchmmr: The problem is already present with native graphics in coreboot master, isn’t it? -fchmmr: damo22 took a shorter method to get the same result (hopefully. like you, i wait for him to confirm or deny success) -fchmmr: PaulePanter, yes the 3.12+ glitches exist in 5320 changeset aswell as 3998 (the old replay version, which 5320 is a re-write of) -PaulePanter: fchmmr: Sorry, I claim your tests would have never gotten any solution for the problem. +vimuser: PaulePanter, yes my method was to go about to be sure where it is set, and then try to set it properly in 5320. +PaulePanter: vimuser: The problem is already present with native graphics in coreboot master, isn’t it? +vimuser: damo22 took a shorter method to get the same result (hopefully. like you, i wait for him to confirm or deny success) +vimuser: PaulePanter, yes the 3.12+ glitches exist in 5320 changeset aswell as 3998 (the old replay version, which 5320 is a re-write of) +PaulePanter: vimuser: Sorry, I claim your tests would have never gotten any solution for the problem. * martinr (~martin@8.36.227.227) has joined #coreboot -fchmmr: PaulePanter, that is quite possible, but it was a test anyway. +vimuser: PaulePanter, that is quite possible, but it was a test anyway. PaulePanter: damo22: Chris Wilson and the Linux commit say that the BDSM is present, don’t they? PaulePanter: + if (INTEL_INFO(dev)->gen >= 3) { PaulePanter: + /* Read Graphics Base of Stolen Memory directly */ -fchmmr: I actually did find where the stolen memory address was set, in /var/log/kern.log after using drm.debug=0x06 in those previous results i uploaded to freedesktop.org, but that was on coreboot/5320 with the address set incorrectly. -fchmmr: just search for the word "stolen" in the log and you'll find it on one of the lines. +vimuser: I actually did find where the stolen memory address was set, in /var/log/kern.log after using drm.debug=0x06 in those previous results i uploaded to freedesktop.org, but that was on coreboot/5320 with the address set incorrectly. +vimuser: just search for the word "stolen" in the log and you'll find it on one of the lines. -PaulePanter: fchmmr: It’s not *set* it is *read* in there. -fchmmr: Oh right. -fchmmr: But I thought when reading it, it has to know the address. So the address I saw must have been what was set? -fchmmr: What am I missing? +PaulePanter: vimuser: It’s not *set* it is *read* in there. +vimuser: Oh right. +vimuser: But I thought when reading it, it has to know the address. So the address I saw must have been what was set? +vimuser: What am I missing? damo22: okay so there is something to clarify, i915 driver is the same for all intel gpus even some that are physically located in cpu -PaulePanter: fchmmr: As it is not explicitely set beforehand it contains some incorrect value, which is then read. -PaulePanter: fchmmr: That is the whole problem. -fchmmr: I see. -fchmmr: So, -fchmmr: my tests would have been useless, then. +PaulePanter: vimuser: As it is not explicitely set beforehand it contains some incorrect value, which is then read. +PaulePanter: vimuser: That is the whole problem. +vimuser: I see. +vimuser: So, +vimuser: my tests would have been useless, then. <b><font color="red">damo22: it didnt work</font></b> (note: can still try to make other changes: see testing notes below) @@ -388,13 +388,13 @@ damo22: wierd, when i rebooted i got vga fine damo22: i think linux kernel i915 is trying to do something with vgarom because it says "invalid rom contents" as first boot line damo22: no i need to find out if the kernel is doing something bad without rom present damo22: and then figure out how to enable lvds, because vga is working -fchmmr: drivers/pci/rom.c: dev_err(&pdev->dev, "Invalid ROM contents\n"); -fchmmr: in that: size_t pci_get_rom_size(struct pci_dev *pdev, void __iomem *rom, size_t size) -fchmmr: /* Standard PCI ROMs start out with these bytes 55 AA */ -fchmmr: if (readb(image) != 0x55) { -fchmmr: dev_err(&pdev->dev, "Invalid ROM contents\n"); -fchmmr: break; -fchmmr: } +vimuser: drivers/pci/rom.c: dev_err(&pdev->dev, "Invalid ROM contents\n"); +vimuser: in that: size_t pci_get_rom_size(struct pci_dev *pdev, void __iomem *rom, size_t size) +vimuser: /* Standard PCI ROMs start out with these bytes 55 AA */ +vimuser: if (readb(image) != 0x55) { +vimuser: dev_err(&pdev->dev, "Invalid ROM contents\n"); +vimuser: break; +vimuser: } damo22: i guess i should focus on the fact that coreboot did not initialise the gfx at grub screen damo22: i mean seabios damo22: its difficult because linux does some reinitialisation of gfx @@ -414,15 +414,15 @@ damo22: otherwise we need to patch the linux kernel to ignore certain models tha CareBear\: damo22 : let's first find out what information is used in those tables damo22: i have the code in front of me damo22: drivers/gpu/drm/i915/intel_bios.c (kernel) -damo22: fchmmr: no, i am trawling through linux driver code -fchmmr: damo22: are you aware that certain kernels can initialize the GPU on X60 without the native gfx or oprom? (you don't see payloads, but kernel/X11 shows display +damo22: vimuser: no, i am trawling through linux driver code +vimuser: damo22: are you aware that certain kernels can initialize the GPU on X60 without the native gfx or oprom? (you don't see payloads, but kernel/X11 shows display damo22: i have a feeling the linux kernel currently tries to load the vgarom regardless of PCH existance damo22: i think there are two problems with native gfx init, one problem is that the lvds isnt coming up (coreboot issue), the other is is with the linux kernel i915 driver that tries to read the vgarom that isnt there -fchmmr: damo22, what hardware are you testing your changes on? -fchmmr: Did you try 5320 without your changes? -fchmmr: (hardware: X60 or T60) +vimuser: damo22, what hardware are you testing your changes on? +vimuser: Did you try 5320 without your changes? +vimuser: (hardware: X60 or T60) Peter on 5320 talks about vga pipe not being enabled: this means that payload doesn't appear on vga (only on lvds). OS can output on vga or lvds. so we need to get 5320 to output (during payload) on vga @@ -676,41 +676,41 @@ phcoder-screen: yes Side discussion (in #libreboot, not #coreboot as above): -fchmmr: damo22: what was the problem? +vimuser: damo22: what was the problem? damo22: EDID is not being read in linux damo22: well it is, but it fails damo22: probably because the VBT signature is missing from the oprom -fchmmr: oprom? -fchmmr: You mean native init code? -fchmmr: that it doesn't put the proper data in vbt +vimuser: oprom? +vimuser: You mean native init code? +vimuser: that it doesn't put the proper data in vbt damo22: there is some special metadata in the oprom that native init doesnt put in damo22: linux looks for it damo22: thats how it knows where to read the EDID from damo22: otherwise it uses a default address that could be wrong damo22: in some cases it works damo22: other cases like my X60t it fails -fchmmr: that would explain why "read-edid" utility deosn't work on natisev gfx at the mament -fchmmr: moment -fchmmr: Basstard` ^ +vimuser: that would explain why "read-edid" utility deosn't work on natisev gfx at the mament +vimuser: moment +vimuser: Basstard` ^ -damo22: fchmmr: phcoder wrote an experimental utility to parse some of the VBT tables from a vgarom -fchmmr: Did he share it with you? +damo22: vimuser: phcoder wrote an experimental utility to parse some of the VBT tables from a vgarom +vimuser: Did he share it with you? damo22: yes -fchmmr: Did he upload it publicly? +vimuser: Did he upload it publicly? damo22: http://review.coreboot.org/#/c/5842/ -fchmmr: Ok cool. -fchmmr: Do you think I should try it? +vimuser: Ok cool. +vimuser: Do you think I should try it? damo22: you could use it to get more info from all your known boards, collect the parsed tables in a folder correctly named with the type of panel and the type of laptop -fchmmr: So as per #coreboot, my understanding is: move to new stolen memory address, find that metadata and how it's calculated and write that (memcpy/write32) in native init, get VBT tables parsed from ROM, replicate that in native gfx (stub code, just the addresses and pointers to the native init code) -fchmmr: Should this be run an a vgabios.bin, or on a system where vga bios is running (parse it in memory) ? -fchmmr: or both? +vimuser: So as per #coreboot, my understanding is: move to new stolen memory address, find that metadata and how it's calculated and write that (memcpy/write32) in native init, get VBT tables parsed from ROM, replicate that in native gfx (stub code, just the addresses and pointers to the native init code) +vimuser: Should this be run an a vgabios.bin, or on a system where vga bios is running (parse it in memory) ? +vimuser: or both? damo22: we havent got a solution for native init yet, but we do need to collect info from different models damo22: to see how they compare -fchmmr: yes so, vgabios.bin (file) or running vga bios? +vimuser: yes so, vgabios.bin (file) or running vga bios? damo22: and also we can add it to devicetree.cb somehow later damo22: preferably the running vgabios -fchmmr: ok +vimuser: ok damo22: you can dump it with this command: damo22: sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1 @@ -718,39 +718,39 @@ damo22: coreboot/util/intelvbttool damo22: gcc intelvbttool.c -o intelvbttool -fchmmr: it would be good for you to run intelvbttool on vgabios.bin and runningvgabios.bin. (where vgabios.bin is extracted from lenovo rom, and runningvgabios.bin is dd'd from memory after it executed) -fchmmr: right? -fchmmr: (I will do the same) -fchmmr: just runningvgabios.bin ? +vimuser: it would be good for you to run intelvbttool on vgabios.bin and runningvgabios.bin. (where vgabios.bin is extracted from lenovo rom, and runningvgabios.bin is dd'd from memory after it executed) +vimuser: right? +vimuser: (I will do the same) +vimuser: just runningvgabios.bin ? damo22: its useless in the factory bios damo22: for the purposes of this test -fchmmr: ok -fchmmr: Can't hurt though (might be useful later). +vimuser: ok +vimuser: Can't hurt though (might be useful later). damo22: not really, it might be modified at runtime and we wont know anything about it damo22: we need final values damo22: the rest is irrelevant -fchmmr: Yes. I was saying to run it on final dump, and factory dump. -fchmmr: but ok, i will only do it for final dump +vimuser: Yes. I was saying to run it on final dump, and factory dump. +vimuser: but ok, i will only do it for final dump -- further discussion, continued in #coreboot: damo22:we could generate fake_vbt arrays for each model -damo22:fchmmr: whats the link to the vbt stuff again -fchmmr: http://review.coreboot.org/#/c/5396 for X230 -damo22:fchmmr: no on libreboot -fchmmr: I also added this to the notes at http://libreboot.org/howto.html#i945_vbt and http://libreboot.org/howto.html#intelvbttool_results for future reference. -fchmmr: on libreboot? I don't understand. +damo22:vimuser: whats the link to the vbt stuff again +vimuser: http://review.coreboot.org/#/c/5396 for X230 +damo22:vimuser: no on libreboot +vimuser: I also added this to the notes at http://libreboot.org/howto.html#i945_vbt and http://libreboot.org/howto.html#intelvbttool_results for future reference. +vimuser: on libreboot? I don't understand. damo22:its possible that the VBT is modified by the vgarom depending on the panel it detects, assuming it can do that damo22:only problem is, you need info from the VBT to know where to read the EDID, so how does the vgarom do it? damo22:maybe its safe to assume that the EDID i2c will be the same for all panels -fchmmr: Might be hardcoded (what CareBear calls "stupid magic numbers") +vimuser: Might be hardcoded (what CareBear calls "stupid magic numbers") damo22:so we should check all VBTs of the same laptop model and verify that the EDID i2c or ddc pin is the same for all panel types -fchmmr: Sorry, when you say VBT do you mean the runningvga.bin dump taken with dd when vgarom is running? +vimuser: Sorry, when you say VBT do you mean the runningvga.bin dump taken with dd when vgarom is running? damo22:then we can hardcode that value into the coreboot devicetree.cb -fchmmr: I see. it's an i2c bus that connects lvds/vga/vga out +vimuser: I see. it's an i2c bus that connects lvds/vga/vga out kmalkki:damo22: in your opinion, where is this EDID eeprom physically located? damo22:kmalkki: on the panel, or the transformer for the panel kmalkki:damo22: what do you think is a transformer for the panel? @@ -837,7 +837,7 @@ Basstard' damo22: Here's a cleaner one: http://pdf.datasheetarchive.com/indexerf kmalkki:just verify 1315730 works damo22:1315730? -GNUtoo-irssi: fchmmr: hi, 0x58BF58BE works fine --- cool. (not related to these discussions, but GNUtoo is happy). +GNUtoo-irssi: vimuser: hi, 0x58BF58BE works fine --- cool. (not related to these discussions, but GNUtoo is happy). <a name="gnutoo_gtt"></a> GNUtoo-irssi: phcoder-screen: if you're still working on native GPU init for i945(it seems so), I've an observation: @@ -1063,23 +1063,23 @@ damo22:well that means X200 could be ported with ME disabled phcoder-screen:damo22: that's my next fun project after raminit for ivy. * thomasg_ is now known as thomasg -damo22:fchmmr: LTN150XG-L08 is my T60 EDID string (for his T60 15" -- this is already noted below in intelvbttool results) +damo22:vimuser: LTN150XG-L08 is my T60 EDID string (for his T60 15" -- this is already noted below in intelvbttool results) -fchmmr: damo22: ok, i should test 5868? I understand it puts the vgarom inside but without running it (just for getting VBT tables) but latre we could replace it with something like what the X230 "Deploy VBT" does +vimuser: damo22: ok, i should test 5868? I understand it puts the vgarom inside but without running it (just for getting VBT tables) but latre we could replace it with something like what the X230 "Deploy VBT" does damo22:yeah -fchmmr: Let me read backlog... -damo22:fchmmr: you dont need backlog, everything you need is in the 5868 commit -fchmmr: how did your X60t unbricking go, damo22? +vimuser: Let me read backlog... +damo22:vimuser: you dont need backlog, everything you need is in the 5868 commit +vimuser: how did your X60t unbricking go, damo22? damo22:havent bothered finding my screwdrivers yet -fchmmr: I need to.... tidy myself up. Back in an hour or so. -fchmmr: damo22: upload a ROM for me, with 5868 and grub payload -fchmmr: I'll test it for you +vimuser: I need to.... tidy myself up. Back in an hour or so. +vimuser: damo22: upload a ROM for me, with 5868 and grub payload +vimuser: I'll test it for you damo22:im not good with grub payloads damo22:i can give you one with seabios -fchmmr: ok give me that, -fchmmr: also hm ok, give me your .config. I'll add grub myself +vimuser: ok give me that, +vimuser: also hm ok, give me your .config. I'll add grub myself damo22:ok -damo22:fchmmr: http://paste.debian.net/plain/101692 +damo22:vimuser: http://paste.debian.net/plain/101692 # # Automatically generated make config: don't edit # coreboot version: 4.0-5614-gdb77532 @@ -1517,69 +1517,69 @@ damo22:you need to still add the vgabios filename damo22:CONFIG_VGA_BIOS_FILE="vgabios.bin" is the current setting damo22:# CONFIG_CONSOLE_CBMEM is not set woops -fchmmr: damo22 » register "gpu_lvds_is_dual_channel" = "1" -fchmmr: on x60/devicetree.cb -damo22:fchmmr: well check your VBT i think its correct though -fchmmr: so 0 was wrong? +vimuser: damo22 » register "gpu_lvds_is_dual_channel" = "1" +vimuser: on x60/devicetree.cb +damo22:vimuser: well check your VBT i think its correct though +vimuser: so 0 was wrong? damo22:it might depend on panel -fchmmr: Oh -fchmmr: I get it now. -fchmmr: I didn't see any code in 5868 that executes anything from the vgarom but, -fchmmr: you set coreboot to load it into memory, but not execute it. -fchmmr: I thought "load" only meant put it in cbfs -fchmmr: is this a correct assessment? -fchmmr: To let kernel find vbt tables. -fchmmr: And then we "fake" it later (withotu vga rom loaded). -fchmmr: damo22: are you testing 5868 on your X60t? -damo22:fchmmr: its to make linux kernel detect lvds after native init, but if you can also test coreboot native framebuffer with grub too, that would be handy - -fchmmr: So, vgarom has nothing to do with that patch. -fchmmr: ? -fchmmr: All I see is a change of stolen memory address, and the backlight values added -damo22:fchmmr: its tricky because the final vgabios in memory changes depending on the panel, because vgarom is self modifying - -fchmmr: So should I include the vgarunning.bin instead of vgabios.bin ? +vimuser: Oh +vimuser: I get it now. +vimuser: I didn't see any code in 5868 that executes anything from the vgarom but, +vimuser: you set coreboot to load it into memory, but not execute it. +vimuser: I thought "load" only meant put it in cbfs +vimuser: is this a correct assessment? +vimuser: To let kernel find vbt tables. +vimuser: And then we "fake" it later (withotu vga rom loaded). +vimuser: damo22: are you testing 5868 on your X60t? +damo22:vimuser: its to make linux kernel detect lvds after native init, but if you can also test coreboot native framebuffer with grub too, that would be handy + +vimuser: So, vgarom has nothing to do with that patch. +vimuser: ? +vimuser: All I see is a change of stolen memory address, and the backlight values added +damo22:vimuser: its tricky because the final vgabios in memory changes depending on the panel, because vgarom is self modifying + +vimuser: So should I include the vgarunning.bin instead of vgabios.bin ? damo22:yes -damo22:fchmmr: if you can load grub as payload and you see something, its a success -fchmmr: damo22: the problem is, without that patch I just use 5320 as-is, and I see grub as payload already. -fchmmr: Hence my question above. -damo22:fchmmr: also, if you can boot into linux after that and dont get any error messages from drm module, its a double success -fchmmr: Which error messages (besides "Invalid ROM contents") am I looking for? -damo22:fchmmr: stuff like, page fault -fchmmr: And should I enable any specific debugging options (such as drm.debug=0x06) +damo22:vimuser: if you can load grub as payload and you see something, its a success +vimuser: damo22: the problem is, without that patch I just use 5320 as-is, and I see grub as payload already. +vimuser: Hence my question above. +damo22:vimuser: also, if you can boot into linux after that and dont get any error messages from drm module, its a double success +vimuser: Which error messages (besides "Invalid ROM contents") am I looking for? +damo22:vimuser: stuff like, page fault +vimuser: And should I enable any specific debugging options (such as drm.debug=0x06) damo22:yes that would help -fchmmr: Ok: which logs do you want? -fchmmr: I'll upload it for your reference -damo22:fchmmr: kernel boot log and Xorg.0.log, coreboot log if possible -fchmmr: probably kern.log and Xorg.0.log -fchmmr: coreboot log is possible, i have dock. -fchmmr: anything else? +vimuser: Ok: which logs do you want? +vimuser: I'll upload it for your reference +damo22:vimuser: kernel boot log and Xorg.0.log, coreboot log if possible +vimuser: probably kern.log and Xorg.0.log +vimuser: coreboot log is possible, i have dock. +vimuser: anything else? damo22:that is all, thanks -fchmmr: ok. will do. +vimuser: ok. will do. -fchmmr: damo22: I could test this on T60 aswell by cherry picking 5345, right? -damo22:fchmmr: idk -fchmmr: (and addinf backlight value to deivcetree) -fchmmr: We should devise a way to test this on T60 aswell. -damo22:fchmmr: lets just see if the x60 fix works +vimuser: damo22: I could test this on T60 aswell by cherry picking 5345, right? +damo22:vimuser: idk +vimuser: (and addinf backlight value to deivcetree) +vimuser: We should devise a way to test this on T60 aswell. +damo22:vimuser: lets just see if the x60 fix works damo22:it still needs work if the test passes -fchmmr: Ok but, you just have that one line changed in gma.c, and backlight value changed it x60/devicetree.cb +vimuser: Ok but, you just have that one line changed in gma.c, and backlight value changed it x60/devicetree.cb damo22:yes damo22:phcoder did most of the work -fchmmr: So, I could run this same test on T60 by cherry picking 5345 on top of 5868, changing t60/devicetree.cb's backlight value and including T60 runningvga.bin and having that load (but not execute) +vimuser: So, I could run this same test on T60 by cherry picking 5345 on top of 5868, changing t60/devicetree.cb's backlight value and including T60 runningvga.bin and having that load (but not execute) damo22:its a small bug i think -fchmmr: I will do that above, after X60 is tested. -damo22:fchmmr: youre always talking about more and more combinations of tests, lets just get one right -fchmmr: Yes. Just a thought. We'll test X60 exclusively. T60 can easily be tested later. -fchmmr: Ok..... back soon. I'll get you the results you wanted. I'll be using 3.14.4 (the one samnob made). +vimuser: I will do that above, after X60 is tested. +damo22:vimuser: youre always talking about more and more combinations of tests, lets just get one right +vimuser: Yes. Just a thought. We'll test X60 exclusively. T60 can easily be tested later. +vimuser: Ok..... back soon. I'll get you the results you wanted. I'll be using 3.14.4 (the one samnob made). damo22:thanks -fchmmr: We should do this with the latest runningvga.bin (from extracting with dd on the latest vgabios.bin) -fchmmr: My one is older -damo22:fchmmr: version number of vgabios is irrelevant if it was taken from a lenovo bios that used to run on your machine, and since pulled from ram +vimuser: We should do this with the latest runningvga.bin (from extracting with dd on the latest vgabios.bin) +vimuser: My one is older +damo22:vimuser: version number of vgabios is irrelevant if it was taken from a lenovo bios that used to run on your machine, and since pulled from ram damo22:ie, it should have the correct VBT values damo22:for your machine diff --git a/docs/resources/misc/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt b/docs/resources/misc/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt index 392f9ad6..36eba54c 100644 --- a/docs/resources/misc/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt +++ b/docs/resources/misc/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt @@ -4,7 +4,7 @@ -/* mkdescriptor.c: generated C code from ich9deblob */ -/* .c source file for the descriptor-generating C code */ +/* -+ * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> ++ * Copyright (C) 2014 Minifree Ltd <info@minifree.org> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by diff --git a/docs/resources/misc/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt b/docs/resources/misc/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt index 2f64f7aa..11f25e28 100644 --- a/docs/resources/misc/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt +++ b/docs/resources/misc/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt @@ -4,7 +4,7 @@ -/* mkgbe.c: generated C code from ich9deblob */ -/* .c source file for the gbe-generating C code */ +/* -+ * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> ++ * Copyright (C) 2014 Minifree Ltd <info@minifree.org> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by diff --git a/docs/resources/misc/gnutoo_fallback_patch b/docs/resources/misc/gnutoo_fallback_patch index 50af7798..88658fbd 100644 --- a/docs/resources/misc/gnutoo_fallback_patch +++ b/docs/resources/misc/gnutoo_fallback_patch @@ -153,12 +153,12 @@ <GNUtoo-irssi> I was going trough the list of patches I had first <GNUtoo-irssi> yes <GNUtoo-irssi> but to a specific/personal page -<fchmmr> could you link me to the updated instructions? (when done) +<vimuser> could you link me to the updated instructions? (when done) <GNUtoo-irssi> well, I'll update them first <GNUtoo-irssi> I was going trough my patches list before that <GNUtoo-irssi> so I'll do that now -<fchmmr> So I gather that you basically reset the counter yourself after you boot (after typing grub password) -<fchmmr> and so, if you boot and the counter is higher, you know if someone tried to use it +<vimuser> So I gather that you basically reset the counter yourself after you boot (after typing grub password) +<vimuser> and so, if you boot and the counter is higher, you know if someone tried to use it <GNUtoo-irssi> yes, my systemd unit does it <GNUtoo-irssi> *resets it <GNUtoo-irssi> so it works like that: diff --git a/docs/resources/misc/patches/x60flashscript.patch b/docs/resources/misc/patches/x60flashscript.patch index 2126590a..8f22fbb6 100644 --- a/docs/resources/misc/patches/x60flashscript.patch +++ b/docs/resources/misc/patches/x60flashscript.patch @@ -1,5 +1,5 @@ From 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Wed, 10 Jun 2015 22:53:28 +0000 Subject: flash script: fix a really really really dumb mistake diff --git a/docs/src/archive_old.texi b/docs/src/archive_old.texi index b8eac7b4..74d6f2a9 100644 --- a/docs/src/archive_old.texi +++ b/docs/src/archive_old.texi @@ -2045,7 +2045,7 @@ source code deblobbed @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/future/index.texi b/docs/src/future/index.texi index abb93da3..4bb25e56 100644 --- a/docs/src/future/index.texi +++ b/docs/src/future/index.texi @@ -109,7 +109,7 @@ Every other T7200 tested so far has worked without microcode updates. @node i945 VRAM size @chapter i945 VRAM size @anchor{#i945-vram-size} -Apparently, only 8MB VRAM is available on i945 GPUs (though it could do 64MB):@* phcoder: No. Hardware default is 8 MiB. When I wanted to make it configurable, I saw that docs mention only one other alternative: 1MiB. Later isn't event enough for 1024x768 at 24bpp without any acceleration or double buffering. It's possible that there are undocumented values. Which options do you have in vendor BIOS? How to find out how much vram you have:@* phcoder: TOM - BSM@* phcoder: check what vendor BIOS offers as options@* fchmmr: I thought it could do 64MB usually@* phcoder: not accorging to doc.@* phcoder: see mobile-945-express-chipset-datasheet page 93@* phcoder: see also src/northbridge/intel/i945/@{early_init,northbridge,gma@}.c@* fchmmr: "011 = DVMT (UMA) mode, 8 MB of memory pre-allocated for@* fchmmr: frame buffer."@* fchmmr: "Others - reserved"@* phcoder: the easiest way is a loop at this position which tries different values and reads (and prints) BSM with them@* stefanct: fchmmr: they suggest that you change the value and look how BSM reacts to that@* stefanct: as they pointed out earlier vram size = TOM - BSM@* stefanct: different values of GMS@* stefanct: phcoder: hm... this could be a hint. look at the text description of TOLUD at page 103@* stefanct: it mentions 64 MB in the text about BSM as well@* stefanct: table 18...@* phcoder: stefanct: I have a guess which value make is 64 but I will not tell to avoid skewing test results@* stefanct: phcoder: sure... i assumed you were not sure if it supports it at all. testing it properly is of course a good idea :)@* stefanct: test the various possible (but reserved) values of GMS and see what the resulting VRAM size is@* fchmmr: so, TOM - BSM +Apparently, only 8MB VRAM is available on i945 GPUs (though it could do 64MB):@* phcoder: No. Hardware default is 8 MiB. When I wanted to make it configurable, I saw that docs mention only one other alternative: 1MiB. Later isn't event enough for 1024x768 at 24bpp without any acceleration or double buffering. It's possible that there are undocumented values. Which options do you have in vendor BIOS? How to find out how much vram you have:@* phcoder: TOM - BSM@* phcoder: check what vendor BIOS offers as options@* vimuser: I thought it could do 64MB usually@* phcoder: not accorging to doc.@* phcoder: see mobile-945-express-chipset-datasheet page 93@* phcoder: see also src/northbridge/intel/i945/@{early_init,northbridge,gma@}.c@* vimuser: "011 = DVMT (UMA) mode, 8 MB of memory pre-allocated for@* vimuser: frame buffer."@* vimuser: "Others - reserved"@* phcoder: the easiest way is a loop at this position which tries different values and reads (and prints) BSM with them@* stefanct: vimuser: they suggest that you change the value and look how BSM reacts to that@* stefanct: as they pointed out earlier vram size = TOM - BSM@* stefanct: different values of GMS@* stefanct: phcoder: hm... this could be a hint. look at the text description of TOLUD at page 103@* stefanct: it mentions 64 MB in the text about BSM as well@* stefanct: table 18...@* phcoder: stefanct: I have a guess which value make is 64 but I will not tell to avoid skewing test results@* stefanct: phcoder: sure... i assumed you were not sure if it supports it at all. testing it properly is of course a good idea :)@* stefanct: test the various possible (but reserved) values of GMS and see what the resulting VRAM size is@* vimuser: so, TOM - BSM @ref{#pagetop,Back to top of page.} @@ -503,7 +503,7 @@ It might be the same issue I ran into with Paul on the X60 (not enough memory be @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/future/old.texi b/docs/src/future/old.texi index e0f845fd..77b06c1d 100644 --- a/docs/src/future/old.texi +++ b/docs/src/future/old.texi @@ -190,7 +190,7 @@ GTT (graphics translation table) size is PGETBL_save, max 256 KiB. BSM (Base of @ref{#pagetop,Back to top of page} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/git/index.texi b/docs/src/git/index.texi index 0c82d61f..70c17e98 100644 --- a/docs/src/git/index.texi +++ b/docs/src/git/index.texi @@ -376,7 +376,7 @@ The ROM images will be stored in separate archives for each system, under @stron @ref{#pagetop,Back to top of page} -Copyright © 2014, 2015, 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015, 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/configuring_parabola.texi b/docs/src/gnulinux/configuring_parabola.texi index ebef9e95..752bc789 100644 --- a/docs/src/gnulinux/configuring_parabola.texi +++ b/docs/src/gnulinux/configuring_parabola.texi @@ -469,7 +469,7 @@ I added the volume control applet to the panel (right click panel, and add a new @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/encrypted_parabola.texi b/docs/src/gnulinux/encrypted_parabola.texi index 6eafaf61..b69cb589 100644 --- a/docs/src/gnulinux/encrypted_parabola.texi +++ b/docs/src/gnulinux/encrypted_parabola.texi @@ -401,7 +401,7 @@ Supported CD-RW media types according to MMC-4 feature 0x37: Does not write ultra high speed+ CD-RW media @end verbatim -Copyright © 2014, 2015, 2016 Francis Rowe <info@@gluglug.org.uk>@* Copyright © 2015 Jeroen Quint <jezza@@diplomail.ch>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015, 2016 Minifree Ltd <info@@minifree.org>@* Copyright © 2015 Jeroen Quint <jezza@@diplomail.ch>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/encrypted_trisquel.texi b/docs/src/gnulinux/encrypted_trisquel.texi index e0c51534..12436603 100644 --- a/docs/src/gnulinux/encrypted_trisquel.texi +++ b/docs/src/gnulinux/encrypted_trisquel.texi @@ -334,7 +334,7 @@ Supported CD-RW media types according to MMC-4 feature 0x37: Does not write ultra high speed+ CD-RW media @end verbatim -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/grub_boot_installer.texi b/docs/src/gnulinux/grub_boot_installer.texi index a06f55c0..0b66e380 100644 --- a/docs/src/gnulinux/grub_boot_installer.texi +++ b/docs/src/gnulinux/grub_boot_installer.texi @@ -144,7 +144,7 @@ This workaround was found on the page: @uref{https://www.debian.org/releases/sta @ref{#pagetop,Back to top of page}. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/grub_cbfs.texi b/docs/src/gnulinux/grub_cbfs.texi index 6c65ae42..c49e2f6f 100644 --- a/docs/src/gnulinux/grub_cbfs.texi +++ b/docs/src/gnulinux/grub_cbfs.texi @@ -165,7 +165,7 @@ Add the modified version that you just made:@* @strong{$ ./cbfstool libreboot.ro @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Copyright © 2015 Jeroen Quint <jezza@@diplomail.ch>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Copyright © 2015 Jeroen Quint <jezza@@diplomail.ch>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/grub_config.texi b/docs/src/gnulinux/grub_config.texi index 5333ac40..171e8284 100644 --- a/docs/src/gnulinux/grub_config.texi +++ b/docs/src/gnulinux/grub_config.texi @@ -106,7 +106,7 @@ You can basically adapt the above. Note however that Parabola does not keep old @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/gnulinux/index.texi b/docs/src/gnulinux/index.texi index 9a0c9df6..79ed2574 100644 --- a/docs/src/gnulinux/index.texi +++ b/docs/src/gnulinux/index.texi @@ -45,7 +45,7 @@ Follow-up tutorial: @uref{configuring_parabola.html,Configuring Parabola (post-i @uref{encrypted_trisquel.html,Installing Trisquel GNU/Linux-libre with full disk encryption (including /boot)} @end itemize -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/grub/index.texi b/docs/src/grub/index.texi index 3bb55ad6..64d26d35 100644 --- a/docs/src/grub/index.texi +++ b/docs/src/grub/index.texi @@ -103,7 +103,7 @@ ukdvorak had to be created manually, based on usdvorak. diff them (under resourc @ref{#pagetop,Back to top of page} -Copyright © 2014 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/index.texi b/docs/src/hardware/index.texi index 0e915b0a..e8a03895 100644 --- a/docs/src/hardware/index.texi +++ b/docs/src/hardware/index.texi @@ -35,7 +35,7 @@ This section relates to hardware maintenance on supported targets. @uref{t60_heatsink.html,ThinkPad T60: change the fan/heatsink} @end itemize -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/t60_heatsink.texi b/docs/src/hardware/t60_heatsink.texi index 41ff0a97..00074713 100644 --- a/docs/src/hardware/t60_heatsink.texi +++ b/docs/src/hardware/t60_heatsink.texi @@ -78,7 +78,7 @@ It lives!@* @image{../resources/images/t60_dev/0071,,,,JPG} @image{../resources/ Always stress test ('stress -c 2' and xsensors. below 90C is ok) when replacing cpu paste/heatsink:@* @image{../resources/images/t60_dev/0074,,,,JPG} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/t60_lcd_15.texi b/docs/src/hardware/t60_lcd_15.texi index 3eb0b903..7fde0b28 100644 --- a/docs/src/hardware/t60_lcd_15.texi +++ b/docs/src/hardware/t60_lcd_15.texi @@ -46,7 +46,7 @@ Now re-attach the front bezel and put all the screws in. It lives!@* @image{../resources/images/t60_dev/0071,,,,JPG} @image{../resources/images/t60_dev/0072,,,,JPG} @image{../resources/images/t60_dev/0073,,,,JPG} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/x60_heatsink.texi b/docs/src/hardware/x60_heatsink.texi index 3930e3f7..7991c2f8 100644 --- a/docs/src/hardware/x60_heatsink.texi +++ b/docs/src/hardware/x60_heatsink.texi @@ -103,7 +103,7 @@ Remove the old paste with a cloth (from the CPU and heatsink) and then clean bot @strong{stress -c 2} command can be used to push the CPU to 100%, and @strong{xsensors} (or @strong{watch sensors} command) can be used to monitor heat. Below 90C is ok. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/x60_keyboard.texi b/docs/src/hardware/x60_keyboard.texi index 69e2e830..a0319c60 100644 --- a/docs/src/hardware/x60_keyboard.texi +++ b/docs/src/hardware/x60_keyboard.texi @@ -30,7 +30,7 @@ Although slightly different, this guide can also be followed for the ThinkPad X2 @anchor{#just-follow-these-steps-and-then-reverse} @image{../resources/images/x60_keyboard/1,,,,JPG}@* @image{../resources/images/x60_keyboard/2,,,,JPG}@* @image{../resources/images/x60_keyboard/3,,,,JPG}@* @image{../resources/images/x60_keyboard/4,,,,JPG}@* @image{../resources/images/x60_keyboard/5,,,,JPG} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hardware/x60_lcd_change.texi b/docs/src/hardware/x60_lcd_change.texi index 6061b908..712abdae 100644 --- a/docs/src/hardware/x60_lcd_change.texi +++ b/docs/src/hardware/x60_lcd_change.texi @@ -24,7 +24,7 @@ This tutorial is incomplete, and only pictures for now. @image{../resources/images/x60_lcd_change/0001,,,,JPG} @image{../resources/images/x60_lcd_change/0002,,,,JPG} @image{../resources/images/x60_lcd_change/0003,,,,JPG} @image{../resources/images/x60_lcd_change/0004,,,,JPG} @image{../resources/images/x60_lcd_change/0005,,,,JPG} @image{../resources/images/x60_lcd_change/0006,,,,JPG} @image{../resources/images/x60_lcd_change/0007,,,,JPG} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/c201.texi b/docs/src/hcl/c201.texi index a644b858..ee81f1a2 100644 --- a/docs/src/hcl/c201.texi +++ b/docs/src/hcl/c201.texi @@ -150,7 +150,7 @@ It's next to the flash chip. Unscrew it, and the flash chip is read-write. Screw Write protection is useful, because it prevents the firmware from being re-flashed by any malicious software that might become executed on your GNU/Linux system, as root. In other words, it can prevent a firmware-level @emph{evil maid} attack. It's possible to write protect on all current libreboot systems, but CrOS devices make it easy. The screw is such a stupidly simple idea, which all designs should implement. -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/d510mo.texi b/docs/src/hcl/d510mo.texi index b2d1ed06..5ddca5a1 100644 --- a/docs/src/hcl/d510mo.texi +++ b/docs/src/hcl/d510mo.texi @@ -30,7 +30,7 @@ Flashing instructions can be found at @uref{../install/index.html#flashrom,../in @uref{index.html,Back to previous index}. -Copyright © 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/ga-g41m-es2l.texi b/docs/src/hcl/ga-g41m-es2l.texi index ede16f7f..5b8e383c 100644 --- a/docs/src/hcl/ga-g41m-es2l.texi +++ b/docs/src/hcl/ga-g41m-es2l.texi @@ -29,7 +29,7 @@ Flashing instructions can be found at @uref{../install/index.html#flashrom,../in @uref{index.html,Back to previous index}. -Copyright © 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/gm45_lcd.texi b/docs/src/hcl/gm45_lcd.texi index 7d3090c2..75dcd4be 100644 --- a/docs/src/hcl/gm45_lcd.texi +++ b/docs/src/hcl/gm45_lcd.texi @@ -283,7 +283,7 @@ e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ @end verbatim -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/gm45_remove_me.texi b/docs/src/hcl/gm45_remove_me.texi index 43cb81ae..799b60f4 100644 --- a/docs/src/hcl/gm45_remove_me.texi +++ b/docs/src/hcl/gm45_remove_me.texi @@ -155,7 +155,7 @@ It will generate a 4KiB descriptor file (only the descriptor, no GbE). Insert th TODO: test this.@* TODO: lenovobios (GM45 thinkpads) still write-protects parts of the flash. Modify the assembly code inside. Note: the factory.rom (BIOS region) from lenovobios is in a compressed format, which you have to extract. bios_extract upstream won't work, but the following was said in #coreboot on freenode IRC: @verbatim -<roxfan> fchmmr: try bios_extract with ffv patch http://patchwork.coreboot.org/patch/3444/ +<roxfan> vimuser: try bios_extract with ffv patch http://patchwork.coreboot.org/patch/3444/ <roxfan> or https://github.com/coreboot/bios_extract/blob/master/phoenix_extract.py <roxfan> what are you looking for specifically, btw? @@ -413,7 +413,7 @@ This is a 32K region from the factory image. It could be data (non-functional) t It has only a 448 byte fragment different from 0x00 or 0xFF. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/index.texi b/docs/src/hcl/index.texi index e8e6583d..b4e5dad5 100644 --- a/docs/src/hcl/index.texi +++ b/docs/src/hcl/index.texi @@ -543,7 +543,7 @@ A user submitted a utility to enable 3-finger tap on this laptop. It's available @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015, 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015, 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/kcma-d8.texi b/docs/src/hcl/kcma-d8.texi index 0570c79a..44c292a7 100644 --- a/docs/src/hcl/kcma-d8.texi +++ b/docs/src/hcl/kcma-d8.texi @@ -93,7 +93,7 @@ Graphics: only text-mode works. See @ref{#graphics,#graphics} Check ASUS website for specs -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/kfsn4-dre.texi b/docs/src/hcl/kfsn4-dre.texi index 08876b2b..a27c55c3 100644 --- a/docs/src/hcl/kfsn4-dre.texi +++ b/docs/src/hcl/kfsn4-dre.texi @@ -75,7 +75,7 @@ Text-mode is a bit jittery (but still usable). (the jitter disappears if using K @anchor{#other-information} @uref{ftp://ftp.sgi.com/public/Technical%20Support/Pdf%20files/Asus/kfsn4-dre.pdf,specifications} -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/kgpe-d16.texi b/docs/src/hcl/kgpe-d16.texi index 1c5b3f80..25b2b696 100644 --- a/docs/src/hcl/kgpe-d16.texi +++ b/docs/src/hcl/kgpe-d16.texi @@ -327,7 +327,7 @@ Fan speed (RPM) * DDR3 1600 can only be supported with AMD Opteron 6300/6200 series processor @end itemize -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/r400.texi b/docs/src/hcl/r400.texi index 73332ea7..f12051c4 100644 --- a/docs/src/hcl/r400.texi +++ b/docs/src/hcl/r400.texi @@ -57,7 +57,7 @@ TODO: put hardware register logs here like on the @uref{x200.html,X200} and @ure @anchor{#lcd-compatibly} Not all LCD panels are compatible yet. See @uref{gm45_lcd.html,gm45_lcd.html}. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/t400.texi b/docs/src/hcl/t400.texi index 2c2b303d..f7c710f5 100644 --- a/docs/src/hcl/t400.texi +++ b/docs/src/hcl/t400.texi @@ -75,7 +75,7 @@ T400 with @strong{Winbond W25X64} flash chip (8MiB, SOIC-16) and Lenovo BIOS 2.0 Version of flashrom used for the external flashing/reading logs is the one that libreboot git revision c164960 uses. @end itemize -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/t500.texi b/docs/src/hcl/t500.texi index 42dcad14..227e7248 100644 --- a/docs/src/hcl/t500.texi +++ b/docs/src/hcl/t500.texi @@ -85,7 +85,7 @@ T500 with @strong{Macronix MX25L3205D} flash chip (4MiB, SOIC-8) and Lenovo BIOS @end itemize -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/hcl/x200.texi b/docs/src/hcl/x200.texi index ace8c881..3da70c08 100644 --- a/docs/src/hcl/x200.texi +++ b/docs/src/hcl/x200.texi @@ -212,7 +212,7 @@ What pehjota wrote: As I said, 10676 is M0 and 1067A is R0; those are the two CP <sgsit> http://www.endeer.cz/bios.tools/bios.html @end verbatim -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Copyright © 2015 Patrick "P. J." McDermott <pj@@pehjota.net>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Copyright © 2015 Patrick "P. J." McDermott <pj@@pehjota.net>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/index.texi b/docs/src/index.texi index 9fedb83b..e098dbf9 100644 --- a/docs/src/index.texi +++ b/docs/src/index.texi @@ -118,7 +118,7 @@ You can also check the documentation that came with your archives, and in @emph{ Generally speaking, it is advisable to use the latest version of libreboot. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/bbb_setup.texi b/docs/src/install/bbb_setup.texi index 27571107..cd8c4781 100644 --- a/docs/src/install/bbb_setup.texi +++ b/docs/src/install/bbb_setup.texi @@ -261,7 +261,7 @@ See this image: @uref{http://i.imgur.com/qHGxKpj.jpg,http://i.imgur.com/qHGxKpj. He was able to flash at 50MHz (lower speeds are also fine). @end itemize -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Copyright © 2015 Patrick "P. J." McDermott <pj@@pehjota.net>@* Copyright © 2015 Albin Söderqvist@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Copyright © 2015 Patrick "P. J." McDermott <pj@@pehjota.net>@* Copyright © 2015 Albin Söderqvist@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/index.texi b/docs/src/install/index.texi index 0ed27b49..c56a71c7 100644 --- a/docs/src/install/index.texi +++ b/docs/src/install/index.texi @@ -275,7 +275,7 @@ Shut down. @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/kcma-d8.texi b/docs/src/install/kcma-d8.texi index 39093dc5..3367b652 100644 --- a/docs/src/install/kcma-d8.texi +++ b/docs/src/install/kcma-d8.texi @@ -39,7 +39,7 @@ Refer to @uref{bbb_setup.html,bbb_setup.html} for a guide on how to set up an ex The flash chip is in a PDIP 8 socket (SPI flash chip) on the motherboard, which you take out and then re-flash with libreboot, using the programmer. @strong{DO NOT} remove the chip with your hands. Use a chip extractor tool. -Copyright © 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/kgpe-d16.texi b/docs/src/install/kgpe-d16.texi index b9dcfbf7..44f5a54f 100644 --- a/docs/src/install/kgpe-d16.texi +++ b/docs/src/install/kgpe-d16.texi @@ -53,7 +53,7 @@ Refer to @uref{bbb_setup.html,bbb_setup.html} for a guide on how to set up an ex The flash chip is in a PDIP 8 socket (SPI flash chip) on the motherboard, which you take out and then re-flash with libreboot, using the programmer. @strong{DO NOT} remove the chip with your hands. Use a chip extractor tool. -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/r400_external.texi b/docs/src/install/r400_external.texi index 26897dd6..53950ed0 100644 --- a/docs/src/install/r400_external.texi +++ b/docs/src/install/r400_external.texi @@ -284,7 +284,7 @@ You should see something like this: Now @uref{../gnulinux/index.html,install GNU/Linux}. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/t400_external.texi b/docs/src/install/t400_external.texi index 0be55075..54f48f7f 100644 --- a/docs/src/install/t400_external.texi +++ b/docs/src/install/t400_external.texi @@ -284,7 +284,7 @@ You should see something like this: Now @uref{../gnulinux/index.html,install GNU/Linux}. -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/t500_external.texi b/docs/src/install/t500_external.texi index c6403ff0..635eb333 100644 --- a/docs/src/install/t500_external.texi +++ b/docs/src/install/t500_external.texi @@ -284,7 +284,7 @@ You should see something like this: Now @uref{../gnulinux/index.html,install GNU/Linux}. -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/t60_unbrick.texi b/docs/src/install/t60_unbrick.texi index 7c94b402..11566457 100644 --- a/docs/src/install/t60_unbrick.texi +++ b/docs/src/install/t60_unbrick.texi @@ -139,7 +139,7 @@ It lives!@* @image{../resources/images/t60_dev/0071,,,,JPG} @image{../resources/ Always stress test ('stress -c 2' and xsensors. below 90C is ok) when replacing cpu paste/heatsink:@* @image{../resources/images/t60_dev/0074,,,,JPG} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/x200_external.texi b/docs/src/install/x200_external.texi index 3ce7a08f..426864f4 100644 --- a/docs/src/install/x200_external.texi +++ b/docs/src/install/x200_external.texi @@ -267,7 +267,7 @@ It is actually possible to disable these protections. Lenovobios does, when upda On a related note, libreboot has a utility that could help with investigating this: @uref{../hcl/gm45_remove_me.html#demefactory,../hcl/gm45_remove_me.html#demefactory} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/x60_unbrick.texi b/docs/src/install/x60_unbrick.texi index e70e56c8..6650e5a5 100644 --- a/docs/src/install/x60_unbrick.texi +++ b/docs/src/install/x60_unbrick.texi @@ -151,7 +151,7 @@ Trisquel live USB menu (using the GRUB ISOLINUX parser):@* @image{../resources/i Trisquel live desktop:@* @image{../resources/images/x60_unbrick/0049,,,,jpg} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/install/x60tablet_unbrick.texi b/docs/src/install/x60tablet_unbrick.texi index 90e19cec..9d2d6936 100644 --- a/docs/src/install/x60tablet_unbrick.texi +++ b/docs/src/install/x60tablet_unbrick.texi @@ -99,7 +99,7 @@ It should be @strong{Verifying flash... VERIFIED} at the end. If flashrom compla Reverse the steps to re-assemble your system. -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/maintain/index.texi b/docs/src/maintain/index.texi index 08011213..7802929a 100644 --- a/docs/src/maintain/index.texi +++ b/docs/src/maintain/index.texi @@ -271,7 +271,7 @@ In the download script for memtest86plus, make sure to update the checksum that @ref{#pagetop,Back to top of page}. -Copyright © 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/misc/index.texi b/docs/src/misc/index.texi index 829286d2..fc3c0c37 100644 --- a/docs/src/misc/index.texi +++ b/docs/src/misc/index.texi @@ -143,7 +143,7 @@ If neither of these options ork (or they are unavailable), physically removing t @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Softare Foundation; ith no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Softare Foundation; ith no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (hen available) can be found at @uref{https://.gnu.org/licenses/licenses.html,https://.gnu.org/licenses/licenses.html} diff --git a/docs/src/misc/patch.texi b/docs/src/misc/patch.texi index fad67741..cebd7fc4 100644 --- a/docs/src/misc/patch.texi +++ b/docs/src/misc/patch.texi @@ -84,7 +84,7 @@ If you use a patch from git format-patch, then use @strong{git am patch.git} ins @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/release.texi b/docs/src/release.texi index 19c49412..1a1a1ec0 100644 --- a/docs/src/release.texi +++ b/docs/src/release.texi @@ -189,7 +189,7 @@ See @strong{@emph{hcl/index.html#macbook21}}. Changelog not yet generated. Clone the git repository and check the git logs @end itemize -Copyright © 2014, 2015, 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015, 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/security/dock.texi b/docs/src/security/dock.texi index d45040f8..3f48bff3 100644 --- a/docs/src/security/dock.texi +++ b/docs/src/security/dock.texi @@ -138,7 +138,7 @@ added too? > trough nvram. @end verbatim -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/security/index.texi b/docs/src/security/index.texi index a049fc94..3a261867 100644 --- a/docs/src/security/index.texi +++ b/docs/src/security/index.texi @@ -27,7 +27,7 @@ Or @uref{../index.html,Back to main index}. @uref{t60_security.html,ThinkPad T60: hardware security} @end itemize -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,../gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,../gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/security/t60_security.texi b/docs/src/security/t60_security.texi index 271d4473..cbed1499 100644 --- a/docs/src/security/t60_security.texi +++ b/docs/src/security/t60_security.texi @@ -271,7 +271,7 @@ It's possible to turn headphones into a microphone, you could try yourself, howe @anchor{#video-ccc} 30c3-5356-en-Firmware_Fat_Camp_webm.webm from the 30th CCC. While their demo is experimental(their hardware also got damaged during the transport), the spies probably already have that since a long time. @uref{http://berlin.ftp.media.ccc.de/congress/2013/webm/30c3-5356-en-Firmware_Fat_Camp_webm.webm,http://berlin.ftp.media.ccc.de/congress/2013/webm/30c3-5356-en-Firmware_Fat_Camp_webm.webm} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/security/x60_security.texi b/docs/src/security/x60_security.texi index 1a170909..af13c883 100644 --- a/docs/src/security/x60_security.texi +++ b/docs/src/security/x60_security.texi @@ -219,7 +219,7 @@ It's possible to turn headphones into a microphone, you could try yourself, howe @anchor{#video-ccc} 30c3-5356-en-Firmware_Fat_Camp_webm.webm from the 30th CCC. While their demo is experimental(their hardware also got damaged during the transport), the spies probably already have that since a long time. @uref{http://berlin.ftp.media.ccc.de/congress/2013/webm/30c3-5356-en-Firmware_Fat_Camp_webm.webm,http://berlin.ftp.media.ccc.de/congress/2013/webm/30c3-5356-en-Firmware_Fat_Camp_webm.webm} -Copyright © 2014, 2015 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{../resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} diff --git a/docs/src/tasks.texi b/docs/src/tasks.texi index e73f54ac..b975367f 100644 --- a/docs/src/tasks.texi +++ b/docs/src/tasks.texi @@ -97,7 +97,7 @@ Adapt linux-libre deblob scripts for use with coreboot. Libreboot is already deb @ref{#pagetop,Back to top of page.} -Copyright © 2014, 2015, 2016 Francis Rowe <info@@gluglug.org.uk>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} +Copyright © 2014, 2015, 2016 Minifree Ltd <info@@minifree.org>@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at @uref{resources/licenses/gfdl-1.3.txt,gfdl-1.3.txt} Updated versions of the license (when available) can be found at @uref{https://www.gnu.org/licenses/licenses.html,https://www.gnu.org/licenses/licenses.html} @@ -3,7 +3,7 @@ # download script: Download the programs used in libreboot, that # aren't distributed in the git repository. # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify @@ -2,7 +2,7 @@ # flash script: uses flashrom to flash a libreboot ROM image # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/bucts/patch/0001-Makefile-don-t-use-git.patch b/resources/bucts/patch/0001-Makefile-don-t-use-git.patch index 68285201..9df1a0c6 100644 --- a/resources/bucts/patch/0001-Makefile-don-t-use-git.patch +++ b/resources/bucts/patch/0001-Makefile-don-t-use-git.patch @@ -1,5 +1,5 @@ From 63312528ea81207865077ab2c75963e3660859f0 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Sat, 14 Feb 2015 00:56:43 +0000 Subject: [PATCH] Makefile: don't use git diff --git a/resources/flashrom/patch/0001-New-laptops-whitelisted-ThinkPad-R400-and-ThinkPad-T.patch b/resources/flashrom/patch/0001-New-laptops-whitelisted-ThinkPad-R400-and-ThinkPad-T.patch index 319eaf69..f1c2f509 100644 --- a/resources/flashrom/patch/0001-New-laptops-whitelisted-ThinkPad-R400-and-ThinkPad-T.patch +++ b/resources/flashrom/patch/0001-New-laptops-whitelisted-ThinkPad-R400-and-ThinkPad-T.patch @@ -1,5 +1,5 @@ From 52a0b55c77635dc026793e66d516e3aed335706a Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Fri, 11 Mar 2016 06:35:03 +0000 Subject: [PATCH 1/1] New laptops whitelisted: ThinkPad R400 and ThinkPad T500 diff --git a/resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.patch b/resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.patch index 6f471b53..03fea054 100644 --- a/resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.patch +++ b/resources/flashrom/patch/0002-Add-whitelist-for-Taurinus-X200-laptop.patch @@ -1,5 +1,5 @@ From b1828512abf58911cfb829cb6a98d4e8dbefadc2 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Fri, 11 Mar 2016 06:38:39 +0000 Subject: [PATCH 1/1] Add whitelist for Taurinus X200 laptop diff --git a/resources/flashrom/patch/0003-purged-chips.patch b/resources/flashrom/patch/0003-purged-chips.patch index d363ee51..9018db5c 100644 --- a/resources/flashrom/patch/0003-purged-chips.patch +++ b/resources/flashrom/patch/0003-purged-chips.patch @@ -1,5 +1,5 @@ From 260f0e096b385c9f53e9a28e79293131a11122a6 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Fri, 11 Mar 2016 06:50:50 +0000 Subject: [PATCH 1/1] purged chips diff --git a/resources/grub/config/AUTHORS b/resources/grub/config/AUTHORS index 487c58c1..446d8fd8 100644 --- a/resources/grub/config/AUTHORS +++ b/resources/grub/config/AUTHORS @@ -1,2 +1,2 @@ -Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> diff --git a/resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch b/resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch index 91d55918..06f31204 100644 --- a/resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch +++ b/resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch @@ -1,5 +1,5 @@ From 721f09ef24e1879667ac3469c17774450602b29e Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Sat, 14 Feb 2015 01:24:23 +0000 Subject: [PATCH 01/10] grub-core/normal/main.c: Display "FREE AS IN FREEDOM", not version diff --git a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/15fca66bf08db45937ce88b950491963654805b9/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t400_8mb/0002-NOTFORMERGE-lenovo-t400-hard-code-enable-integrated-.patch b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t400_8mb/0002-NOTFORMERGE-lenovo-t400-hard-code-enable-integrated-.patch index 4bda8e71..ace6936b 100644 --- a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t400_8mb/0002-NOTFORMERGE-lenovo-t400-hard-code-enable-integrated-.patch +++ b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t400_8mb/0002-NOTFORMERGE-lenovo-t400-hard-code-enable-integrated-.patch @@ -1,5 +1,5 @@ From 6e7cdcaa317f9fdea329839b1e6e6343cd45b642 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Mon, 15 Jun 2015 03:44:15 +0100 Subject: [PATCH 2/9] NOTFORMERGE: lenovo/t400: hard-code enable integrated-only video @@ -12,7 +12,7 @@ Native graphics initialization does not yet exist for the ATI GPUs on these laptops... Change-Id: I2c056a8fb498972f87c4ec1122b239fdc9a4c666 -Signed-off-by: Francis Rowe <info@gluglug.org.uk> +Signed-off-by: Minifree Ltd <info@minifree.org> --- src/mainboard/lenovo/t400/romstage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t60/0001-lenovo-t60-Enable-brightness-controls-native-graphic.patch b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t60/0001-lenovo-t60-Enable-brightness-controls-native-graphic.patch index ec6b33ee..f94f0e59 100644 --- a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t60/0001-lenovo-t60-Enable-brightness-controls-native-graphic.patch +++ b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/t60/0001-lenovo-t60-Enable-brightness-controls-native-graphic.patch @@ -1,5 +1,5 @@ From 770021ce66a0fddebb9639c4df0696ecfca45488 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Mon, 15 Jun 2015 19:59:46 +0100 Subject: [PATCH 4/9] lenovo/t60: Enable brightness controls (native graphics) @@ -13,7 +13,7 @@ reverses polarity). Set the bit to enable brightness controls. Change-Id: I22e261f2ce28ec81cd208a73e6311ec67146eb72 -Signed-off-by: Francis Rowe <info@gluglug.org.uk> +Signed-off-by: Minifree Ltd <info@minifree.org> --- src/mainboard/lenovo/t60/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0001-NOTFORMERGE-ec-lenovo-h8-wlan-trackpoint-touchpad-bl.patch b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0001-NOTFORMERGE-ec-lenovo-h8-wlan-trackpoint-touchpad-bl.patch index b088d3e1..2c08dd0d 100644 --- a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0001-NOTFORMERGE-ec-lenovo-h8-wlan-trackpoint-touchpad-bl.patch +++ b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0001-NOTFORMERGE-ec-lenovo-h8-wlan-trackpoint-touchpad-bl.patch @@ -1,5 +1,5 @@ From 1024b5e6c476dcc195dca742746735277f63236b Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Mon, 13 Oct 2014 00:14:53 +0100 Subject: [PATCH 5/9] NOTFORMERGE: ec/lenovo/h8: wlan/trackpoint/touchpad/bluetooth/wwan @@ -7,7 +7,7 @@ Subject: [PATCH 5/9] NOTFORMERGE: ec/lenovo/h8: Permanently enable them. Change-Id: Ic76ab9ab9c865f30312378e18af58bece6c3260a -Signed-off-by: Francis Rowe <info@gluglug.org.uk> +Signed-off-by: Minifree Ltd <info@minifree.org> --- src/ec/lenovo/h8/h8.c | 21 +++++++++++---------- src/ec/lenovo/pmh7/pmh7.c | 11 ++++------- diff --git a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0002-lenovo-x60-use-correct-BLC_PWM_CTL-value.patch b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0002-lenovo-x60-use-correct-BLC_PWM_CTL-value.patch index 4afc7f57..2eab1d6c 100644 --- a/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0002-lenovo-x60-use-correct-BLC_PWM_CTL-value.patch +++ b/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60/0002-lenovo-x60-use-correct-BLC_PWM_CTL-value.patch @@ -1,5 +1,5 @@ From e4b5b65c93122126344771f2042f8d7a3468be19 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Mon, 22 Jun 2015 17:37:06 +0100 Subject: [PATCH 3/9] lenovo/x60: use correct BLC_PWM_CTL value @@ -8,7 +8,7 @@ current value is generic. Use the proper value, obtained by reading BLC_PWM_CTL while running the VBIOS. Change-Id: Ib273359e1c285b405a9bb26fc217c2f7e255b99f -Signed-off-by: Francis Rowe <info@gluglug.org.uk> +Signed-off-by: Minifree Ltd <info@minifree.org> --- src/mainboard/lenovo/x60/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/grub/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kcma-d8/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kfsn4-dre/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch index 64278632..aab4dcd7 100644 --- a/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch +++ b/resources/libreboot/patch/coreboot/8b9c807d724a4d211306bc84cff0b1290fcd1891/seabios/kgpe-d16/0001-HOTFIX-AMD-fam10h-fam15h-don-t-use-microcode-updates.patch @@ -1,5 +1,5 @@ From 388f9dbe66f6834013d478eeffe154d59ca6c239 Mon Sep 17 00:00:00 2001 -From: Francis Rowe <info@gluglug.org.uk> +From: Minifree Ltd <info@minifree.org> Date: Tue, 8 Mar 2016 07:21:33 +0000 Subject: [PATCH] HOTFIX: AMD fam10h/fam15h: don't use microcode updates diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts index 84bd4da5..a50621b5 100755 --- a/resources/scripts/helpers/build/clean/bucts +++ b/resources/scripts/helpers/build/clean/bucts @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in bucts # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/clean/coreboot b/resources/scripts/helpers/build/clean/coreboot index ac9c6f08..44fc46fc 100755 --- a/resources/scripts/helpers/build/clean/coreboot +++ b/resources/scripts/helpers/build/clean/coreboot @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in coreboot # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/crossgcc b/resources/scripts/helpers/build/clean/crossgcc index e78e767a..040b98c0 100755 --- a/resources/scripts/helpers/build/clean/crossgcc +++ b/resources/scripts/helpers/build/clean/crossgcc @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in coreboot # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/flashrom b/resources/scripts/helpers/build/clean/flashrom index b9ccaf17..a545a179 100755 --- a/resources/scripts/helpers/build/clean/flashrom +++ b/resources/scripts/helpers/build/clean/flashrom @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in flashrom # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/grub b/resources/scripts/helpers/build/clean/grub index 1d0f5bec..d579ef9b 100755 --- a/resources/scripts/helpers/build/clean/grub +++ b/resources/scripts/helpers/build/clean/grub @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in GRUB # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/i945pwm b/resources/scripts/helpers/build/clean/i945pwm index 3e1d66db..bd5cff47 100755 --- a/resources/scripts/helpers/build/clean/i945pwm +++ b/resources/scripts/helpers/build/clean/i945pwm @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in i945pwm # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/clean/ich9deblob b/resources/scripts/helpers/build/clean/ich9deblob index 2c952ac9..9ea9bfcd 100755 --- a/resources/scripts/helpers/build/clean/ich9deblob +++ b/resources/scripts/helpers/build/clean/ich9deblob @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in ich9deblob # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/clean/memtest86plus b/resources/scripts/helpers/build/clean/memtest86plus index 6a01443f..4892df3f 100755 --- a/resources/scripts/helpers/build/clean/memtest86plus +++ b/resources/scripts/helpers/build/clean/memtest86plus @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in memtest86+ # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images index 603e35b2..41e4bc06 100755 --- a/resources/scripts/helpers/build/clean/rom_images +++ b/resources/scripts/helpers/build/clean/rom_images @@ -2,7 +2,7 @@ # helper script: delete the ROM images # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/clean/seabios b/resources/scripts/helpers/build/clean/seabios index 8de61d48..918c354c 100755 --- a/resources/scripts/helpers/build/clean/seabios +++ b/resources/scripts/helpers/build/clean/seabios @@ -2,7 +2,7 @@ # helper script: clean the dependencies that were built in seabios # -# Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/dcmodify b/resources/scripts/helpers/build/config/dcmodify index b8d55d72..8284f2c7 100755 --- a/resources/scripts/helpers/build/config/dcmodify +++ b/resources/scripts/helpers/build/config/dcmodify @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to modify them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/dcreplace b/resources/scripts/helpers/build/config/dcreplace index b4b05ffb..8e6a8749 100755 --- a/resources/scripts/helpers/build/config/dcreplace +++ b/resources/scripts/helpers/build/config/dcreplace @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to replace them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/dcupdate b/resources/scripts/helpers/build/config/dcupdate index 37ac854a..f7979857 100755 --- a/resources/scripts/helpers/build/config/dcupdate +++ b/resources/scripts/helpers/build/config/dcupdate @@ -3,7 +3,7 @@ # # helper script: run "make oldconfig" on all coreboot config files # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/grubmodify b/resources/scripts/helpers/build/config/grubmodify index a9ccccb0..fe0f9532 100755 --- a/resources/scripts/helpers/build/config/grubmodify +++ b/resources/scripts/helpers/build/config/grubmodify @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to modify them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/grubreplace b/resources/scripts/helpers/build/config/grubreplace index 2c14eaba..3467bbdb 100755 --- a/resources/scripts/helpers/build/config/grubreplace +++ b/resources/scripts/helpers/build/config/grubreplace @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to replace them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/grubupdate b/resources/scripts/helpers/build/config/grubupdate index f3db6923..74ab6714 100755 --- a/resources/scripts/helpers/build/config/grubupdate +++ b/resources/scripts/helpers/build/config/grubupdate @@ -3,7 +3,7 @@ # # helper script: run "make oldconfig" on all coreboot config files # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/seabiosmodify b/resources/scripts/helpers/build/config/seabiosmodify index b31ef120..37dd4c50 100755 --- a/resources/scripts/helpers/build/config/seabiosmodify +++ b/resources/scripts/helpers/build/config/seabiosmodify @@ -3,7 +3,7 @@ # # helper script: update the seabios config # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/seabiosrommodify b/resources/scripts/helpers/build/config/seabiosrommodify index e6534299..22f8bb94 100755 --- a/resources/scripts/helpers/build/config/seabiosrommodify +++ b/resources/scripts/helpers/build/config/seabiosrommodify @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to modify them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/seabiosromreplace b/resources/scripts/helpers/build/config/seabiosromreplace index ec2359b4..35a6fb10 100755 --- a/resources/scripts/helpers/build/config/seabiosromreplace +++ b/resources/scripts/helpers/build/config/seabiosromreplace @@ -3,7 +3,7 @@ # # helper script: run "make menuconfig" on config(s) to replace them # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/seabiosromupdate b/resources/scripts/helpers/build/config/seabiosromupdate index cf090aa2..f25e392d 100755 --- a/resources/scripts/helpers/build/config/seabiosromupdate +++ b/resources/scripts/helpers/build/config/seabiosromupdate @@ -3,7 +3,7 @@ # # helper script: run "make oldconfig" on all coreboot config files # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/config/seabiosupdate b/resources/scripts/helpers/build/config/seabiosupdate index d73d665c..b35a0b9d 100755 --- a/resources/scripts/helpers/build/config/seabiosupdate +++ b/resources/scripts/helpers/build/config/seabiosupdate @@ -3,7 +3,7 @@ # # helper script: update the seabios config # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index 8102f262..a127a6e2 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -4,7 +4,7 @@ # this script is based on the script for Trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <klemens@posteo.de> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index 77427d15..197037ef 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -2,7 +2,7 @@ # for_trisquel7 script: installs build dependencies for Trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/module/bucts b/resources/scripts/helpers/build/module/bucts index 8e2b371d..eaaef313 100755 --- a/resources/scripts/helpers/build/module/bucts +++ b/resources/scripts/helpers/build/module/bucts @@ -2,7 +2,7 @@ # helper script: builds bucts source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index 990de31a..84884514 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -2,7 +2,7 @@ # helper script: builds the dependencies that coreboot needs before building a ROM image # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/crossgcc b/resources/scripts/helpers/build/module/crossgcc index 37aaf492..da3f303f 100755 --- a/resources/scripts/helpers/build/module/crossgcc +++ b/resources/scripts/helpers/build/module/crossgcc @@ -2,7 +2,7 @@ # helper script: builds crossgcc, needed by coreboot's build system # -# Copyright (C) 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/module/flashrom b/resources/scripts/helpers/build/module/flashrom index 54c12edb..77f9ffe8 100755 --- a/resources/scripts/helpers/build/module/flashrom +++ b/resources/scripts/helpers/build/module/flashrom @@ -2,7 +2,7 @@ # helper script: builds flashrom source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/grub b/resources/scripts/helpers/build/module/grub index 5b2c7a6d..8ac83732 100755 --- a/resources/scripts/helpers/build/module/grub +++ b/resources/scripts/helpers/build/module/grub @@ -2,7 +2,7 @@ # helper script: builds GRUB2 source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015, 2016 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/i945pwm b/resources/scripts/helpers/build/module/i945pwm index 800f1536..f50ee0d2 100755 --- a/resources/scripts/helpers/build/module/i945pwm +++ b/resources/scripts/helpers/build/module/i945pwm @@ -2,7 +2,7 @@ # helper script: builds i945-pwm source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/ich9deblob b/resources/scripts/helpers/build/module/ich9deblob index 8e00fbc8..3321074c 100755 --- a/resources/scripts/helpers/build/module/ich9deblob +++ b/resources/scripts/helpers/build/module/ich9deblob @@ -2,7 +2,7 @@ # helper script: builds ich9deblob source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/memtest86plus b/resources/scripts/helpers/build/module/memtest86plus index 8af8a301..4986447c 100755 --- a/resources/scripts/helpers/build/module/memtest86plus +++ b/resources/scripts/helpers/build/module/memtest86plus @@ -2,7 +2,7 @@ # helper script: builds memtest86+ source code # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/module/seabios b/resources/scripts/helpers/build/module/seabios index d869c03a..7439c73c 100755 --- a/resources/scripts/helpers/build/module/seabios +++ b/resources/scripts/helpers/build/module/seabios @@ -2,7 +2,7 @@ # helper script: builds SeaBIOS source code # -# Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/release/roms b/resources/scripts/helpers/build/release/roms index e39aca5d..ca403ecf 100755 --- a/resources/scripts/helpers/build/release/roms +++ b/resources/scripts/helpers/build/release/roms @@ -3,7 +3,7 @@ # # helper script: generate the ROM image release archives # -# Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Patrick "P. J." McDermott <pj@pehjota.net> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/release/sha512sums b/resources/scripts/helpers/build/release/sha512sums index 502f0591..a6a15ce5 100755 --- a/resources/scripts/helpers/build/release/sha512sums +++ b/resources/scripts/helpers/build/release/sha512sums @@ -3,7 +3,7 @@ # # helper script: create sha512sum file for the current snapshot # -# Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src index 08efb114..97e381bd 100755 --- a/resources/scripts/helpers/build/release/src +++ b/resources/scripts/helpers/build/release/src @@ -3,7 +3,7 @@ # # helper script: generate the source release archive # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Patrick "P. J." McDermott <pj@pehjota.net> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index bc1f6dd8..456d68c2 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -4,7 +4,7 @@ # that don't easily cross-compile. Then the tarball can be extracted # on those systems with the target architecture, and compiled. # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util index fce64202..0b2a554c 100755 --- a/resources/scripts/helpers/build/release/util +++ b/resources/scripts/helpers/build/release/util @@ -3,7 +3,7 @@ # # helper script: generate the release archives # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/build/roms/withdepthcharge b/resources/scripts/helpers/build/roms/withdepthcharge index ba87c80c..96b46f51 100755 --- a/resources/scripts/helpers/build/roms/withdepthcharge +++ b/resources/scripts/helpers/build/roms/withdepthcharge @@ -2,7 +2,7 @@ # helper script: build ROM images with depthcharge and put them in ./bin/ # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index f3d29462..528dd2d8 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -3,7 +3,7 @@ # # helper script: build ROM images with GRUB and put them in ./bin/ # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index efed9bde..719e5ae7 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -2,7 +2,7 @@ # helper script: create ROM images for a given system, with GRUB # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withseabios b/resources/scripts/helpers/build/roms/withseabios index dff19952..61b25bb8 100755 --- a/resources/scripts/helpers/build/roms/withseabios +++ b/resources/scripts/helpers/build/roms/withseabios @@ -3,7 +3,7 @@ # # helper script: build ROM images with SeaBIOS and put them in ./bin/seabios/ # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/build/roms/withseabios_helper b/resources/scripts/helpers/build/roms/withseabios_helper index 6a9eb9e6..03fee699 100755 --- a/resources/scripts/helpers/build/roms/withseabios_helper +++ b/resources/scripts/helpers/build/roms/withseabios_helper @@ -2,7 +2,7 @@ # helper script: create ROM images for a given system, with SeaBIOS # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index 6e615d79..61d6e666 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -2,7 +2,7 @@ # helper script: downloads bucts and patches it # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 047f8391..6edfb517 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -2,7 +2,7 @@ # helper script: downloads coreboot and patches/deblobs it # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr> # # This program is free software: you can redistribute it and/or modify diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc index 58f60df4..02a40516 100755 --- a/resources/scripts/helpers/download/crossgcc +++ b/resources/scripts/helpers/download/crossgcc @@ -2,7 +2,7 @@ # helper script: downloads crossgcc, for building coreboot # -# Copyright (C) 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 29a0739c..7e727163 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -2,7 +2,7 @@ # helper script: downloads flashrom and patches it # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 55cc5070..9cbb57c3 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -2,7 +2,7 @@ # helper script: Downloads GRUB and patches it. # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index d7da36c4..5ab99ecd 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -2,7 +2,7 @@ # helper script: Downloads MemTest86+ and patches it # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # Copyright (C) 2015 Joseph Michael Thompson <jmt@josepht.me> # Copyright (C) 2015 Klemens Nanni <contact@autoboot.org> # diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 0642bc71..7cf464e7 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/scripts/misc/powertop.trisquel7 b/resources/scripts/misc/powertop.trisquel7 index 473c8e28..40f0a4a5 100755 --- a/resources/scripts/misc/powertop.trisquel7 +++ b/resources/scripts/misc/powertop.trisquel7 @@ -2,7 +2,7 @@ # powertop.trisquel7: automatically sets up powertop --auto-tune on startup in trisquel 7 # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 4ea9588a..e80bcfaa 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -2,7 +2,7 @@ # DEBLOB script: deblobs the version of coreboot used for this release. # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/coreboot-libre/findblobs b/resources/utilities/coreboot-libre/findblobs index 9ce7dfa4..c9f1b6b7 100755 --- a/resources/utilities/coreboot-libre/findblobs +++ b/resources/utilities/coreboot-libre/findblobs @@ -2,7 +2,7 @@ # find blobs in coreboot # -# Copyright (C) 2014, 2015, 2016 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015, 2016 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/grub-assemble/gen.sh b/resources/utilities/grub-assemble/gen.sh index 3c52a846..cf764f94 100755 --- a/resources/utilities/grub-assemble/gen.sh +++ b/resources/utilities/grub-assemble/gen.sh @@ -2,7 +2,7 @@ # grub-assemble gen.sh: generate GRUB ELF files (coreboot payloads) # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/Makefile b/resources/utilities/ich9deblob/Makefile index 563b43c3..47f5dd57 100644 --- a/resources/utilities/ich9deblob/Makefile +++ b/resources/utilities/ich9deblob/Makefile @@ -1,7 +1,7 @@ # # Makefile for ich9deblob utility from libreboot project # -# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> +# Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/common/descriptor_gbe.c b/resources/utilities/ich9deblob/src/common/descriptor_gbe.c index b293b568..a79f58ce 100644 --- a/resources/utilities/ich9deblob/src/common/descriptor_gbe.c +++ b/resources/utilities/ich9deblob/src/common/descriptor_gbe.c @@ -4,7 +4,7 @@ * * Purpose: common descriptor/gbe functions used by ich9deblob * - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> * * This program is free software: you can redistribute it and/or modify diff --git a/resources/utilities/ich9deblob/src/common/descriptor_gbe.h b/resources/utilities/ich9deblob/src/common/descriptor_gbe.h index e4f637e8..a4976930 100644 --- a/resources/utilities/ich9deblob/src/common/descriptor_gbe.h +++ b/resources/utilities/ich9deblob/src/common/descriptor_gbe.h @@ -4,7 +4,7 @@ * * Purpose: header file for descriptor_gbe.c * - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> * * This program is free software: you can redistribute it and/or modify diff --git a/resources/utilities/ich9deblob/src/common/x86compatibility.c b/resources/utilities/ich9deblob/src/common/x86compatibility.c index f172d9a4..aaf1d884 100644 --- a/resources/utilities/ich9deblob/src/common/x86compatibility.c +++ b/resources/utilities/ich9deblob/src/common/x86compatibility.c @@ -5,7 +5,7 @@ * Purpose: compiler/cpu compatibility checks. ich9deblob is not portable, yet. * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Francis Rowe <info@gluglug.org.uk> + * Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/common/x86compatibility.h b/resources/utilities/ich9deblob/src/common/x86compatibility.h index 9460b289..26c120b0 100644 --- a/resources/utilities/ich9deblob/src/common/x86compatibility.h +++ b/resources/utilities/ich9deblob/src/common/x86compatibility.h @@ -5,7 +5,7 @@ * Purpose: keep gcc/make happy. no actual code here, just function definitions. * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Francis Rowe <info@gluglug.org.uk> + * Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/demefactory.c b/resources/utilities/ich9deblob/src/demefactory.c index 56618f5c..7f895534 100644 --- a/resources/utilities/ich9deblob/src/demefactory.c +++ b/resources/utilities/ich9deblob/src/demefactory.c @@ -5,7 +5,7 @@ * Purpose: disable ME on GM45 factory firmware, but leave region intact * enable read-write on all regions * - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> * * This program is free software: you can redistribute it and/or modify diff --git a/resources/utilities/ich9deblob/src/demefactory.h b/resources/utilities/ich9deblob/src/demefactory.h index 767c5478..f9aa3946 100644 --- a/resources/utilities/ich9deblob/src/demefactory.h +++ b/resources/utilities/ich9deblob/src/demefactory.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2015 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.c b/resources/utilities/ich9deblob/src/descriptor/descriptor.c index 5a898131..6d9aa9b0 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.c +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.c @@ -2,7 +2,7 @@ * descriptor/descriptor.c * This file is part of the ich9deblob utility from the libreboot project * - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> * * This program is free software: you can redistribute it and/or modify diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h index 64e381c9..d4f5ad68 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h @@ -2,7 +2,7 @@ * descriptor/descriptor.h * This file is part of the ich9deblob utility from the libreboot project * - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> * * This program is free software: you can redistribute it and/or modify diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.c b/resources/utilities/ich9deblob/src/gbe/gbe.c index 3a594bc2..593c200f 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.c +++ b/resources/utilities/ich9deblob/src/gbe/gbe.c @@ -3,7 +3,7 @@ * This file is part of the ich9deblob utility from the libreboot project * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Francis Rowe <info@gluglug.org.uk> + * Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index d4851e81..e0753887 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -3,7 +3,7 @@ * This file is part of the ich9deblob utility from the libreboot project * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Francis Rowe <info@gluglug.org.uk> + * Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9deblob.c b/resources/utilities/ich9deblob/src/ich9deblob.c index 97db6280..8f3b46a3 100644 --- a/resources/utilities/ich9deblob/src/ich9deblob.c +++ b/resources/utilities/ich9deblob/src/ich9deblob.c @@ -5,7 +5,7 @@ * Purpose: disable and remove the ME from ich9m/gm45 systems in coreboot. * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Copyright (C) 2014,2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014,2015 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9deblob.h b/resources/utilities/ich9deblob/src/ich9deblob.h index 490d2f34..de2b55e9 100644 --- a/resources/utilities/ich9deblob/src/ich9deblob.h +++ b/resources/utilities/ich9deblob/src/ich9deblob.h @@ -5,7 +5,7 @@ * Purpose: header file for ich9deblob.c * * Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org> - * Francis Rowe <info@gluglug.org.uk> + * Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen.c b/resources/utilities/ich9deblob/src/ich9gen.c index df5da794..33c318c8 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.c +++ b/resources/utilities/ich9deblob/src/ich9gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen.h b/resources/utilities/ich9deblob/src/ich9gen.h index 38b6ce48..a050c47c 100644 --- a/resources/utilities/ich9deblob/src/ich9gen.h +++ b/resources/utilities/ich9deblob/src/ich9gen.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c index 3503d54e..8afd7c45 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c +++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014, 2015 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h index 3167a9de..2cdf39c8 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h +++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c index bde7bef2..c644a9c2 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c +++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h index b7be8b37..f6b6a8b0 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h +++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> + * Copyright (C) 2014 Minifree Ltd <info@minifree.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |