hisilicon-opensdk: wire up AV100 open_ modules into firmware#2006
Merged
hisilicon-opensdk: wire up AV100 open_ modules into firmware#2006
Conversation
23bf359 to
9614c87
Compare
Add hi3516av100 (V2A) support — same pattern as CV200 and CV100. AV100 uses kernel 4.9.37 and hi3516a_* blob naming. Key mappings: - open_vi.ko → hi3516a_viu.ko - open_rgn.ko → hi3516a_region.ko - open_acodec.ko → acodec.ko - open_himedia.ko → hi_media.ko AV100 has modules not in CV200: h265e, vda, pm. Also: - Enable TDE for AV100 (RGN depends on TDE symbols) - Enable BR2_PACKAGE_HISILICON_OPENSDK for both AV100 defconfigs - Add osdrv dependency ordering for AV100 - Add AV100 to extra/ cleanup hook Depends on OpenIPC/openhisilicon#49 (vb_force_exit + sys param fixes). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9614c87 to
94d8f7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add hi3516av100 (V2A generation) support, following CV200 (#2004) and CV100 (#2005).
/lib/modules/4.9.37/hisilicon/BR2_PACKAGE_HISILICON_OPENSDKfor both AV100 defconfigs (lite + ultimate)AV100 specifics
hi3516a_*(nothi3518e_*orhi3518_*)h265e,vda,pmDepends on OpenIPC/openhisilicon#49 (vb_force_exit + sys param fixes).
Test plan
make BOARD=hi3516av100_lite allbuilds successfullyextra/cleaned🤖 Generated with Claude Code