[Yellowstone] Add method to get XHCI configuration space.
This commit is contained in:
parent
27c39d05e8
commit
3bacfea183
11 changed files with 172 additions and 4 deletions
|
|
@ -52,6 +52,12 @@ glcr::Status YellowstoneServer::HandleGetAhciInfo(AhciInfo& info) {
|
|||
return glcr::Status::Ok();
|
||||
}
|
||||
|
||||
glcr::Status YellowstoneServer::HandleGetXhciInfo(XhciInfo& info) {
|
||||
info.set_xhci_region(pci_reader_.GetXhciVmmo());
|
||||
info.set_region_length(kPcieConfigurationSize);
|
||||
return glcr::Status::Ok();
|
||||
}
|
||||
|
||||
glcr::Status YellowstoneServer::HandleGetFramebufferInfo(
|
||||
FramebufferInfo& info) {
|
||||
// FIXME: Don't do this for each request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue