StarLabsLtd / firmware

68 stars 4 forks source link

Git submodule pull attempts to pull down either private or non-existant repo. #142

Closed Hacksawfred3232 closed 7 months ago

Hacksawfred3232 commented 7 months ago
hsf@hsf-Starbook:~/Documents/coreboot$ git submodule update --init -f --recursive --remote
...
Cloning into '/home/hsf/Documents/coreboot/src/vendorcode/amd/opensil/genoa_poc/opensil'...
Username for 'https://github.com': 
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/StarLabsLtd/opensil_genoa_poc.git/'
fatal: clone of 'https://github.com/StarLabsLtd/opensil_genoa_poc.git' into submodule path '/home/hsf/Documents/coreboot/src/vendorcode/amd/opensil/genoa_poc/opensil' failed
Failed to clone 'src/vendorcode/amd/opensil/genoa_poc/opensil' a second time, aborting

Since I'm building on an Alderlake based Starbook, this isn't a big issue. However, it does hang the submodule pull process, and has to be fixed manually by removing the directory and updating git submodules. On an AMD system, I suspect this missing code is required for building the firmware for that system.

Any idea what's going on here?

Sean-StarLabs commented 7 months ago

Not a clue - one of the AMD guys will (or likely has) fix it