Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread Philipp Stanner
Yes, you're probably right. Though I wonder when and how they programmed the firmware. Before or after soldering? Am 05.08.2017 um 19:41 schrieb Igor Skochinsky via coreboot: > Hello Philipp, > > Saturday, August 5, 2017, 6:01:04 PM, you wrote: > PS> PS: Rantmode: Why the hell don't they just

Re: [coreboot] [Broadwell-U]How the eDP, DDI1, DDI2 are enabled?

2017-08-05 Thread Zheng Bao
At which stage do you want to enables these ports? in the OS? or during boot? if the latter, which payload do you use? Zheng: I want to enable these display port during boot. The payload is SeaBIOS. Zheng From: Nico Huber Sent: Saturday,

Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread John Lewis
On Sat, 5 Aug, 2017 at 5:01 PM, Philipp Stanner wrote: PS: Rantmode: Why the hell don't they just solder a socket? It's not that unrealistic that someone bricks the BIOS while updating the firmware from time to time. Being able to replace the ROM with a fresh one is a huge

Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread Igor Skochinsky via coreboot
Hello Philipp, Saturday, August 5, 2017, 8:41:42 PM, you wrote: PS> Yes, you're probably right. PS> Though I wonder when and how they programmed the firmware. Before or PS> after soldering? Most likely before, unless they have some debug header exposed. From [1]: > When the hardware and

Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread Philipp Stanner
Do we have any idea what exactly they do to update the firmware internally? The wiki says once coreboot is flashed you can flash it internally. I suppose this means the blockade protecting the flash can be switched of somehow, as the vendor's have to do it to install firmware-updates. Am

Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread persmule
Hi Philipp, It is just a wson-8 flash rom, whose soldering plates are compatible with those for soic-8 chips, often found on thinkpads produced when 8MiB soic-8 chip are hardly available. The common way to deal with wson-8 chips is to blow it off with hot air blower, suck up its content, and

Re: [coreboot] Lenovo X220t variants with SMD-Flash-ROMs

2017-08-05 Thread Igor Skochinsky via coreboot
Hello Philipp, Saturday, August 5, 2017, 6:01:04 PM, you wrote: PS> PS: Rantmode: Why the hell don't they just solder a socket? It's not PS> that unrealistic that someone bricks the BIOS while updating the PS> firmware from time to time. Being able to replace the ROM with a fresh PS> one is a

Re: [coreboot] Lenovo X1 carbon 3460 Screen stays black

2017-08-05 Thread Nico Huber
On 05.08.2017 15:40, Jo wrote: Hello Guys, I wanted to get coreboot on my Lenovo X1 Carbon 1gen (3460) , so i followed the tutorial, however after flashing it, the screen stayed black.So i flashed the Vendorbios back and im kinda stuck now, help would be really appreciated. This is my*config

Re: [coreboot] About Paging, Realmode and what is going on

2017-08-05 Thread ron minnich
in the akaros virtual machine code, we set up a simple 1:1 map and start linux at the 64-bit entry point, at which point it builds its own page tables. So entering a payload in long mode is certainly possible and IMHO ought to be the standard on amd64 -- not that anyone cares what I think anyway

Re: [coreboot] [Broadwell-U]How the eDP, DDI1, DDI2 are enabled?

2017-08-05 Thread Nico Huber
Hi Zheng, On 04.08.2017 04:35, Zheng Bao wrote: I need to clarify my question. For Broadwell-U, are there internal 3 display ports? Is the first one set statically as eDP? the first (DDI0 or DDI-A) is eDP only. The other two can be used for DP, HDMI/DVI or both (aka DP++ or dual-mode DP).

[coreboot] Lenovo X1 carbon 3460 Screen stays black

2017-08-05 Thread Jo
Hello Guys, I wanted to get coreboot on my Lenovo X1 Carbon 1gen (3460) , so i followed the tutorial, however after flashing it, the screen stayed black.So i flashed the Vendorbios back and im kinda stuck now, help would be really appreciated. This is my*config file* (if you care to have a

Re: [coreboot] Lenovo X1 carbon 3460 Screen stays black

2017-08-05 Thread John Lewis
Howdy, In your config file you have: # CONFIG_VGA_BIOS is not set in coreboot, which will mean that coreboot doesn't setup the display, but in your SeaBIOS config you have: CONFIG_SEABIOS_VGA_COREBOOT=y which will try to reuse whatever coreboot has setup. So as you might understand, this