[coreboot] Re: Patches moved to main branch lost review scores

2023-09-12 Thread Felix Singer
Hi Jeremy, Jenkins builds can be just triggered by editing the commit message without doing any changes to it. Just save it, which updates the commit date. That is enough to trigger Jenkins. For instance, run `git commit --amend`, don't do any changes, just save it and repush as usual (though wi

[coreboot] Re: coreboot has switched the default git branch from "master" to "main"

2023-09-12 Thread Felix Singer
Hi Martin, On Sat, 2023-09-09 at 18:20 -0600, coreboot org wrote: > The master branch will no longer accept pushes. it seems people are still able to use refs/for/master. Some patches were just pushed for master today, but they are already rebased to the main branch now. Can we prevent that or ca

[coreboot] Re: Patches moved to main branch lost review scores

2023-09-12 Thread Martin Roth via coreboot
I'll work on running things through jenkins again, but it's going to take a while to get all of the patches done. If anyone has a specific patch they need to get verified, rebasing it on top of the main branch is a good way to get jenkins to pick it up again. *Please* do not rebase huge patch t

[coreboot] Re: coreboot has switched the default git branch from "master" to "main"

2023-09-12 Thread Patrick Georgi via coreboot
12. September 2023 17:59, "Felix Singer" schrieb: > it seems people are still able to use refs/for/master. Some patches > were just pushed for master today, but they are already rebased to the > main branch now. Can we prevent that or can we only prevent submissions > to the master branch? I ext

[coreboot] RFC: Post-build control of serial console

2023-09-12 Thread Keith Hui
Hi Simon, > Why not CMOS RAM / VVRAM? - If we allocate some space in CMOS for console / logging settings, then it would allow a similar feature. But it involves changing settings on the device. Each board would need to provide some CMOS options for this feature as part of the layout file. It would