edk2-nvidia
edk2-nvidia copied to clipboard
NVIDIA EDK2 platform support
As I was reading through the code I noticed that https://github.com/NVIDIA/edk2-nvidia/blob/0c326dcc1fbee072cb03509e42fb48f0cb0c4ce2/Silicon/NVIDIA/Library/FmpDeviceLib/TegraFmp.c#L1127 probably was meant to be: ```c FwPackageCopyImageName (PkgName, PkgImageInfo, sizeof (PkgName)); ``` instead of the current: ```c FwPackageCopyImageName (PkgName,...
If extra debug is being enabled then the watchdog should be disabled. Boot may take longer than build time configuration. User is likely debugging so a watchdog is likely not...
This PR adds 4 new features: * A new `I2cSlaveDeviceTreePath` protocol to allow the lookup of the device tree path of any `I2cIo` device using its GUID and globally unique...
When a device is attached to the /dev/ttyTHS0 uart port, if it streams data it interrupts the boot process. This behavior isn't expected, as it is the only portion of...
Add fuse write support for t194 to allow ratchet update.
Hi, When following steps https://github.com/NVIDIA/edk2-nvidia/wiki/Build-with-docker I'm seeing permission denied when giving $ edk2_docker edkrepo clone nvidia-uefi NVIDIA-Platforms main Syncing the global manifest repository: /home/fadhelh/.edkrepo/edk2-edkrepo-manifest-main Syncing the global manifest repository: /home/fadhelh/.edkrepo/nvidia...
## Issues * Timeout error occurs while issuing TegraI2cStartRequest * How can I skip initializing I2C if it is not mandatory for edk2 on AGX Orin developer kit? ``` [2023-10-24...
I recently opened a [forum post](https://forums.developer.nvidia.com/t/uefi-does-not-recognize-micron-nvme-as-bootable/272457/8) about this issue. In diagnosing I added logs around why the nvme was failing to be recognized and found that the NvmExpress Driver was...
Hi, the boot time of UEFI firmware costs a lot of time. I have changed `PcdPlatformBootTimeOut` from 5 to 0, but it still took about 16 seconds. I noticed a...
Hello, two questions here What is edk2-nvidia? Is it a version of nvidia's UEFI for Jetson? How do I change the Jetson's UEFI variables and settings (I'm using a Jetson...