[coreboot] Using cmos.default / nvramtool?

2021-09-13 Thread Rafael Send
Hi all- I'm trying to set gfx_uma_size on my X210. From what I can tell, I need to either use nvramcui / nvramtool to set this, or add a cmos.default file. However, I'm not clear on how to do this correctly. If I just invoke nvramtool, I'm told that this coreboot was built without selecting "CONFI

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-07 Thread Rafael Send
to build a coreboot > 8.3.0 toolchain to avoid the possible errors (so that the toolchain > gets built without Ada). > > On Sat, Jan 7, 2023 at 2:51 AM Rafael Send > wrote: > > > > Hi, > > I'm trying to "make crossgcc" for coreboot, but it fa

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-07 Thread Rafael Send
4:32 Uhr schrieb Nico Huber : > Hi Rafael, > > On 07.01.23 22:03, Rafael Send wrote: > > I didn't downgrade the toolchain intentionally, I'm looking to build a > fork > > of coreboot for a specific platform (mjg59's X2100 port) that never got > >

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-07 Thread Rafael Send
: > On 07.01.23 23:53, Rafael Send wrote: > > If I wanted to try your first suggestion, does the toolchain build > > transcend directories? In order to not mix up trees & versions so far I > > have just checked out the latest master and the version in question into >

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-07 Thread Rafael Send
re as I've done before (I think), I receive the previously mentioned error. Apologies for the inaccuracy. R Am Sa., 7. Jan. 2023 um 22:52 Uhr schrieb Rafael Send < flyingfishfin...@gmail.com>: > Hi, > Thanks for the suggestion. It built in master, then I copied it to the > xgcc

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-08 Thread Rafael Send
Hi, The weird part is that if I build from the root directory, it DOES say uuid-dev is found yet the build still fails. Might that be for the aforementioned reason* " Many tests will indicate that a library is present if they find the .so. But the .so is useless if you need static linking."* ? I'v

[coreboot] Re: Toolchain build on Ubuntu 22.04 fails (at GCC 8.3.0)?

2023-01-08 Thread Rafael Send
heers, Rafael Am So., 8. Jan. 2023 um 12:47 Uhr schrieb Rafael Send < flyingfishfin...@gmail.com>: > Hi, > The weird part is that if I build from the root directory, it DOES say > uuid-dev is found yet the build still fails. Might that be for the > aforementioned reason* " Man

[coreboot] Power button only works once - where to check for fixes (51nb X2100)?

2023-01-12 Thread Rafael Send
Hi, As folks may have gathered from my other question about the GCC build environment, I've been playing around with the old X2100 port ( https://github.com/mjg59/coreboot/tree/x2100_ng). I got it to build and added the latest version of MrChromebox's Tianocore, but there's still one issue that ke

[coreboot] Re: Power button only works once - where to check for fixes (51nb X2100)?

2023-01-12 Thread Rafael Send
; > On Thu, Jan 12, 2023 at 11:08 AM Rafael Send > wrote: > >> Hi, >> As folks may have gathered from my other question about the GCC build >> environment, I've been playing around with the old X2100 port ( >> https://github.com/mjg59/coreboot/tree/x2100_

[coreboot] Re: Power button only works once - where to check for fixes (51nb X2100)?

2023-01-16 Thread Rafael Send
Morning, Just checking in to see if anyone had some advice on where I could look to try and fix this problem. Note that it also happens for sleep and suspend modes, not just shutdowns. Thanks, Rafael Am Do., 12. Jan. 2023 um 09:16 Uhr schrieb Rafael Send < flyingfishfin...@gmail.com>:

[coreboot] Re: Power button only works once - where to check for fixes (51nb X2100)?

2023-01-17 Thread Rafael Send
> Jan 16, 2023, 11:08 by flyingfishfin...@gmail.com: > > > Morning, > > Just checking in to see if anyone had some advice on where I could look > to try and fix this problem. Note that it also happens for sleep and > suspend modes, not just shutdowns. > > > > Thanks

[coreboot] Re: Power button only works once - where to check for fixes (51nb X2100)?

2023-01-18 Thread Rafael Send
out to make it work again.. R Am Di., 17. Jan. 2023 um 11:33 Uhr schrieb Rafael Send < flyingfishfin...@gmail.com>: > Hi, > The *CMOS *(BIOS) battery is installed, yes. The main power battery is > not - I can try that later but obviously I should be able to power on the > thing

[coreboot] Beginner Information - What can be a payload?

2019-03-23 Thread Rafael Send
Hi, Total beginner here. In fact, I'm just researching interesting possibilities for using this and how coreboot works. In particular, I'm wondering how to create custom payloads, and what sorts of things can be payloads. According to the wiki, the target file for a payload is an ELF file. Howeve

[coreboot] BIOS chip address range?

2019-03-27 Thread Rafael Send
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? Cheers, R ___ coreboot mailing list -- coreb

[coreboot] Re: BIOS chip address range?

2019-03-28 Thread Rafael Send
d... Thanks, R On Thu, Mar 28, 2019, 3:08 AM Julien Viard de Galbert wrote: > 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. > > > &

[coreboot] Re: BIOS chip address range?

2019-03-29 Thread Rafael Send
m factor. If we can address it, that opens up interesting possibilities for embedding full OS distributions there (such as my previous question about TinyCore). Gruß, R On Fri, Mar 29, 2019 at 10:10 AM Nico Huber wrote: > > Hello Rafael, > > On 28.03.19 17:12, Rafael Send wrote: >

[coreboot] Re: BIOS chip address range?

2019-03-29 Thread Rafael Send
t part I can get in the correct footprint. It's actually "only" 256Mb / 32MiB. R On Fri, Mar 29, 2019 at 12:03 PM Nico Huber wrote: > On 29.03.19 19:08, Rafael Send wrote: > > Hi Nico- > > Can you clarify what you mean by coreboot on x86 is special? > > o

[coreboot] General question - Linux payloads

2019-04-04 Thread Rafael Send
Hi, I was attempting to build TinyCore Linux as a payload for Coreboot. My previous question concerned packing it up as a bootable floppy for SeaBIOS (work in progress), but when I was learning about Coreboot I discovered that the menuconfig has two separate options for booting Linux directly I t

[coreboot] "Size of CBFS filesystem in ROM" parameter?

2019-04-08 Thread Rafael Send
Hi, I'm trying to understand what the "Size of CBFS filesystem in ROM" setting actually does. If I make the size of the ROM chip large enough to contain my kernel & initrd (~15MB in this case) how do I need to modify this parameter? I've read up on the CBFS documentation, and while that provides

[coreboot] Re: "Size of CBFS filesystem in ROM" parameter?

2019-04-09 Thread Rafael Send
> > this is only true if the flash chip isn't shared with other firmware > components. But it often is. If you are running a modern Intel-based > system, for instance, CBFS size should be at most the size of the > BIOS partition of the flash. If I'm building this for qemu for testing, should I ma

[coreboot] Re: Chainloading Windows from a Linux Payload

2019-04-12 Thread Rafael Send
Good question, I'd be interested in the answer to this as well if anyone has some insight. Cheers, R On Fri, Apr 12, 2019 at 7:45 AM Matt B wrote: > Greetings, > > From what I can find, Linux can only chainload another linux kernel. (via > kexec) Does this mean that a Linux payload like LinuxBo

[coreboot] Booting Legacy + UEFI disks: SeaBIOS / tianocore as secondary payload?

2019-08-15 Thread Rafael Send
Hi, I'm trying to figure out how to build coreboot such that I can boot both legacy and UEFI systems. >From what I can tell, most payloads will load either one or the other, but not both (unless Grub2 can do this - unclear to me). On the other hand, is it possible to use tianocore + SeaBIOS as th

[coreboot] Configure SATA controller in IDE mode?

2019-08-22 Thread Rafael Send
Hi, I'm running a Tianocore payload on coreboot and I'm not able to boot Windows (or Windows installers). I eventually get errors like "UNMOUNTABLE_BOOT_VOLUME" and "DRIVER_PNP_WATCHDOG". Some searching leads me to the conclusion that in some cases putting one's SATA controller in IDE mode allows

[coreboot] Re: Configure SATA controller in IDE mode?

2019-08-23 Thread Rafael Send
Hi, I'm on the port that Matthew Garrett did for the custom Thinkpad X210, which has an i7-8650 on it. I'll check in with him (tbh he's probably on this list anyway). Thanks, Rafael On Thu, Aug 22, 2019, 23:19 awokd via coreboot wrote: > Rafael Send: > > Hi, >

[coreboot] Any DUET experts here?

2019-10-14 Thread Rafael Send
Hi, Some of you might have picked up on my somewhat disjointed line of questions from the IRC, I'm putting this into an email so it's searchable better. Quick background, I'm trying to find a way to boot both UEFI and Legacy disks; turns out it's not so straightforward for someone who doesn't code

[coreboot] Ifdtool for modifying IFD 2.0?

2019-10-16 Thread Rafael Send
Hi, I'm trying to make some adjustments to my descriptor. The -D switch results in an error which goes something like "Density modifications to IFD 2.0 not supported yet". Is there a version of the tool (or a different tool) which will let me make these changes? Note that I seem to be able to re

[coreboot] Re: Any live usb for recovery flash coreboot?

2019-11-04 Thread Rafael Send
FWIW I'm currently running a Grub2 payload, which starts either Tianocore or SeaBIOS from CBFS. Not a CSM and I think my coreboot has ACPI issues so I haven't actually been able to boot Windows via SeaBIOS, but it does start and run Linuxes just fine. R On Sat, Nov 2, 2019, 00:54 Matt DeVillier

[coreboot] Enable non-NVME devices in M.2 slot?

2019-12-06 Thread Rafael Send
Hi, I know a couple folks here are active on Thinkpads.com / familiar with the X210 port by Matthew. The stock BIOS doesn't appear to support non-NVME devices in the M.2 slot; I'm attempting to get a Sunix UPD2018 card working to add USB-C. With stock BIOS, the card works just fine in the WiFi sl

[coreboot] Re: Enable non-NVME devices in M.2 slot?

2019-12-08 Thread Rafael Send
of logs that would help here out of coreboot? I'll be building with Tianocore. Cheers, Rafael On Sat, Dec 7, 2019, 04:58 Nico Huber wrote: > Hi Rafael, > > On 07.12.19 07:40, Rafael Send wrote: > > However, so far nothing I've done lets me detect the Sunix card if I try

[coreboot] Re: Enable non-NVME devices in M.2 slot?

2019-12-08 Thread Rafael Send
ck it's keying. If the keying of the slot is such that it > can't even accept an nvme drive, then there's your answer right there. > > Sincerely, > -Matt > > On Sun, Dec 8, 2019 at 6:12 PM Rafael Send > wrote: > >> Hey, >> I used the mini PC

[coreboot] Re: Enable non-NVME devices in M.2 slot?

2019-12-09 Thread Rafael Send
ot; once Ubuntu is booted. I don't have any other PCI cards that I could test here, unfortunately. How shall I go about debugging this further? Can I get logs out of coreboot somehow? Cheers, Rafael On Sun, Dec 8, 2019 at 7:53 PM Rafael Send wrote: > Hi, > It's an M-key slot an

[coreboot] libgxfinit + latest master gives "static noise" bootscreen (Windows)

2019-12-26 Thread Rafael Send
Hi, For the past month or two (I'm not actually sure WHEN it stopped working) I haven't been able to successfully boot (any) Windows installations using libgfxinit. Mid-October I had created some builds that worked, but I'm not sure they were using master or something else at that point (only kept

[coreboot] Re: libgxfinit + latest master gives "static noise" bootscreen (Windows)

2019-12-29 Thread Rafael Send
m unclear if THAT's what caused Windows to not work correctly (i.e whether the patch worked better or not). I guess if I start with the commit I originally used I can play around with cherry-picking that commit vs the previous patch). R On Sat, Dec 28, 2019 at 5:00 AM Nico Huber wrote: > H

[coreboot] Re: libgxfinit + latest master gives "static noise" bootscreen (Windows)

2019-12-29 Thread Rafael Send
, R On Sun, Dec 29, 2019 at 6:31 AM Nico Huber wrote: > On 29.12.19 10:32, Rafael Send wrote: > > - I'm running linear frame buffer, but not at native resolution. If I do, > > the boot menu text gets too small since this is a 13" 2k screen. > > - Payload is Tian

[coreboot] Re: libgxfinit + latest master gives "static noise" bootscreen (Windows)

2020-01-08 Thread Rafael Send
Hmm. I exported my own vbt on Ubuntu with "cp /sys/kernel/debug/dri/0/i915_vbt vbt.bin", which worked fine in the past, but I still get the noise. Windows 10... R ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to corebo

[coreboot] Increasing chip size - check my modifications please?

2020-01-13 Thread Rafael Send
Hi there- I'd like to increase the size of my flash chip from 8MB to 16MB. From poking at stuff and asking dumb questions in the #coreboot channel, I've gathered I need to make the following changes, but I'm not 100% sure these are correct. If anyone could look this over and point me in the right

[coreboot] Re: Increasing chip size - check my modifications please?

2020-01-14 Thread Rafael Send
> > I did this exact thing while porting heads to a new motherboard, as the > 4mb SPI was too small. Heres the steps, and they work. Ok now I'm a bit confused. Can you elaborate on what some of your steps do? - When you set chip size to 16MB but use the stock descriptor, you've basically got a c

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-20 Thread Rafael Send
FWIW I use Grub to load either SeaBIOS or Tianocore at boot, defaulting to Tianocore for this exact problem. Hope that's of some help :) R On Fri, Mar 20, 2020 at 1:35 PM Dalao via coreboot wrote: > > The Tianocore package which ran on top of SeaBIOS, DuetPkg, was remove > long ago, so that's n

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-23 Thread Rafael Send
Hi, I did have some trouble getting this to work correctly. I believe you must add it to cbfs with "add-payload" and not just as a regular file. If that doesn't work let us know, I'll take a look at what exactly I did. Good luck, R On Sat, Mar 21, 2020 at 6:08 AM Dalao wrote: > > FWIW I use Gru

[coreboot] Re: Some problems with graphic display when using coreboot + seabios.

2020-03-24 Thread Rafael Send
Hi, Good to know, I actually at one point did the same (extract working Tianocore from coreboot binary), so maybe that's how it worked. Did you figure out why it works when you extract it, but not if you just add the built blob? Rafael On Mon, Mar 23, 2020 at 11:44 PM Dalao wrote: > > I did ha

[coreboot] Cannot access PCI Extended Capabilities registers with Coreboot?

2020-04-07 Thread Rafael Send
Hi, I've been trying to get a PCIe add-in card working in my X210 M.2 slot for a couple weeks. There is a hack to get it recognized which involves writing to one of the Extended Capability registers from an EFI shell, but apparently something about the way Coreboot initializes PCI (?) makes these

[coreboot] Resizing BIOS chip from 8MB to 16MB - howto article

2020-05-05 Thread Rafael Send
Hi all- I wrote up an article (or, more like a step-by-step guide) on how to resize the BIOS chip from 8MB to 16MB. This is particularly handy for people (like myself) who want more space for payloads. This was done on an X210, but theoretically it should work fine on other platforms as well, as l

[coreboot] Re: Resizing BIOS chip from 8MB to 16MB - howto article

2020-05-05 Thread Rafael Send
b.com/corna/me_cleaner/issues/80 ) > > Great work, thanks for contributing! > > > > On Tue, 5 May 2020 at 22:05, Rafael Send > wrote: > >> Hi all- >> I wrote up an article (or, more like a step-by-step guide) on how to >> resize the BIOS chip from 8MB to 1

[coreboot] Re: Query regarding coreboot

2020-06-08 Thread Rafael Send
Hi- Apparently Matthew (mj...@srcf.ucam.org) made some modifications to allow booting OS X without Clover. I'm not sure if his changes are current or if they're specific to the X210 which they were made on / for, but I had the same question and that was the answer I got at the time. Never tried it

[coreboot] Re: Change Romsize and CBFS size.

2020-06-11 Thread Rafael Send
Hi, Do you already have a 64MB BIOS chip? If not, you first need to check if your CPU supports that size (that's pretty big, I'd be surprised). If it does, are you planning to swap the chip? Assuming the answer to the above is "yes", you'll also need to change the Intel Firmware Descriptor to reco

[coreboot] Re: Feature request: add payload "Tianocore with SeaBIOS CSM"

2020-11-16 Thread Rafael Send
I'm also interested in this option & raised it sometime last year. As a user, I don't have the skills necessary to do it, and was informed of the same conclusion. However, I DID succeed in building a coreboot which contains both Tianocore & SeaBIOS separately, then using Grub to choose which paylo

[coreboot] Hidden PCI device question (from 4.13 release notes)

2020-11-20 Thread Rafael Send
Hi, Unsure if appending to the 4.13 announcement email was cool, so here's a separate thread. I was using coreboot for a while, but then discovered that something about it was not accessing hidden PCI devices correctly (not enough expertise to figure out what). In my particular case, I'm adding a

[coreboot] Re: Hidden PCI device question (from 4.13 release notes)

2020-11-22 Thread Rafael Send
via stock BIOS? This is really the only thing keeping me from straight up switching to coreboot so it'd be dope to get it working... Cheers, Rafael On Fri, Nov 20, 2020 at 10:36 AM Rafael Send wrote: > Hi, > Unsure if appending to the 4.13 announcement email was cool, so here's a &

[coreboot] Re: Hidden PCI device question (from 4.13 release notes)

2020-11-23 Thread Rafael Send
sequence > before its config space becomes "visible." > > Cheers, > - Tim > > On Sun, Nov 22, 2020 at 8:02 PM Rafael Send > wrote: > >> Ok, I have a more formulated question now. TLDR, I got the same result as >> with 4.12, so there's probably

[coreboot] Accessing extended capabilities PCI registers?

2020-11-25 Thread Rafael Send
Hi, Breaking this out from my other email for title clarity purposes, hope that's ok. Anyway, I think my issue comes down to coreboot not being able to access (?) PCI extended registers in the current setup. I guess this is a general question: CAN coreboot access the extended capabilities registe

[coreboot] Re: Accessing extended capabilities PCI registers?

2020-12-01 Thread Rafael Send
Hi, Thanks for the information - it's more than I've had before. Maybe someone else can shed more light on the exact workings, but in the meantime I'll take a look at MMCONFIG. Cheers, Rafael On Fri, Nov 27, 2020 at 10:45 AM Rudolf Marek wrote: > Hi, > > On 25. 11. 20

[coreboot] How to add & invoke driver correctly?

2020-12-09 Thread Rafael Send
Hi, I'm investigating adding a custom driver for a device on my system. I'm not a programmer by any means, so please pardon any silly questions... I'd like to learn more about how to properly add custom drivers, and how they are called from devicetrees. First, if there is a resource for this, coul

[coreboot] Coreboot on Thinkpad "X62" (i7-5600u)?

2017-02-23 Thread Rafael Send
Hello there- I'm assuming this is the right way to ask a general question, but please let me know if it isn't. I have an "X62" laptop, which is actually an old Thinkpad X61 with a custom motherboard in it. This board has an i7-5600u CPU on it, and I was wondering if it was possible to build a vers

Re: [coreboot] Coreboot on Thinkpad "X62" (i7-5600u)?

2017-02-23 Thread Rafael Send
"MEI device not found". I take it that's good news? Rafael On Thu, Feb 23, 2017 at 4:51 AM, Iru Cai wrote: > Hello, > > On Thu, Feb 23, 2017 at 3:46 PM, Rafael Send wrote: > >> Hello there- >> I'm assuming this is the right way to ask a general que