Re: [coreboot] booting from msata on t420/how to change boot order

2017-11-24 Thread Arian Sanusi
Hi Marcus,

I have a running T420 with coreboot running from an msata ssd. Works like a 
charm. 
However, I have grub as payload. Do you intend to run windows, or why do you 
want seabios?

Hope that helps.

Cheers, Ari




signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Lenovo T420 Question

2017-02-22 Thread arian
Hi
> 
> Untested/unknown: If a ivy bridge CPU would work. The OEM bios didn't had 
> support for those.

Ivy Bridge works, have a 3740QM in mine. However, (quoting myself here):
> 
> I'm running one albeit with an i7-3740qm - which is too much thermal load, 
> runs up to 2.9 GHz for me reaching 93°C (70K to ambient) with fan set to 
> disengaged, normal auto fan control works and allows up to 2.5 GHz.
> 
> with that CPU RAPL does not work, thermald does but out-of-the-box settings 
> gives me less performance than with fix limits, and I'm sure as hell not 
> going to configure something with an xml config file.
> 
> used to have a 2720m which worked without any issues AFAIR, but the 3740qm 
> effectively gives me double the cores that are a little faster.

Regards, Arian



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Thinkpad T420 Thermal Management

2017-02-07 Thread Arian Sanusi
Hi

> Anybody tested Thinkpad T420's thermal management and fan speed control?

I'm running one albeit with an i7-3740qm - which is too much thermal load, runs 
up to 2.9 GHz for me reaching 93°C (70K to ambient) with fan set to disengaged, 
normal auto fan control works and allows up to 2.5 GHz.

with that CPU RAPL does not work, thermald does but out-of-the-box settings 
gives me less performance than with fix limits, and I'm sure as hell not going 
to configure something with an xml config file.

used to have a 2720m which worked without any issues AFAIR, but the 3740qm 
effectively gives me double the cores that are a little faster.

anything else you want to know?

Best, Arian





signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] t420 CPU Upgrade

2016-08-28 Thread arian
Hi chub,

I have a 3740qm in mine, runs fine with the minor constraint that it isn't 
completely full-load-stable - apparently something decides to shutdown the 
machine at 100°C core temp before the cpu reduces boost from 3.5 GHz - happens 
to me in the third run of a kernel build with make -j8.

regards, arian

On 27.08.2016 06:08, c...@tuta.io wrote:
> https://www.coreboot.org/Board:lenovo/t420
> 
> How stable is the i7-3720qm CPU Upgrade in the t420?  You guys have it listed 
> under the tested portion.  I want to grab myself one, but would want to see 
> if it's worth my time to upgrade the CPU, or just go with something more 
> powerful.
> 
> 
> 
> 
> 



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] How to use properly the GRUB payload?

2016-07-24 Thread arian
Hi Ioannis,

I ran into a quite similar problem - I think the wikipage needs quite some 
overhaul.

anyway: I also have grub2 as coreboot payload. It seems to have a memdisk, but 
I don't know how to change this. There is a workaround: a grub.cfg gets into 
that memdisk, which sources (cbfsdisk)/etc/grub.cfg - find for that in the 
coreboot tree.

the solution then is to add a grub.cfg (and other files, like additional grub 
modules, background image, ...) to cbfs (in coreboot tree root):

./build/util/cbfstool/cbfstool build/coreboot.rom add -f mygrub.cfg -n 
etc/grub.cfg -t raw

actually it's a good idea _not to_ put etc/grub.cfg at first - if you have 
errors in that you may end up softbricking your device. put it somewhere else 
and source it from the grub command line.

regards, Arian

On 24.07.2016 20:43, Ioannis Koutras wrote:
> Hello John,
> 
> And thanks for replying. I have checked https://www.coreboot.org/GRUB2 and it 
> is still not clear to me how to embed grub.cfg. I had added GRUB2 directly 
> via "make menuconfig" (It is available on Payload > Add a payload) , so 
> coreboot checked out GRUB's source code, configured, compiled and embedded it 
> to coreboot.rom.
> 
> Would you recommend me to install it in a more manual way, as described in 
> the wiki?
> 
> 
> Best regards,
> 
> Ioannis
> 
> On Sun, 17 Jul 2016 at 22:55 John Lewis <jle...@johnlewis.ie 
> <mailto:jle...@johnlewis.ie>> wrote:
> 
> Hi Ioannis,
> 
> Please see https://www.coreboot.org/GRUB2 in relation to setting it up 
> properly.
> 
> Kind Regards,
> 
> John.
> 
> 
> On 15/07/16 21:26, Ioannis Koutras wrote:
>> Hello,
>>
>> I have just flashed coreboot (git commit: 89e7b49) on a Lenovo X220 with 
>> GRUB2 as payload and when I boot the machine, I am getting GRUB's command 
>> line.
>>
>> I am trying to boot a systemd-boot (previously known as gummiboot?)  
>> payload from my disk partition, but I am getting unrecognised payload. Any 
>> idea what's the issue there?
>>
>> Additionally, could anyone help me set it up properly, as in searching 
>> for grub.cfg in disks and looking to boot from USB?
>>
>>
>> Many thanks in advance,
>>
>> Ioannis
>>
>>
> 
> 
> 



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] grub2 payload: not including additional modules

2016-07-22 Thread Arian Sanusi
Hi all,

I try to build coreboot-4.4 with grub2 payload for a thinkpad T420. Which 
largely works, but I'm unable to get it to build coreboot.rom with extra grub 
modules, in particular cryptodisk.mod

relevant .config:
> arian@jira:coreboot-4.4$ grep GRUB .config
> CONFIG_PAYLOAD_GRUB2=y
> CONFIG_PAYLOAD_FILE="payloads/external/GRUB2/grub2/build/default_payload.elf"
> CONFIG_GRUB2_MASTER=y
> CONFIG_GRUB2_EXTRA_MODULES="luks cryptodisk crypto pbkdf2 extcmd procfs 
> archelp"
(I put in the additional modules since I thought it's maybe dependency 
resolution, but of these crypt, pbkdf2, procfs and archelp make their way into 
the image, while luks, cryptodisk, and extcmd don't. There is no error.

I think this is a coreboot problem since the modules themselves are getting 
built, I can find them in 
payloads/external/GRUB2/grub2/build/grub-core/cryptodisk.mod

Could anyone help?

Thanks and best regards,

Arian



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] ThinkPad x220 - Status

2016-05-23 Thread arian
Hi Huno,

not terribly knowledgeable and speaking from T420-experience

> I've read and used the blobs from the "damaged" custom BIOS. I'm not sure if 
> this can affect the functionality of Coreboot. Apparently, it does not.
If you had damaged the ME firmware, you would not reach coreboot or any other 
firmware - the blob is signed
If you had damaged the NIC firmware, ethernet would probably be broken, so 
that's clearly defined.

> /(Let me know if anyone of you need details/help about/with the HW flashing 
> in this type of chip (MX25L6406E/MX25L6408E)).
refining the wiki would be a good thing to do

> *3.1) RAM speed:*
> ---

> *=> So, if I'm understanding it correctly, current 667 Mhz is not the maximum 
> ***speed *supported.
> Any idea on how I can get higher speeds?*
That's RAM _clock_ not data rate which is double the clock rate (-> DDR) - 
you're not any worse off than with the original firmware.



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] coreboot specific ACPI table

2016-04-22 Thread arian

> OK. Time for bikeshedding:
> 
> 1. CORE
> 2. CBOOT
> 3. ... ?

4. 0xC05EB001 :)



signature.asc
Description: OpenPGP digital signature
-- 
coreboot mailing list: coreboot@coreboot.org
https://www.coreboot.org/mailman/listinfo/coreboot