Bug #247
closedApparently g505s support is broken
100%
Description
I made a clone on 12 Dec, 7 Dec and in the last dates of November, every time starting from scratch. All compiles well and without warnings, but upon startup of a known to be working system - it panics or drops into initramfs. I could not distinguish the difference behind either.
But, when using bare 4.11 release (19 Nov) and following the same steps - it builds, boots and the same system is working. I could not get any IOMMU groups output however, but maybe it's not related.
The config contains storage and vgabios (internal only) change.
Steps to reproduce:
$ git clone https://review.coreboot.org/coreboot
$ cd coreboot
$ git submodule update --init --checkout
place a [vgabios.bin]
$ make menuconfig
$ make crossgcc-i386 CPUS=$(nproc)
$ make
# flashrom -p ch341a_spi -w build/coreboot.rom
Files
Updated by Mike Banon over 4 years ago
- % Done changed from 0 to 100
- Status changed from New to Resolved
Indeed, there was a small period of time at early December where I also experienced this problem, but it has been resolved shortly after and I haven't encountered it for like 3 months already.