Dima Merkurev
Dima Merkurev
Would you like to add support for intercepting proxied traffic, for example, for getting statistics, creating limits and so one. I can create pull request with this changes or I...
I would like to ask this question because we found strange things with this part of commander. `script` have a different behaviour depends on version. For example, `script` from `unix-utils...
Work in progress PR with GBL-related and DT_FIXUP protocols. GBL upstream headers: https://cs.android.com/android/kernel/superproject/+/common-android-mainline:bootable/libbootloader/gbl/libefi_types/defs/protocols/ GBL protocols documentation: https://cs.android.com/android/kernel/superproject/+/common-android-mainline:bootable/libbootloader/gbl/docs/ DT_FIXUP protocol original proposal: https://github.com/U-Boot-EFI/EFI_DT_FIXUP_PROTOCOL ## How This Was Tested WIP ## Integration...
# Description Adds the DT_FIXUP_PROTOCOL header. This protocol allows firmware to apply boot-time fixups and process memory reservations from the device tree. It is expected to be invoked by the...