Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Protocol
- Timestamp:
- Aug 14, 2024 1:16:30 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164367
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Protocol/HttpCallback.h
r99404 r105670 3 3 4 4 Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> 5 Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> 5 6 SPDX-License-Identifier: BSD-2-Clause-Patent 6 7 **/ … … 56 57 /// Others Other error as indicated. 57 58 /// 58 HttpEventInitSession 59 HttpEventInitSession, 60 61 /// 62 /// The Status of Event to configure TLS configuration data. 63 /// EventStatus: 64 /// EFI_SUCCESS The TLS is configured successfully with the default value. 65 /// EFI_INVALID_PARAMETER One or more input parameters to SetSessionData() is invalid. 66 /// EFI_NOT_READY Current TLS session state is NOT EfiTlsSessionStateNotStarted. 67 /// EFI_NOT_FOUND Fail to get 'HttpTlsCipherList' variable. 68 /// Others Other error as indicated. 69 /// 70 HttpEventTlsConfigured 59 71 } EDKII_HTTP_CALLBACK_EVENT; 60 72
Note:
See TracChangeset
for help on using the changeset viewer.