Thanks for the explaination!
The other day I was checking out the datasheet for my Yaesu monobander's final amp, and I noticed that it is able to performs optimally up to its advertised 80w only between 144mhz and 148mhz, while outside of that it's capped to 60w. I'm pretty sure this is related to what you just explained.
Overall, I feel like the 2m band is like a kiddie playground, while the grownups are hanging out with their big antennas on HF.




Coreboot by itself is just a hardware initialization code that basically tells your computer what to do when it turns on (i.e. get the processor running, turn on the RAM chips and get the capacity, then see what can be used for outputting display or serial console).
This is all executed before the user sees anything on the screen, at which point the handover to the payload firmware (i.e. the stuff you'd know as 'the BIOS/UEFI screen') is complete.
The coreboot project do also work with getting the BIOS/UEFI stuff running thru their initialization process as their payload, but the code for these payloads are completely separate projects.