($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: harsimransingh.tungal@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com
Cc: nd@arm.com, Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
Subject: [PATCH 0/4] Remove External system patches in u-boot and linux
Date: Tue, 17 Oct 2023 08:57:44 +0100	[thread overview]
Message-ID: <20231017075748.40743-1-harsimransingh.tungal@arm.com> (raw)

From: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>

Remove the External system patches in uboot and linux as they are not
upstreamable.
The configuration options corresponding to external system are removed
from the kernel and the defconfig is generated with with savedefconfig
bitbake task. The External system userspace test application is also
removed.

Harsimran Singh Tungal (4):
  arm-bsp/u-boot: corstone1000: Remove External system patches
  arm-bsp/linux: corstone1000: update the defconfig
  arm-bsp/linux: corstone1000: Remove External system patches
  arm-bsp/images: corstone1000: Remove the external system test package

 .../images/corstone1000-initramfs-image.bb    |   3 -
 ...mccc-add-support-for-SMCCCv1.2-x0-x1.patch |   4 +-
 ...d-introduce-uuid_str_to_le_bin-funct.patch |   4 +-
 ...d-introduce-testcase-for-uuid_str_to.patch |   4 +-
 ...5-arm_ffa-introduce-Arm-FF-A-support.patch |   4 +-
 ...v15-arm_ffa-introduce-armffa-command.patch |   4 +-
 ...m_ffa-introduce-sandbox-FF-A-support.patch |   4 +-
 ...-introduce-sandbox-test-cases-for-UC.patch |   4 +-
 ...-introduce-armffa-command-Sandbox-te.patch |   4 +-
 ...-efi-introduce-FF-A-MM-communication.patch |   4 +-
 ...-efi-corstone1000-enable-MM-communic.patch |   4 +-
 ...000-fwu-introduce-EFI-capsule-update.patch |   4 +-
 ...000-fix-unrecognized-filesystem-type.patch |   4 +-
 ...one1000-remove-guid-check-from-corst.patch |   4 +-
 ...ate-ESRT-table-if-EFI_ESRT-config-op.patch |   4 +-
 ...-add-get_image_info-for-corstone1000.patch |   4 +-
 ...ull-pointer-exception-with-get_image.patch |   4 +-
 ...017-arm-corstone1000-add-mmc-for-fvp.patch |   4 +-
 ...ne1000-add-compressed-kernel-support.patch |   4 +-
 ...e-external-sys-driver-to-device-tree.patch |  35 ---
 ... 0019-arm-corstone1000-esrt-support.patch} |   4 +-
 ...d-rpmsg-client-to-u-boot-device-tree.patch |  80 -------
 ...e1000-enable-distro-booting-command.patch} |   4 +-
 ...one1000-add-fwu-metadata-store-info.patch} |   6 +-
 ...ata-make-sure-structures-are-packed.patch} |   4 +-
 ...=> 0023-corstone1000-add-boot-index.patch} |   4 +-
 ...djust-boot-bank-and-kernel-location.patch} |   4 +-
 ...dd-nvmxip-fwu-mdata-and-gpt-options.patch} |   4 +-
 ... 0026-nvmxip-move-header-to-include.patch} |   4 +-
 ...0-set-kernel_addr-based-on-boot_idx.patch} |   4 +-
 ...corstone1000-boot-index-from-active.patch} |   4 +-
 ...0029-corstone1000-enable-PSCI-reset.patch} |   4 +-
 ...30-Enable-EFI-set-get-time-services.patch} |   4 +-
 ...one1000-detect-inflated-kernel-size.patch} |   8 +-
 ...e1000-ESRT-add-unique-firmware-GUID.patch} |   8 +-
 ...to-remove-non-compliant-nodes-and-p.patch} |   4 +-
 ...Call-the-EVT_FT_FIXUP-event-handler.patch} |   4 +-
 ...1000-purge-U-Boot-specific-DT-nodes.patch} |   4 +-
 ...0-add-signature-device-tree-overlay.patch} |   8 +-
 ...enable-authenticated-capsule-config.patch} |   6 +-
 ...oduce-EFI-authenticated-capsule-upd.patch} |   9 +-
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |  42 ++--
 .../0002-Add-external-system-driver.patch     | 220 ------------------
 ...ds-workaround-for-cs1k-specific-bug.patch} |   0
 ...03-Add-rpmsg-driver-for-corstone1000.patch | 218 -----------------
 .../0004-rpmsg-arm-fix-return-value.patch     |  30 ---
 ...pdate-chrdev-to-ctrldev-registration.patch |  28 ---
 .../linux/files/corstone1000/defconfig        |  21 +-
 .../linux/linux-arm-platforms.inc             |   6 +-
 49 files changed, 114 insertions(+), 742 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-Introduce-external-sys-driver-to-device-tree.patch
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0021-arm-corstone1000-esrt-support.patch => 0019-arm-corstone1000-esrt-support.patch} (98%)
 delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0020-Add-mhu-and-rpmsg-client-to-u-boot-device-tree.patch
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0022-corstone1000-enable-distro-booting-command.patch => 0020-corstone1000-enable-distro-booting-command.patch} (84%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0023-corstone1000-add-fwu-metadata-store-info.patch => 0021-corstone1000-add-fwu-metadata-store-info.patch} (84%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0024-fwu_metadata-make-sure-structures-are-packed.patch => 0022-fwu_metadata-make-sure-structures-are-packed.patch} (90%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0025-corstone1000-add-boot-index.patch => 0023-corstone1000-add-boot-index.patch} (90%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0026-corstone1000-adjust-boot-bank-and-kernel-location.patch => 0024-corstone1000-adjust-boot-bank-and-kernel-location.patch} (89%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0027-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch => 0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch} (95%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0028-nvmxip-move-header-to-include.patch => 0026-nvmxip-move-header-to-include.patch} (90%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0029-corstone1000-set-kernel_addr-based-on-boot_idx.patch => 0027-corstone1000-set-kernel_addr-based-on-boot_idx.patch} (96%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0030-corstone1000-boot-index-from-active.patch => 0028-corstone1000-boot-index-from-active.patch} (91%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0031-corstone1000-enable-PSCI-reset.patch => 0029-corstone1000-enable-PSCI-reset.patch} (88%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0032-Enable-EFI-set-get-time-services.patch => 0030-Enable-EFI-set-get-time-services.patch} (89%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0033-corstone1000-detect-inflated-kernel-size.patch => 0031-corstone1000-detect-inflated-kernel-size.patch} (84%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0034-corstone1000-ESRT-add-unique-firmware-GUID.patch => 0032-corstone1000-ESRT-add-unique-firmware-GUID.patch} (90%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0035-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch => 0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch} (96%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0036-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch => 0034-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch} (92%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0037-corstone1000-purge-U-Boot-specific-DT-nodes.patch => 0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch} (92%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0038-corstone1000-add-signature-device-tree-overlay.patch => 0036-corstone1000-add-signature-device-tree-overlay.patch} (78%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0039-corstone1000-enable-authenticated-capsule-config.patch => 0037-corstone1000-enable-authenticated-capsule-config.patch} (84%)
 rename meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/{0040-corstone1000-introduce-EFI-authenticated-capsule-upd.patch => 0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch} (93%)
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0002-Add-external-system-driver.patch
 rename meta-arm-bsp/recipes-kernel/linux/files/corstone1000/{0006-Adds-workaround-for-cs1k-specific-bug.patch => 0002-Adds-workaround-for-cs1k-specific-bug.patch} (100%)
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-Add-rpmsg-driver-for-corstone1000.patch
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0004-rpmsg-arm-fix-return-value.patch
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0005-rpmsg-arm-update-chrdev-to-ctrldev-registration.patch

-- 
2.25.1



             reply	other threads:[~2023-10-17  7:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17  7:57 harsimransingh.tungal [this message]
2023-10-17  7:57 ` [PATCH 1/4] arm-bsp/u-boot: corstone1000: Remove External system patches harsimransingh.tungal
2023-10-17  7:57 ` [PATCH 2/4] arm-bsp/linux: corstone1000: update the defconfig harsimransingh.tungal
2023-10-17 13:54   ` Jon Mason
2023-10-17  7:57 ` [PATCH 3/4] arm-bsp/linux: corstone1000: Remove External system patches harsimransingh.tungal
2023-10-17  7:57 ` [PATCH 4/4] arm-bsp/images: corstone1000: Remove the external system test package harsimransingh.tungal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231017075748.40743-1-harsimransingh.tungal@arm.com \
    --to=harsimransingh.tungal@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).