Christopher Meis
Christopher Meis
At the moment dhcp runs no matter what. I'm for "seperation of concern" here. Netconfig should have happend before cpu is started, otherwise error out with "no net config found"...
Hi everybody, in behalf of @zaolin I plan to integrate swtpm into the CI so we can test tpm related code here as well. What do you think? I'm still...
Changing directories: pkg/intel/metadata/manifest -> pkg/intel/metadata/cbnt pkg/intel/metadata/manifest/common -> pkg/intel/common Also renaming the `manifest` package to `cbnt` and adapt the template code accordingly. Signed-off-by: Christopher Meis
I want to introduce the required structures for Intel BootGuard. The existing directory structure does not allow for CBnT and BootGuard existance in parallel. Any suggestions to handle it @xaionaro...
Signed-off-by: Christopher Meis
This is WIP PR. Sooner of later, we need ACPI/AML structures and generation to pass information to EDK2 for a bootloader to pass to the OS. E.g. Windows requires this.
``` >./netstat -g46 Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 burning-barricade:32900 ec2-3-68-18-70.eu:https ESTABLISHED tcp 0 0 burning-barricade:60010 ec2-3-67-131-16.e:https ESTABLISHED tcp 25...
Snapshot of status quo netstat implementation in u-root compared to [net-tools/netstat](https://github.com/ecki/net-tools/blob/master/netstat.c) netstat has five main capabilities: - List socket states - List route table (flags: -r, -r4,-r6,-r46) - List multicast...
Some kernel configs for testing of traffic shaping were missing. This adds the missing options to allow manipulation of qdiscs, classes and filters via tc command. This time verified locally...
This PR wil add tc command to cmds/exp. Objects: ## qdisc - [x] Show/List (library does not provide string functions for structures, hence limited output) - [x] Add - [x]...