Re: [coreboot] Ram Init: Intel i945: Timing parameters

2014-02-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.02.2014 00:03, Mohit Gupta wrote: I am having trouble understanding i945 ram init code especially timing parameters. Can some explain me in layman language? When I go through DDR2 specification, timing related text is too complex and confusing. Interested in getting very simple

Re: [coreboot] Trouble with coreboot for Roda RK9 (SOLVED)

2014-02-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.02.2014 13:38, Dmitry Bagryanskiy wrote: //Enable Com3 pci_write_config32(LPC_DEV, D31F0_GEN2_DEC, 0x001c02e1); //Enable Com4 pci_write_config32(LPC_DEV, D31F0_GEN3_DEC, 0x001c03e1); GEN*_DEC should not be set to com* ports. Instead there are dedicated bits for enabling decode of serial

Re: [coreboot] A Growing Concern

2014-02-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.02.2014 06:21, amlo...@tfwno.gf wrote: As a privacy and freedom oriented PC/Linux user, it scares me how modern day devices are becoming extremely proprietary. Companies are beginning to ship their laptops/tablets with proprietary EFI systems which have some nasty things in them. I

Re: [coreboot] [RFC] board_status: Add serial log to `serial_console.txt`

2014-02-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.02.2014 00:18, Paul Menzel wrote: But in general I think I agree with Vladimir. CBMEM console should be supported and if not then that should be fixed. I also agree, but it’ll take more time and the above is a good work-around for the mean time. Strongly disagree workarounds are like

Re: [coreboot] [RFC] board_status: Add serial log to `serial_console.txt`

2014-02-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.02.2014 23:03, Paul Menzel wrote: Am Mittwoch, den 19.02.2014, 00:47 +0100 schrieb Vladimir 'φ-coder/phcoder' Serbinenko: On 19.02.2014 00:18, Paul Menzel wrote: But in general I think I agree with Vladimir. CBMEM console should be supported and if not then that should be fixed. I

Re: [coreboot] [RFC] board_status: Add serial log to `serial_console.txt`

2014-02-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
You do not get raminit debug output printed in ramstage. Unfortunately, the case of incompatible DIMMs seems to be common one with recent AGESA ports so information from romstage what DIMMs have worked is actually relevant. Just read this data from registers and print it. Kyösti

Re: [coreboot] `DEBUG_INTEL_ME` (incorrectly) only selected for Intel BD82x6x

2014-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2014 04:24, mrnuke wrote: On Wednesday, February 19, 2014 11:06:40 PM Paul Menzel wrote: looking through `src/console/Kconfig` I noticed You mean 'src/Kconfig' ? if SOUTHBRIDGE_INTEL_BD82X6X DEFAULT_CONSOLE_LOGLEVEL_8 This is a layering violation. We shouldn't have

Re: [coreboot] GSoC-2014- coreboot mainboard test suite

2014-03-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.03.2014 09:01, Muhammad Ramshad wrote: When i search through the projects and organizations the coreboot project grabbed my focus towards it because i am more interested in Digital System Design and hardware a level development like processor design and ISA designs. And absolutely no

Re: [coreboot] qemu

2014-03-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
@ron: please provide more information about your qemu: version, how built, options, patches,... Try -M pc-q35-1.7 and -M pc-i440fx-1.7. Try specifying --no-kvm and --enable-kvm. Speyifying -cpu may help as well. From my experience with GRUB, qemu has following flaws: - From version to version they

Re: [coreboot] [RFT] Please test patch set intel/i945: Only write CID, PN and TCID once

2014-03-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.03.2014 08:00, Mono wrote: Who knows, it might(!) fix some 5 year old bug? Then it should be no problem for you to point one to us. coreboot is not openhardware. It never was and never will be. Openhardware is the only way to know what your hardware actually. Coreboot is only how to kick

Re: [coreboot] Building a Thinkpad X230 coreboot image

2014-03-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.03.2014 17:08, Bernie Innocenti wrote: Hello Vlad! First of all, thank you very much for porting Coreboot to the X230. I'm following your instructions [1] to build a coreboot image from head, but I'm not sure how to configure things in menuconfig. Would you mind sharing your .config

Re: [coreboot] Building a Thinkpad X230 coreboot image

2014-03-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.03.2014 20:39, Grim Schjetne wrote: Bernie Innocenti ber...@codewiz.org writes: First of all, thank you very much for porting Coreboot to the X230. Indeed, this has made me all the more interested in the Coreboot project. With an X201 and an X230 port, perhaps there is some hope for

Re: [coreboot] GSoC-2014 Coreboot project

2014-03-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.03.2014 21:06, Allen Yan wrote: As Stefan Tauner's suggestion, maybe porting coreboot to new mainboard Just a quick note: for porting to new chipset to be accepted, you need to: 1) Justify why this chipset is relevant. E.g. old chipsets most probably aren't. 2) Prove that you're able to do

Re: [coreboot] GSoC-2014 Coreboot project

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and under what license did you get them? Depending on the answers it may partially or fully disqualify you from contributing to coreboot. Interesting experience, but memories will fade! Details can't be remembered clearly. As Vladimir said, if the chipset is unsupported then writing MRC

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 12:12, Shant Kehyeian wrote: Hello, I have Samsung ARM chromebook series 3 Snow and I am trying to flesh it and change the boot process. So I build a coreboot.rom for that, but before I start to do that I would like to ask about the payload. When I did the make menuconfig it

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
even mean that only Linux-based works on your machine. On Thu, Mar 20, 2014 at 4:05 PM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco...@gmail.com wrote: On 20.03.2014 12:12, Shant Kehyeian wrote: Hello, I have Samsung ARM chromebook series 3 Snow and I am

Re: [coreboot] Hey

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 13:34, Shant Kehyeian wrote: No I just gave in menuconfig the snow board ...and then as a payload I chose the GRUB2...that's what I meant ...:) Keep list CC'ed. I'm surprised it compiled at all. It should have error'ed out. On Thu, Mar 20, 2014 at 12:31 PM, Vladimir 'φ-coder

Re: [coreboot] GSoC-2014 Coreboot project

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 13:45, Peter Stuge wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 20.03.2014 11:25, Allen Yan wrote: Hi, David, When at AsusTek Suzhou, my work is mainly responsible for bios porting and fixing bug. Do I understand it correctly, that you've had access to proprietary

Re: [coreboot] [announce] coreboot for the 21st century

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 22:33, Stefan Reinauer wrote: coreboot for the 21st century setting up the project for the next decade Purpose: Purge all boards / chipsets / cpus that require ROMCC in romstage and known broken chipsets (sc520, i855) coreboot is now officially 15 years old. One and a half

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.03.2014 01:39, Carl-Daniel Hailfinger wrote: Hi Stefan, streamlining development and maintenance is definitely absoutely worthwhile. Getting rid of unmaintained code is also a good thing. The guidelines presented in your mail look mostly good IMHO, but I'd like to comment on a few

Re: [coreboot] [announce] coreboot for the 21st century

2014-03-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.03.2014 22:33, Stefan Reinauer wrote: During this time we collected over 250 different mainboards. A great achievement, I suppose that most of boards were contributed by non-commercial community. Yet now you propose to basically kill this chicken nesting golden eggs and make coreboot

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.03.2014 04:10, Peter Stuge wrote: That isn't too different from creating a fork? Fork is better. With fork we don't have to deal with the same people who pushed the community out in the first place. signature.asc Description: OpenPGP digital signature -- coreboot mailing list:

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.03.2014 19:24, ron minnich wrote: So I believe the problem is not the idea of gatekeepers, but the manner in which they are proposed to work. Can you tell me what about this upsets you? I want to understand. The problem is that the proposal is that all commits go through gatekeepers. It's

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.03.2014 19:24, ron minnich wrote: I have friends who commit to grub2, and there seem to be gatekeepers there; how do you manage that process? In case of grub2 I admit we have exactly the problems I described. I'm open to having more maintainers but right now it doesn't seem to be feasible.

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.03.2014 02:33, Stefan Reinauer wrote: * David Hubbard david.c.hubbard+coreb...@gmail.com [140323 20:33]: On Sun, Mar 23, 2014 at 12:58 PM, Vladimir ' -coder/phcoder' Serbinenko phco...@gmail.com wrote: On 23.03.2014 19:24, ron minnich wrote: So I believe the problem

Re: [coreboot] Changes to the coreboot Project Structure

2014-03-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.03.2014 06:34, ron minnich wrote: On Mon, Mar 24, 2014 at 10:20 PM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco...@gmail.com wrote: I don't see how this prevents any of my propositions for the bulk of the boards. The problem you describe isn't

Re: [coreboot] Miniboot

2014-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.03.2014 00:33, The Gluglug wrote: -- alternatively: ship coreboot without anything in src/mainboard. have git repositories for each vendor/mainboard. user downloads what they need, and a default .config for the board of their choosing. Git is developpement tree, not user-fetch tree.

Re: [coreboot] [announce] coreboot for the 21st century

2014-03-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.03.2014 07:45, Stefan Reinauer wrote: * Andrew Wu andrewwu...@gmail.com [140327 14:00]: Sorry, I checked Vortex86EX CPU datasheet, but it seems there is no workaround can do it. So if I want to get rid of romcc, maybe I have to write DRAM init code in assembly, That is not very easy.

Re: [coreboot] [announce] coreboot for the 21st century

2014-03-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.03.2014 08:41, Patrick Georgi wrote: Am Samstag, den 29.03.2014, 08:30 +0100 schrieb Vladimir 'φ-coder/phcoder' Serbinenko: Do I get it correctly that your main problem is the heavy use of #include romcc requires? If so why don't we just create a file with #include's from all files from

Re: [coreboot] [HELP!!!] Pavilion EC (similar to compal/ene932) and its woes

2014-04-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.04.2014 19:02, mrnuke wrote: When an event happens, on the other hand, like a hotkey, or AC is removed, it does not generate an SCI that would lead to a query call (_Qxx). Instead it spits out an SMI. I know for a fact that the SCI and SMI GPEs are where we expect them to be. What do

Re: [coreboot] x60s tablet question : optimized kernel, coreboot with the video fix and serial ports support

2014-06-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.06.2014 09:46, derpeter wrote: I tried this last month. I cherrypickt everything execpt the video fix and got a working coreboot. Sadly i could not bring the wacom to work but i'm not sure if its a problem of coreboot or linux. Submit logs then: Xorg log, dmesg and coreboot log.

Re: [coreboot] setting smbios values from the OS

2014-06-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.06.2014 20:08, Patrick Georgi wrote: Am 20.06.2014 22:01, schrieb Rafael Vanoni: Take serial number, for example. I'd like each different system that I build to have its own serial number, and building coreboot for every serial number doesn't scale. We have an .id section just below the

Re: [coreboot] setting smbios values from the OS

2014-06-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.06.2014 20:43, Patrick Georgi wrote: Am 20.06.2014 22:40, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: (think MAC address). I guess PC technology is finally beyond requiring those at fixed magic offsets. Some of our chipsets still need it that way. having fixed indexes doesn't scale

Re: [coreboot] ISP header for x60, fallback: indicating normal boot from grub2

2014-07-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.07.2014 07:42, Charles Devereaux wrote: Hello, On Wed, Jul 9, 2014 at 2:15 AM, Denis 'GNUtoo' Carikli gnu...@no-log.org mailto:gnu...@no-log.org wrote: My pomona clip had issues with its contact pins(the ones in contact with the flash chip) over time, so I unmounted it and

Re: [coreboot] iy my pc supported for coreboot?

2014-08-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.08.2014 00:08, Peter Stuge wrote: Simon Andrä wrote: I want use coreboot but i dont know if my system is supportet: I have an Acer Predator G3620 It isn't. I hope someone can help me As always with open source you have to help yourself. Or hire someone to do it. //Peter

Re: [coreboot] why is firmware 32 bit as opposed to 64 bit

2014-08-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.08.2014 21:06, John de la Garza wrote: I understand that the calling functions in 32 bit C uses the stack and this is why coreboot needs to use cache as RAM. Doesn't 64 bit C use registers to pass arguments to functions? If this is the case why not run in 64 bit mode? Also, even if

Re: [coreboot] IBM x60t test - DSDT is in fact incomplete

2014-08-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.08.2014 04:39, Charles Devereaux wrote: Hello Previously (http://www.coreboot.org/pipermail/coreboot/2014-July/078320.html) I mentioned that 3 bugs seemed to be related to the DSDT: - missing ACPI events when the stylus is inserted/removed How is the OS supposed to react to them? -

Re: [coreboot] IBM x60t test - DSDT is in fact incomplete

2014-08-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Ideally, the DSDT should be fixed within coreboot, but this goes beyond my present abilities. Not true. Just do the same changes to the corresponding *.asl files in coreboot repo and send the patch to gerrit. Other than a layer of preprocessing, it's exactly the same code as you got from

Re: [coreboot] IBM x60t test - DSDT is in fact incomplete

2014-08-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.08.2014 22:53, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Ideally, the DSDT should be fixed within coreboot, but this goes beyond my present abilities. Not true. Just do the same changes to the corresponding *.asl files in coreboot repo and send the patch to gerrit. Other than a layer

Re: [coreboot] disabling bios usb stack

2014-08-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.08.2014 23:28, ron minnich wrote: A friend asks me how to disable the usb stack in his bios. I have no clue, anyone? Doesn't sound like end goal. But I'd go through setup menu to see if something fits his *end* goal (disabling usb stack sounds like means to goal, not the goal itself).

Re: [coreboot] IBM/Lenovo X60t: LED_: Excess arguments - needs 1, found 2

2014-08-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.08.2014 08:50, Paul Menzel wrote: Dear Charles, dear David, Am Montag, den 25.08.2014, 11:21 -0600 schrieb David Hubbard: I'm focusing in on this error message first: ACPI Warning: For \_SB_.PCI0.LPCB.EC__.LED_: Excess arguments - needs 1, found 2 Can you take a look at the

Re: [coreboot] IBM/Lenovo X60t: LED_: Excess arguments - needs 1, found 2

2014-08-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.08.2014 17:53, Charles Devereaux wrote: My understanding is that the OS does the call that correctly, but that coreboot ASL tables only expect one argument. Please provide a refrence when doing such bold claims. LED method is not specified in ACPI, so assuming that it takes any particular

Re: [coreboot] IBM x60t test - DSDT is in fact incomplete

2014-09-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Charles On Mon, Aug 25, 2014 at 5:02 PM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco...@gmail.com wrote: On 25.08.2014 22 tel:25.08.2014%2022:53, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Ideally, the DSDT should be fixed

Re: [coreboot] x60 : adding WWAN support

2014-09-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.09.2014 22:19, Charles Devereaux wrote: Hello I'm interested in WWAN support, mostly for the GPS features and the cool things you can do with them (like a stratum ntp server). Most GPS receivers don't have enough precision for any timing. I was told a EM770W doesn't even need a

Re: [coreboot] [PATCH] x86: add coreboot framebuffer support

2014-09-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
This code assumes that payload didn't change video mode which is improper assumption if you're not a payload. On 04.09.2014 12:25, Gerd Hoffmann wrote: Signed-off-by: Gerd Hoffmann kra...@redhat.com --- arch/x86/Kconfig | 12 +++ arch/x86/kernel/Makefile | 1 +

Re: [coreboot] [PATCH] x86: add coreboot framebuffer support

2014-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
I'm not a fan of Coreboot having invented its own nonstandard hacks, but I guess it is pretty much unavoidable. It's completely avoidable. The stub can copy this information to standard framebuffer info structure. The only missing thing is to apply patch by cjwatson or mjg59 (I'm not sure now

Re: [coreboot] [PATCH] x86: add coreboot framebuffer support

2014-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.09.2014 00:18, ron minnich wrote: Vladimir can you point me to that patch? This sounds interesting. https://lkml.org/lkml/2010/8/25/190 ron signature.asc Description: OpenPGP digital signature -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman

Re: [coreboot] X201i RAM upgrade not working

2014-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.09.2014 00:19, ron minnich wrote: I don't think it's random at all. Vladimir can confirm, but if he is caching the RAM parameters, then this 'solution' will work for you until the next time you reflash coreboot, or change your dram type, at which point it will stop working. Nehalem

Re: [coreboot] [PATCH] x86: add coreboot framebuffer support

2014-09-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.09.2014 00:31, H. Peter Anvin wrote: On 09/05/2014 02:23 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 06.09.2014 00:18, ron minnich wrote: Vladimir can you point me to that patch? This sounds interesting. https://lkml.org/lkml/2010/8/25/190 I believe *most* of this patch has

Re: [coreboot] Unsupported hardware - information listed

2014-09-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.09.2014 20:52, Luigi Bai wrote: Per the wiki, I am offering this information to try to determine the status of coreboot support, especially for Intel/PM965 or Intel/82801H. I didn't see either under the lists of supported hardware Unsupported, chipset unsupported. There is a very

Re: [coreboot] X201i RAM upgrade not working

2014-09-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.09.2014 04:12, ron minnich wrote: Here's the problem. There is caching of the DRAM configuration going on. So, a restart is not stateless. I would be happier if you could guarantee that the mrc cache is disabled, or never used, each time you change the dram setup (move DIMMs,

Re: [coreboot] [coreboot-gerrit] Patch set updated for coreboot: 3906937 amdfam14: Switch to per-device ACPI

2014-10-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Success. Addresses are slightly different and new XSDT table but both are ok and expected. On 11.10.2014 00:16, Paul Menzel wrote: Dear Vladimir, Am Mittwoch, den 08.10.2014, 21:29 +0200 schrieb Vladimir Serbinenko: Vladimir Serbinenko (phco...@gmail.com) just uploaded a new patch set

Re: [coreboot] broken boards

2014-10-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.10.2014 03:03, ron minnich wrote: Android defaults sometimes surprise me. When we've had this kind of issue in the past a disassembly diff of good vs bad has sometimes led to diagnosis. I think you have a rough idea what's broken so start there. Painful but necessary. .car.data is

Re: [coreboot] broken boards

2014-10-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.10.2014 03:20, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 11.10.2014 03:03, ron minnich wrote: Android defaults sometimes surprise me. When we've had this kind of issue in the past a disassembly diff of good vs bad has sometimes led to diagnosis. I think you have a rough idea

Re: [coreboot] unable to build coreboot with grub

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.10.2014 08:03, Vipin Gahlaut wrote: Hi, I have cloned latest coreboot and trying to build with grub2 as payload. in make menuconfig I select grub2 instead of seabios. when I fire make command it checkout latest grub and that fails to build. for 2 reasons. 1. Due to some

[coreboot] Prague meeting: hardware

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. I've updated http://www.coreboot.org/PragueMeetingHardware#phcoder . If somebody wants me to bring sth, please add a paragraph there, otherwise, I won't take almost anything. signature.asc Description: OpenPGP digital signature -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] unable to build coreboot with grub

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.10.2014 11:57, John Lewis wrote: Hi, It's in Chipset Options - Size of CBFS filesystem in ROM - 0x20 or 0x40 will work. This is only for recent intel chipsets. Cheers, John. On 12/10/14 10:51, Vipin Gahlaut wrote: Thanks Vladimir, Can you please let me know how

Re: [coreboot] unable to build coreboot with grub

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.10.2014 12:44, Vipin Gahlaut wrote: I tried changing under main mainboard - rom chip size but does not seem to be helping. If I look at .config I suspect that the reason is CONFIG_BOARD_ROMSIZE_KB_256=y which doesn't change even if I change ROM size in main board.

Re: [coreboot] unable to build coreboot with grub

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
, Oct 12, 2014 at 4:21 PM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com mailto:phco...@gmail.com wrote: On 12.10.2014 12:44, Vipin Gahlaut wrote: I tried changing under main mainboard - rom chip size but does not seem to be helping. If I look at .config I suspect

Re: [coreboot] unable to build coreboot with grub

2014-10-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.10.2014 13:30, Vipin Gahlaut wrote: Thanks a lot Valdimir, After make clean ROM Size config changes kicked in as expected and I managed to build grub payload. Please keep the list CC'ed Thanks you very much for your help and support. On Sun, Oct 12, 2014 at 4:39 PM, Vladimir

Re: [coreboot] board-status binary

2014-11-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2014 12:44, John Lewis wrote: Hey y'all, I've modified the board-status script to have as few external dependencies as possible, be a self-extracting, self-running binary. and removed the time-stamp to keep the number initial commits down. Feel free to tell me how bad it is and how

Re: [coreboot] board-status binary

2014-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.11.2014 12:22, John Lewis wrote: On 21/11/14 21:58, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 14.11.2014 12:44, John Lewis wrote: Hey y'all, I've modified the board-status script to have as few external dependencies as possible, be a self-extracting, self-running binary

Re: [coreboot] board-status binary

2014-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.11.2014 17:28, John Lewis wrote: On 22/11/14 15:55, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2014 12:22, John Lewis wrote: On 21/11/14 21:58, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 14.11.2014 12:44, John Lewis wrote: Hey y'all, I've modified the board

[coreboot] Infrastructure work

2014-11-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. I know I've signed up to fix board-status and cmos but I don't want to go through painful reviews, so I'm not going to do this, even though maintaining current CMOS stuff is a pain in itself. signature.asc Description: OpenPGP digital signature -- coreboot mailing list:

Re: [coreboot] rfkill equivalent on the X60 - first partial success

2014-12-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 03.12.2014 23:32, Charles Devereaux wrote: Hello As explained before, thinkpad-acpi can't control the non-wifi radio like bluetooth or wwan, because it expects some ACPI entries that aren't there - so there is no rfkill control for these, even if some non-working entries are shown with

Re: [coreboot] rfkill equivalent on the X60 - first partial success

2014-12-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
To emulate rfkill functionality, just write directly to the ec, for ex to turn on wwan and wifi: ./ec_access -w 0x3a -v 0x60 Usecase? Example: I have a wwan card, but I mostly use it for GPS. I can save some power by turning it off without rebooting, while

Re: [coreboot] rfkill equivalent on the X60 - first partial success

2014-12-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 08.12.2014 01:00, Charles Devereaux wrote: Sorry, but if it is like the X60 it can not be made the work. Just like in the WWAN slot, but in reverse, the USB lines are not wired on the WLAN slot. IIRC this is not the case on the X201 (a very nice machine, but coreboot support may not be

Re: [coreboot] Fwd: Coreboot T-shirts

2015-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
), quantity and if you want it single or double-sided printing. Please tell me until Friday. @Carl-Daniel: Still waiting for that PDF. On 21.05.2015 15:41, Vladimir 'phcoder' Serbinenko wrote: Apparently original mail didn't make it to the list. Resent -- Forwarded message

Re: [coreboot] Fwd: Coreboot T-shirts

2015-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.05.2015 19:27, Matthias Apitz wrote: El día Sunday, May 31, 2015 a las 06:45:48PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko escribió: Good news: now it's possible to have them in black as well. I received up to now only one request to which I replied by personal mail. If you

Re: [coreboot] SPD CRC failed

2015-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.05.2015 16:19, Michael Gerlach wrote: Okay here we go... I memtested the modules again and as expected no defect was found. So i retried latest master today and quite unusually it just boots up. Quite possibly you were just missing microcode update. It does not reach payload-state

[coreboot] Goodies for Bonn meeting

2015-09-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. My girlfriend Maria (CC'ed) would like to organize some goodies for coreboot meeting. Already available are black T-shirts: 2 x M, 8 x L, 1 x XL according to my notes, it's no guarantee, I can't double-check now as I'm travelling. Expected price is under €20 for any of items. Capacity

<    1   2