8000 Tags · PatrickRudolph/u-root · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: PatrickRudolph/u-root

Tags

test-image-amd64-v3.2.11

Toggle test-image-amd64-v3.2.11's commit message
pci: alloc NewBusReader to take a []string

Also allow the pci command to take , separate globs, viz:

rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ ./pci -s *1[78]*
0000:00:17.0: VMware PCI Express Root Port
0000:00:17.1: VMware PCI Express Root Port
0000:00:17.2: VMware PCI Express Root Port
0000:00:17.3: VMware PCI Express Root Port
0000:00:17.4: VMware PCI Express Root Port
0000:00:17.5: VMware PCI Express Root Port
0000:00:17.6: VMware PCI Express Root Port
0000:00:17.7: VMware PCI Express Root Port
0000:00:18.0: VMware PCI Express Root Port
0000:00:18.1: VMware PCI Express Root Port
0000:00:18.2: VMware PCI Express Root Port
0000:00:18.3: VMware PCI Express Root Port
0000:00:18.4: VMware PCI Express Root Port
0000:00:18.5: VMware PCI Express Root Port
0000:00:18.6: VMware PCI Express Root Port
0000:00:18.7: VMware PCI Express Root Port
rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ ./pci -s *17*,*18*
0000:00:17.0: VMware PCI Express Root Port
0000:00:17.1: VMware PCI Express Root Port
0000:00:17.2: VMware PCI Express Root Port
0000:00:17.3: VMware PCI Express Root Port
0000:00:17.4: VMware PCI Express Root Port
0000:00:17.5: VMware PCI Express Root Port
0000:00:17.6: VMware PCI Express Root Port
0000:00:17.7: VMware PCI Express Root Port
0000:00:18.0: VMware PCI Express Root Port
0000:00:18.1: VMware PCI Express Root Port
0000:00:18.2: VMware PCI Express Root Port
0000:00:18.3: VMware PCI Express Root Port
0000:00:18.4: VMware PCI Express Root Port
0000:00:18.5: VMware PCI Express Root Port
0000:00:18.6: VMware PCI Express Root Port
0000:00:18.7: VMware PCI Express Root Port
rminnich@xcpu:~/gopath/src/github.com/u-root/u-root/cmds/core/pci$ exit

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>

v6.0.0

Toggle v6.0.0's commit message
v6.0.0 release

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

v5.0.0

Toggle v5.0.0's commit message
Release notes

We need to do a release now, we keep missing them.

This should be a major release due to the great rename,
so we can put off the number question a little longer.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>

v4.0.0

Toggle v4.0.0's commit message
v4.0.0 release

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

test-image-amd64-v3.2.2

Toggle test-image-amd64-v3.2.2's commit message
multiboot: command to boot ESXi

Signed-off-by: Max Shegai <max.shegai@gmail.com>

test-image-x86-v3.1.0

Toggle test-image-x86-v3.1.0's commit message
TCZ test also need squashfs

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

test-image-x86-v3.0.0

Toggl 7BE3 e test-image-x86-v3.0.0's commit message
Add loop support for tcz integration test

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

v3.0.0

Toggle v3.0.0's commit message
v3.0.0 release

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 release

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>

v1.0.0

Toggle v1.0.0's commit message
Initial release

Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
0