Skip to content

Tags: u-root/u-root

Tags

v0.15.0

Toggle v0.15.0's commit message
Remove all references to removed Baseboard Info table

There may be references to the baseboard table we want to remove. This
allows us to remove all instances in other baseboard tables or group
association tables.

Signed-off-by: Andrew Sun <[email protected]>

v0.14.0

Toggle v0.14.0's commit message
Update README with new mkuimage instructions

Signed-off-by: Chris Koch <[email protected]>

v0.13.1

Toggle v0.13.1's commit message
Advertise the supported boot commands

Signed-off-by: Chris Koch <[email protected]>

v0.13.0

Toggle v0.13.0's commit message
Make gosh default shell

Signed-off-by: Chris Koch <[email protected]>

v0.12.0

Toggle v0.12.0's commit message
spidev: improve regexp for testing

Signed-off-by: Ronald G. Minnich <[email protected]>

v0.11.0

Toggle v0.11.0's commit message
bump to v-1.11.0

The major driver for this was that v0.10.0 broke tamago armoryboot.

But it makes sense to do it anyway, with all the bug fixes and cleanups
that happened recently.

Signed-off-by: Ronald G. Minnich <[email protected]>

v0.10.0

Toggle v0.10.0's commit message
bump version to 0.10.0

v0.9.0

Toggle v0.9.0's commit message
Create v0.9.0 release notes

Signed-off-by: Ryan O'Leary <[email protected]>

v1.0.1

Toggle v1.0.1's commit message
go.mod: add +incompatible to retractions

go mod tidy requires this. This also allows us to in the future release
versions v2 through v7 if we ever desire to.

See also:

```
$ go build
go: errors parsing go.mod:
go.mod:67:2: retract github.com/u-root/u-root: version "v2.0.0" invalid: should be v0 or v1, not v2
go.mod:69:2: retract github.com/u-root/u-root: version "v3.0.0" invalid: should be v0 or v1, not v3
go.mod:71:2: retract github.com/u-root/u-root: version "v4.0.0" invalid: should be v0 or v1, not v4
go.mod:73:2: retract github.com/u-root/u-root: version "v5.0.0" invalid: should be v0 or v1, not v5
go.mod:75:2: retract github.com/u-root/u-root: version "v6.0.0" invalid: should be v0 or v1, not v6
$ go mod edit -retract=v2.0.0
go mod: -retract=v2.0.0: version "v2.0.0" invalid: should be v2.0.0+incompatible (or module github.com/u-root/u-root/v2)
```

Signed-off-by: Chris Koch <[email protected]>

v0.8.0

Toggle v0.8.0's commit message
Restructure main

Add more tests

Signed-off-by: Christopher Meis <[email protected]>