All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio.salvador@ossystems.com.br>
To: Chunrong Guo <B40290@freescale.com>
Cc: "meta-freescale@yoctoproject.org"
	<meta-freescale@yoctoproject.org>,
	Chunrong Guo <chunrong.guo@nxp.com>
Subject: Re: [[PATCH v2 17/34] ppa :update to 92b208b
Date: Mon, 16 Oct 2017 14:36:12 -0200	[thread overview]
Message-ID: <CAP9ODKrM2-eLy0M6c5QrLzT+gb1K-OHcu6V4XrVAOLfrK5fARw@mail.gmail.com> (raw)
In-Reply-To: <1508135616-17233-17-git-send-email-B40290@freescale.com>

On Mon, Oct 16, 2017 at 4:33 AM, Chunrong Guo <B40290@freescale.com> wrote:
> From: Chunrong Guo <chunrong.guo@nxp.com>
>
> *This includes the following changes:
> 92b208b - Added usb and mmc as wakeup src for LS1088 system suspend; Fixed stack alignment issue.
> 999e6be - Correcting stack reference issue in LS1088 _soc_sys_entr_pwrdn().
> 4d43c10 - Adding cpu_suspend.system support to LS1088.
> 8a2e7ee - Disambiguating uart driver from ddr driver and from dbg builds.
> d455113 - Fixing offset into bootcore data area.
> 87b117e - Moving Chassis defs out of soc.h and into lsch3/lsch2.h.
> 93f17b3 - Releasing cores from reset that are marked "to be disabled".
> 2872682 - Fixing ordering problem in makefile.inc which caused builds using earlier than GCC 6.2 to fail.
> f52a4a9 - Adding separate folders for each driver; Adding rdb board for LA17xx.
> b003ea1 - Adding initial ppa for soc LA17xx.
> ce7f372 - Changing secondary core release method to reduce risk of race condition between ppa and bootrom.
> 78b8281 - Fixing psci data area initialization.
> bed0d04 - Eliminating race condition between psci and bootrom on core release.
> 89ddb56 - Cleanup of prefetch disable function.
> 8781337 - Fix for QPPA-23: overwriting saved link register in _soc_init_start when bootcore used to initialize ocram.
> 4ee3738 - Adding header file left out of last commit.
> cc33e5e - Adding smc function prefetch disable.
> 2de51a3 - Changing psci call to _soc_core_rls_wait into a call to _soc_core_release.
> 12be3c6 - Updating text in license file.
> 76a61f5 - Added release note deprecating build methods using "make".
>
> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
> ---
>  recipes-bsp/ppa/ppa/0001-fix-path-error.patch | 79 +++++++++++++++++++++++++++
>  recipes-bsp/ppa/ppa_git.bb                    |  6 +-
>  2 files changed, 83 insertions(+), 2 deletions(-)
>  create mode 100644 recipes-bsp/ppa/ppa/0001-fix-path-error.patch
>
> diff --git a/recipes-bsp/ppa/ppa/0001-fix-path-error.patch b/recipes-bsp/ppa/ppa/0001-fix-path-error.patch
> new file mode 100644
> index 0000000..891a6e7
> --- /dev/null
> +++ b/recipes-bsp/ppa/ppa/0001-fix-path-error.patch
> @@ -0,0 +1,79 @@
> +From aa3b419876af9c2a9265fba7c7264130e1bc4926 Mon Sep 17 00:00:00 2001
> +From: Chunrong Guo <chunrong.guo@nxp.com>
> +Date: Wed, 27 Sep 2017 10:45:04 +0800
> +Subject: [PATCH] fix path error
> +
> +fix the below error:
> +|Makefile:58: ../armv8/gic.mk: No such file or directory
> +
> +Upstream-Status: Submitted
> +
> +Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
> +---
> + ppa/soc-ls1046/Makefile | 4 ++--
> + ppa/soc-ls1088/Makefile | 4 ++--
> + ppa/soc-ls2088/Makefile | 5 +++--
> + 3 files changed, 7 insertions(+), 6 deletions(-)
> +
> +diff --git a/ppa/soc-ls1046/Makefile b/ppa/soc-ls1046/Makefile
> +index 34ffe2d..6a06514 100644
> +--- a/ppa/soc-ls1046/Makefile
> ++++ b/ppa/soc-ls1046/Makefile
> +@@ -55,12 +55,12 @@ include $(PRE_PATH)soc.def
> + # -----------------------------------------------------------------------------
> +
> +  # include the gic architecture file
> +-include ../armv8/gic.mk
> ++include $(PRE_PATH)../armv8/gic.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +  # include the interconnect architecture file
> +-include ../armv8/inter.mk
> ++include $(PRE_PATH)../armv8/inter.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +diff --git a/ppa/soc-ls1088/Makefile b/ppa/soc-ls1088/Makefile
> +index 7fc5db9..6472408 100644
> +--- a/ppa/soc-ls1088/Makefile
> ++++ b/ppa/soc-ls1088/Makefile
> +@@ -55,12 +55,12 @@ include $(PRE_PATH)soc.def
> + # -----------------------------------------------------------------------------
> +
> +  # include the gic architecture file
> +-include ../armv8/gic.mk
> ++include $(PRE_PATH)../armv8/gic.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +  # include the interconnect architecture file
> +-include ../armv8/inter.mk
> ++include $(PRE_PATH)../armv8/inter.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +diff --git a/ppa/soc-ls2088/Makefile b/ppa/soc-ls2088/Makefile
> +index de3a06c..2fe23e2 100644
> +--- a/ppa/soc-ls2088/Makefile
> ++++ b/ppa/soc-ls2088/Makefile
> +@@ -54,13 +54,14 @@ include $(PRE_PATH)soc.def
> +
> + # -----------------------------------------------------------------------------
> +
> ++include $(PRE_PATH)../armv8/gic.mk
> +  # include the gic architecture file
> +-include ../armv8/gic.mk
> ++include $(PRE_PATH)../armv8/gic.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +  # include the interconnect architecture file
> +-include ../armv8/inter.mk
> ++include $(PRE_PATH)../armv8/inter.mk
> +
> + # -----------------------------------------------------------------------------
> +
> +--
> +2.7.4
> +
> diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb
> index ede3b64..c4f81bc 100644
> --- a/recipes-bsp/ppa/ppa_git.bb
> +++ b/recipes-bsp/ppa/ppa_git.bb
> @@ -6,8 +6,10 @@ DEPENDS += "u-boot-mkimage-native dtc-native"
>
>  inherit deploy
>
> -SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1"
> -SRCREV = "265d766de8c7f3161f2580af18558af35e114845"
> +SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1 \
> +    file://0001-fix-path-error.patch \

Undocumented change.

> +"
> +SRCREV = "92b208b0dbb5a47b06627ec62824cb5790b3f482"
>
>  S = "${WORKDIR}/git"
>
> --
> 1.9.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


  reply	other threads:[~2017-10-16 16:36 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16  6:33 [[PATCH v2 01/34] qe-ucode: update SRC_URL Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 02/34] qe-ucode: update COMPATIBLE_MACHINE Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 03/34] uboot: update to upgrade to 2017.09 Chunrong Guo
2017-10-16 16:33   ` Otavio Salvador
2017-10-16  6:33 ` [[PATCH v2 04/34] cst :update to 1afb40c Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 05/34] eth-config: update SRC_URL and update to e3dcd11 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 06/34] flib: update to 14489ee Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 07/34] fmlib: update SRC_URL and update to 9f20cab Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 08/34] fmlib: update FMLIB_TARGET and remove TARGET_ARCH_FMLIB Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 09/34] aiopsl: update to 2b7284f Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 10/34] gpp-aioptool: update to 43b842b Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 11/34] restool: update to 87c3abe Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 12/34] restool: add ls1043ardb and ls1046ardb as COMPATIBLE_MACHINE Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 13/34] cantest :update recipes for support Qoriq Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 14/34] dpdk: update recipes Chunrong Guo
2017-10-16 16:35   ` Otavio Salvador
2017-10-16  6:33 ` [[PATCH v2 15/34] odp:update recipes Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 16/34] ovs-dpdk: update recipes Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 17/34] ppa :update to 92b208b Chunrong Guo
2017-10-16 16:36   ` Otavio Salvador [this message]
2017-10-16  6:33 ` [[PATCH v2 18/34] uefi :update to a812f17 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 19/34] dpl-examples: update to a6c8375 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 20/34] mc:update to 10.3.2 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 21/34] linux :update to 953d467 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 22/34] ls2-phy : update recipe Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 23/34] ls2088ardb: update uboot config Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 24/34] linux-qoriq: Upgrade kernel to v4.9 Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 25/34] ls2-rcw: remove recipes Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 26/34] rcw :update recipe Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 27/34] ls1088ardb: rcw instead of ls2-rcw Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 28/34] ls2088ardb: " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 29/34] ls1012ardb: " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 30/34] ls1012afrdm : " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 31/34] ls2080ardb: " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 32/34] ls1012ardb-32: " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 33/34] ls1012afrdm-32b: " Chunrong Guo
2017-10-16  6:33 ` [[PATCH v2 34/34] fmc: update recipes Chunrong Guo

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=CAP9ODKrM2-eLy0M6c5QrLzT+gb1K-OHcu6V4XrVAOLfrK5fARw@mail.gmail.com \
    --to=otavio.salvador@ossystems.com.br \
    --cc=B40290@freescale.com \
    --cc=chunrong.guo@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.