Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83028?usp=email )
Change subject: util: Move remainings from ipqheader to qualcomm directory ......................................................................
util: Move remainings from ipqheader to qualcomm directory
With commit 101098c41a ("sdm845: Combine BB with QC-Sec for ROM boot"), most files from ipqheader were moved to the qualcomm directory.
Change-Id: I4e5136bd5ec4fd47bbd93cea2e4614fa63a3bd4e Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/83028 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- D util/ipqheader/description.md M util/qualcomm/description.md 2 files changed, 11 insertions(+), 9 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/util/ipqheader/description.md b/util/ipqheader/description.md deleted file mode 100644 index cfe53e8..0000000 --- a/util/ipqheader/description.md +++ /dev/null @@ -1,8 +0,0 @@ -__ipqheader__ - * _createxbl.py_ - Concatenates XBL segments into one ELF image - `Python` - * _ipqheader.py_ - Returns a packed MBN header image with the - specified base and size `Python` - * _mbncat.py_ - Generate ipq8064 uber SBL `Python` - * *mbn_tools.py* - Contains all MBN Utilities for image generation - `Python` diff --git a/util/qualcomm/description.md b/util/qualcomm/description.md index 22238c6..352ebec 100644 --- a/util/qualcomm/description.md +++ b/util/qualcomm/description.md @@ -1 +1,11 @@ -CMM script to debug Qualcomm coreboot environments. `CMM` +__cmm__ + * CMM script to debug Qualcomm coreboot environments. `CMM` + +__ipqheader__ + * _createxbl.py_ - Concatenates XBL segments into one ELF image + `Python` + * _ipqheader.py_ - Returns a packed MBN header image with the + specified base and size `Python` + * _mbncat.py_ - Generate ipq8064 uber SBL `Python` + * *mbn_tools.py* - Contains all MBN Utilities for image generation + `Python`