Moritz Meißelbach

Results 43 comments of Moritz Meißelbach

I have a FHD (nitrocaster) x230 and flashed coreboot via skulls on it. So I would be more than happy to help testing. What needs to be done to move...

Oh I see. Thank you. Shouldn't it then be enough to run the build script and point it to [this commit with the latest patchset](https://review.coreboot.org/plugins/gitiles/coreboot/+/48baddc90ca895443f41f411dc0433ab1aa1e2db)? `./build.sh -c 48baddc90ca895443f41f411dc0433ab1aa1e2db x230` essentially?...

Okay here is what I did: - I added a `-p | --patchset` command line argument that exports the `COREBOOT_PATCHSET` environment variable - Added a `function checkoutPatchset()` to `download_coreboot.sh` that...

> A few questions: What do you think of this approach? Would you be interested in a PR with at least the script changes providing the ability to check out...

Hi @nikitatikin, my branch and initial commit is [here](https://github.com/Biont/skulls/commit/eda783ab460dd4cf0f77be2c04abcdb6a884c467), but other than pushing my stuff into that fork, I have not yet found the time to to additional cleanup to...

This should be possible with a custom provider, yes. There's a description of how it works in the Readme. The use of custom providers replaces the builtin ones though, so...

I totally agree and I've been thinking about this myself. Maybe we could add a flag that controls whether or not to include the builtins. Or add some way to...

Cool. I was thinking this would work, but I never actually tried. Good to know. I guess I should rather think about documenting thinks like this. Thanks!

I just added a section in the README: 01618435a543af7926f658f6f33f1e187c03bd55

Sorry for not answering for so long. I agree that this is something a lot of people will prefer. I've looked around and `fzf` [does not give us a real...