Go library to handle UEFI device paths
Go to file
2023-09-18 14:15:11 +02:00
.drone.yml init project 2023-08-27 11:31:03 +02:00
.gitignore init project 2023-08-27 11:31:03 +02:00
base.go fix missing ipv6 subtype 2023-09-18 14:15:11 +02:00
end.go add beginning of parser 2023-08-27 15:09:30 +02:00
file.go add support for file nodes 2023-09-16 17:21:48 +02:00
file_test.go add support for file nodes 2023-09-16 17:21:48 +02:00
go.mod Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
go.sum Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
harddrive.go Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
harddrive_test.go Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
ipv4.go Add network protocols 2023-09-18 13:49:24 +02:00
ipv4_test.go Add network protocols 2023-09-18 13:49:24 +02:00
ipv6.go fix missing ipv6 subtype 2023-09-18 14:15:11 +02:00
ipv6_test.go Add network protocols 2023-09-18 13:49:24 +02:00
LICENSE Initial commit 2023-08-27 11:13:27 +02:00
mac.go Add network protocols 2023-09-18 13:49:24 +02:00
mac_test.go Add network protocols 2023-09-18 13:49:24 +02:00
Makefile init project 2023-08-27 11:31:03 +02:00
parser.go Add network protocols 2023-09-18 13:49:24 +02:00
parser_test.go add support for file nodes 2023-09-16 17:21:48 +02:00
pci.go Fix PCI devices with device > 16 2023-09-18 13:55:47 +02:00
pci_test.go Fix PCI devices with device > 16 2023-09-18 13:55:47 +02:00
pciroot.go add beginning of parser 2023-08-27 15:09:30 +02:00
README.md add ci build status to readme 2023-08-27 11:32:20 +02:00
sata.go add beginning of parser 2023-08-27 15:09:30 +02:00
sata_test.go fix module name 2023-09-16 16:20:09 +02:00
utils.go add beginning of parser 2023-08-27 15:09:30 +02:00

device-path

Build Status

Go library to handle UEFI device paths