Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71617 )
Change subject: .gitmodules: Update goswid branch to v0.1 ......................................................................
.gitmodules: Update goswid branch to v0.1
It is not really an update, since the same commit hash is targeted, but I am currently working on the goswid tool and don't want to accidently kill other peoples builds. Therefore I created a v0.1 tag to tie coreboot to a specific known working commit of goswid.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I9d14f7653465c6b9e72dd3661e991d13b76c24c4 --- M .gitmodules 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/71617/1
diff --git a/.gitmodules b/.gitmodules index 6f62952..e7238e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,4 +64,4 @@ [submodule "util/goswid"] path = util/goswid url = ../goswid - branch = trunk + branch = v0.1