node-replicated-kernel
node-replicated-kernel copied to clipboard
Update uefi requirement from 0.15 to 0.24 in /lib/bootloader_shared
Updates the requirements on uefi to permit the latest version.
Changelog
Sourced from uefi's changelog.
uefi - 0.24.0 (2023-06-20)
Added
DevicePath::to_boxed,DevicePath::to_owned, andDevicePath::as_bytesDevicePathInstance::to_boxed,DevicePathInstance::to_owned, andDevicePathInstance::as_bytesDevicePathNode::data- Added
Event::from_ptr,Event::as_ptr, andHandle::as_ptr.- Added
ScopedProtocol::getandScopedProtocol::get_mutto access potentially-null interfaces without panicking.DevicePath::to_stringandDevicePathNode::to_stringChanged
- Renamed
LoadImageSource::FromFilePathtoLoadImageSource::FromDevicePath- The
DerefandDerefMutimpls forScopedProtocolwill now panic if the interface pointer is null.uefi-services - 0.21.0 (2023-06-20)
Changed
- Updated to latest version of
uefi.uefi - 0.23.0 (2023-06-04)
Changed
- Fixed function signature bug in
BootServices::install_configuration_table.uefi-services - 0.20.0 (2023-06-04)
Changed
- Updated to latest version of
uefi.uefi - 0.22.0 (2023-06-01)
Added
- Added
BootServices::install_configuration_table.Changed
- Renamed
FileSystemIOErrorContexttoIoErrorContext.ResetTypeis now a newtype-enum instead of a Rust enum. Its members now have upper-case names.PointerModeandPointerStatenow contain arrays rather than tuples, as tuples are not FFI safe.RegularFile::readno longer returnsOption<usize>in error data. ABUFFER_TOO_SMALLerror can only occur when reading a directory, not a file.RegularFile::readnow reads in 1 MiB chunks to avoid a bug in some
... (truncated)
Commits
bc0c6b5chore: Release5e5c793Bump uefi-raw version849de77chore: Releaseea968e1device_path: add to_string() for more convenience38f2c3auefi-raw: derive all the thingsac46bf0Merge pull request #865 from nicholasbishop/bishop-more-boot-fns3246161uefi-raw: Fill in a few more BootServices function pointersd21fdc5Merge pull request #870 from nicholasbishop/bishop-raw-system-table01cc917uefi-raw: Add SystemTable12e4a20uefi-raw: Add more derives for Revision and Header- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)