Tags give the ability to mark specific points in history as being important
-
qcom-more-for-2025.0714315b73 · ·
More Qualcomm fixes for 2025.07 * Adjust fdtfile logic to support more boards * Support linux,code variable in qcom-pmic button driver * Minor CLK API adjustments and apq8096/msm8916 fixes * vbus regulator register fixes * dragonboard410c KASLR support and other fixes
-
sent/20250115-wip-obbardc-update-email-b78477a2d396-v1384611bf · ·
Update my email address Update my email address for various locations in the U-Boot project. This will (hopefully) stop any mails from going to /dev/null. To: Tom Rini <trini@konsulko.com> To: Jagan Teki <jagan@amarulasolutions.com> To: Jonas Karlman <jonas@kwiboo.se> To: Simon Glass <sjg@chromium.org> To: Philipp Tomsich <philipp.tomsich@vrull.eu> To: Kever Yang <kever.yang@rock-chips.com> Cc: u-boot@lists.denx.de Cc: Christopher Obbard <christopher.obbard@linaro.org> --- Christopher Obbard (2): .mailmap: update email address for Christopher Obbard board: rockpi4-rk3399: update email address for Christopher Obbard .mailmap | 1 + board/radxa/rockpi4-rk3399/MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- base-commit: 4eb937058ffd9d413929f566246eb684efe8eab5 change-id: 20250115-wip-obbardc-update-email-b78477a2d396 Best regards, -
efi-master-051220241d9aa4a2 · ·
Two fixes for the EFI subsystem coming via the TPM tree as agreed by Heinrich The LMB patch fixes a failure in SystemReady testing. Nothing bad happens without the patch in the device operation, but the return values are wrong and SCT tests fail for MemoryAllocationServicesTest category. The second is a shielding the device against mistakes in the definition of struct fields needed by the capsule update mechanism. Instead of crashing, print a humna readable message of what's wrong.