Skip to content

Conversation

lumag
Copy link
Contributor

@lumag lumag commented Apr 6, 2025

Import config files for several historical platforms: RB2, RB3, RB5, DB820c and DB410c

lumag added 7 commits April 5, 2025 21:37
Simplify Makefile in order to describe targets properly. Don't invoke
subprocesses, don't use unnecessary .PHONY, etc.

Signed-off-by: Dmitry Baryshkov <[email protected]>
It might be very tempting to define a parition config per the SoC,
however let's not fall into that trap. There are enough different
platforms which share the same SoC, but may use different bootloader or
storage configurations. Rename 'generic' qcm2290 target to use the
board-specific name, qrb2210-rb1.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Add config file for the RB2 board, based on the existing RB1 config.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Add config file for the RB5 board, based on the existing QCM6490 config.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Add config file for the RB3 board, based on the existing QCM6490 config.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Add config file for the DragonBoard 820c board, based on the existing
QCM6490 config.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Add config file for the DragonBoard 410c board, based on the existing
RB1 config.

Signed-off-by: Dmitry Baryshkov <[email protected]>
@lumag lumag requested review from ndechesne and vkraleti as code owners April 6, 2025 18:33
@ndechesne
Copy link
Contributor

for the RB2/3/5 and 410c/820c, how did you get the partition data? Have they been tested?

@lumag
Copy link
Contributor Author

lumag commented Apr 7, 2025

Manually converted from the XML files. I've verified that they generate more or less the same output as the 'linux' files in the db-boot-tools repo.

@ndechesne ndechesne merged commit 6d51c62 into qualcomm-linux:main Apr 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants