-
Notifications
You must be signed in to change notification settings - Fork 19
platforms: add machine specific partitions.conf for sm8750-mtp board #50
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
Conversation
62ee01d to
217f066
Compare
|
@ricardosalveti @lumag Uploaded new patch |
lumag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please fix your git setup and correct the way your name is written. Then update the patch metadata and SoB.
- Make sure that commit message is a text. Sentences start with capital letters and end with a punctuation mark.
- Make sure to write all _b partitions, otherwise it's too easy to end with an unbootable board.
217f066 to
abe1959
Compare
|
@lumag Addressed all the comments, please review the latest commit. |
No, you didn't. I see _b partitions being ignored although we are writing data to a corresponding _a partition. |
|
@gyenugul confusion w.r.t _a/_b is arising because order is not maintained while listing. For example Please maintain consistency for ease of reviews. |
|
@vkraleti I was mostly looking at the 'B' block of LUN 4. |
abe1959 to
9fbed0e
Compare
Please run 'make check' and fix the issues found (extend tests/integration/check-missing-files to cover the new files that are specific to this target.) |
|
@gyenugul |
9dc7d42 to
3870489
Compare
|
Please split this commit into two and update check-missing-files in another commit. |
3870489 to
7c06ecb
Compare
|
@vkraleti updated check-missing-files in another commit. |
|
Please invert the order of the commits, you should first update check-missing-files and then add the partition definition for sm8750-mtp (every commit should be buildable). |
Adds: abl2esp-v7.elf, aop_devcfg.mbn, cpucp_dtbs.elf, dcd.mbn, devcfg_rfcomm.mbn, logfs_ufs_8mb.bin, pdp.elf, pdp_cdb.elf, sdi.mbn, xbl_s_devprg_ns.melf, xbl_s.melf. Files used by newer targets, such as sm8750-mtp. Signed-off-by: Gangabhavani Yenugula <gyenugul@qti.qualcomm.com>
Add initial partition scheme, contents.xml template for sm8750-mtp board. Signed-off-by: Gangabhavani Yenugula <gyenugul@qti.qualcomm.com>
0387f87 to
a326480
Compare
|
@ricardosalveti Inverted the order of the commits. |
add initial partition scheme, contents.xml template for sm8750-mtp board