-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ipu6ep firmware loading issue #403
Fix ipu6ep firmware loading issue #403
Conversation
Improper Commit Message |
Issue Detailed: Android14 secpolicy forbids to load the firmware files from /vendor/firmware/intel/ipu/ Issue Fixed: Modify kernel.te to allow to load firmwares from that path. Issue Tested: Successfully load ipu6ep.bin which locates in the above path. Tracked-On: OAM-129975 Signed-off-by: Zhenlong Z Ji <zhenlong.z.ji@intel.com> Signed-off-by: Neo Fang <neo.fang@intel.com>
63a2389
to
5b81401
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
09115fe
into
projectceladon:celadon/u/mr0/master
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_umr0_master-merge/400 |
Issue Detailed: Android14 secpolicy forbids to load the firmware files from /vendor/firmware/intel/ipu/
Issue Fixed: Modify kernel.te to allow to load firmwares from that path.
Issue Tested: Successfully load ipu6ep.bin which locates in the above path.
Trakced-On: OAM-129975