Make the risc-v cookbook a generic cookbook - #19
Conversation
1c8d8d6 to
b1d4521
Compare
| Device tree file | ||
| ================ | ||
|
|
||
| Qualcomm Dragonwing platforms use the ``combined-dtb.dtb`` file. This file |
There was a problem hiding this comment.
Qualcomm Dragonwing platforms use the a combined device-tree (CDT), combined-dtb.dtb.
| refer to the corresponding Qualcomm documentation. | ||
|
|
||
| To customize how the ``combined-dtb.dtb`` is prepared, please modify the file: | ||
| ``arch/arm64/boot/dts/qcom/Makefile``. |
There was a problem hiding this comment.
In that in the upstream Linux kernel? Can't find it there.
There was a problem hiding this comment.
No it is in the Qualcomm kernel. Should I add a note to make it explicit?
There was a problem hiding this comment.
The information should be sufficient to
- identify where that Makefile can obtained
- why or when Makefile should be customized
- what changes are expected to made
| .. SPDX-License-Identifier: CC-BY-SA-4.0 | ||
|
|
||
| Debian packaging | ||
| ================ |
There was a problem hiding this comment.
Why don't you want to use ukpack for packaging vendor kernel? This section should be discussed with @esmil.
There was a problem hiding this comment.
We (Canonical) deliver a Qualcomm optimized kernel. I guess people using the Dragonwing platform will start from there.
|
@fhost Thank you for starting the rework of this documentation to make it more generic. Please, separate this work into multiple pull requests. The first one should handle the unnecessary references to RISC-V. The second one then may may look into kernel packaging. |
b1d4521 to
09d38ff
Compare
|
@fhost are you able to further separate the changes into "genericization" and "addition of dragonwing"? Right now it looks like the change to "image cookbook" sits on top of the dragonwing changes, but I will have a much easier time reviewing if I can focus on the structural changes without having to comment on the dragonwing info (which I am not an expert on) if RTD will not let you do a tab section with only a single tab it then nevermind |
Changes: * Move directory to image-cookbook. * Update references. * Move RISC-V specific explanation into reference/risc-v. * Reword some part to be more generic.
09d38ff to
c8d685d
Compare
|
The move to image-cookbook is now implemented. I will next look into updating the structure to accommodate architecture and device specific information. |
Make the RISC-V Cookbook a generic cookbook, and also add stuff for Qualcomm dragonwing boards.
risc-v_prefix).