diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-10 10:21:17 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-21 15:19:00 +0000 |
commit | f725c24c37b8ab6a0020fb7a0848fd715c9a7fc9 (patch) | |
tree | ccff4e0de907148648b96e77ef1bd2e8359bdc5e | |
parent | 53e5d1f553645bdd929f3dfa9d4b02800b46f2df (diff) |
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>
-rw-r--r-- | util/ipqheader/description.md | 8 | ||||
-rw-r--r-- | util/qualcomm/description.md | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/util/ipqheader/description.md b/util/ipqheader/description.md deleted file mode 100644 index cfe53e8eee..0000000000 --- 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 22238c648f..352ebecd3b 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` |