[coreboot] Denverton NS dependency on Harcuvar Board

2017-11-03 Thread Julien Viard de Galbert
Hello coreboot developers and Denverton Maintainers, As the Denverton support has been integrated, I tried to port our changes over it and see what can be contributed... The first thing I noticed was that there is a hard dependency from the chip to the harcuvar board which looked really wrong and

Re: [coreboot] Server systems shipped with coreboot

2018-01-18 Thread Julien Viard de Galbert
-) Best Regards, Julien > > Regards > Felix > > -- > coreboot mailing list: coreboot@coreboot.org > https://mail.coreboot.org/mailman/listinfo/coreboot -- Julien Viard de Galbert - jviarddegalb...@online.net Online / Scaleway Looking for an amazing job? Join us NOW !

[coreboot] Intel soc ACPI generation using soc/intel/common/block/acpi

2018-02-08 Thread Julien Viard de Galbert
recommendations? Best Regards -- Julien Viard de Galbert - jviarddegalb...@online.net Online / Scaleway Looking for an amazing job? Join us NOW ! https://careers.scaleway.com/ -- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Intel soc ACPI generation using soc/intel/common/block/acpi

2018-02-08 Thread Julien Viard de Galbert
> Le 8 févr. 2018 à 17:24, Aaron Durbin a écrit : > > On Thu, Feb 8, 2018 at 7:20 AM, Julien Viard de Galbert > wrote: >> Hello all, >> >> First sorry for mailing direclty those of you who are on the coreboot >> mailing list. >> >> I’m curren

Re: [coreboot] Atom c3000 Harcuvar and Intel ME

2018-02-27 Thread Julien Viard de Galbert
o extract the BIOS from the flash, > extract the ME-binary using coreboot/utils, clean it with ME-cleaner > (optional) and then build coreboot with your blob. > > The toolchain takes care automatically about the correct placement of > the ME in the right address-ranges. > > I h

Re: [coreboot] Missing ACPI ASL code for Denverton GPIO controller

2018-03-27 Thread Julien Viard de Galbert
n to Gerrit sooner. Best Regards, Julien > Thanks, > Sumo > -- > coreboot mailing list: coreboot@coreboot.org > https://mail.coreboot.org/mailman/listinfo/coreboot -- Julien Viard de Galbert - jviarddegalb...@online.net Online / Scaleway Looking for an amazing job? Join us

Re: [coreboot] Missing ACPI ASL code for Denverton GPIO controller

2018-03-29 Thread Julien Viard de Galbert
me. ;) > > Thanks, > Sumo > > 2018-03-27 6:54 GMT-03:00 Julien Viard de Galbert <mailto:jviarddegalb...@online.net>>: > > >> Le 26 mars 2018 à 21:24, Sumo > <mailto:kingsu...@gmail.com>> a écrit : >> >> Hi all, > > Hi Sumo, > &

Re: [coreboot] Proposing a change to Coding Style

2018-05-18 Thread Julien Viard de Galbert
is is error prone. I also like the } else { option. Remember that the script that check commits is enforcing removing the braces, I was hit by that when porting the code for denverton. As a side note, There is also a 80 column limit, I was told that printf format string can exceed the limit but t

Re: [coreboot] Enabling SpeedStep for all Denverton SoC variants

2018-06-04 Thread Julien Viard de Galbert
since the first denverton commit… So please test and submit a patch ;) Best Regads Julien > > Thanks, > Sumo > > > > > > -- > coreboot mailing list: coreboot@coreboot.org > https://mail.coreboot.org/mailman/listinfo/coreboot -- Julien Viard de Galbert - jviardd

Re: [coreboot] Intel G41 - Asrock G41M-GS: no coreboot screen output from Intel GPU on VGA

2018-08-23 Thread Julien Viard de Galbert
n make menuconfig. How can that be done? > Hello, You are reading it wrong: It depends on CONSOLE_OVERRIDE_LOGLEVEL been =n, because of the « ! » And it is =n (according to the « [=n] » text. So go to menu « Console » and set « Default console log level » to 8:SPEW That’s for the cor

[coreboot] Re: coreboot image forIntel Harcuvar CRB

2021-02-04 Thread Julien Viard de Galbert
Hi, You should probably try an older version of coreboot, close to when the harcuvar board was introduced and check if that version outputs anything on UART. I did that on a custom board using denverton recently and already proposed a few fix, but I don't have an harcuvar board to test. Hope this

[coreboot] Re: BIOS chip address range?

2019-03-28 Thread Julien Viard de Galbert
On Thu, Mar 28, 2019 at 06:55:50AM +0800, Rafael Send wrote: > Hi, > If I theoretically had a flash chip that was larger than 128Mb, it requires > 3-4 byte addressing. > > Does / could coreboot support such large memory, or would the limitation > live somewhere else in the system? My guess is it

[coreboot] Re: Copy-first platform additions (was: Re: Re: Proposal to add teeth to our Gerrit guidelines)

2019-11-08 Thread Julien Viard de Galbert
On Fri, Nov 08, 2019 at 12:45:39AM +0100, Nico Huber wrote: > On 07.11.19 12:05, Nico Huber wrote: > > 1. Few people seem to take the might of Git into account. We have a > >tool that can significantly increase the efficiency of development > >and can help to preempt bugs. But many people w