hisilicon-opensdk: wire up CV100 open_ modules into firmware#2005
Merged
hisilicon-opensdk: wire up CV100 open_ modules into firmware#2005
Conversation
251bb7d to
abffab5
Compare
Add CV100 install block — rename open_*.ko to vendor names in hisilicon/ (kernel 3.0.8). CV100 uses hi3518_* prefix (not hi3518e_*) and has extra modules (dsu, vda, group, sio, hidmac). Key name mappings: - open_vgs.ko → hi3518_dsu.ko (VGS was called DSU in V1 SDK) - open_vi.ko → hi3518_viu.ko - open_rgn.ko → hi3518_region.ko - open_sensor_i2c.ko → hi_i2c.ko Also: - Enable BR2_PACKAGE_HISILICON_OPENSDK for all 3 CV100-family boards - Add osdrv dependency ordering for CV100 and CV200 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
abffab5 to
45dd317
Compare
6 tasks
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 hi3516cv100 (V1 generation) support to the opensdk module install, following the same pattern as CV200 (#2004) and CV500.
/lib/modules/3.0.8/hisilicon/BR2_PACKAGE_HISILICON_OPENSDKfor all 3 CV100-family boardsCV100 specifics
hi3518_*(nothi3518e_*)dsu(=vgs),vda,group,sio,hidmachimedia,sys_config,mipi_rx,sensor_spi,pirisDepends on:
Test plan
make BOARD=hi3516cv100_lite allbuilds successfully3.0.8/hisilicon/extra/cleaned ofopen_*.koduplicates🤖 Generated with Claude Code