All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/9] x86: fsp: Simplify fsp_continue()
Date: Fri, 18 Dec 2015 19:51:34 -0700	[thread overview]
Message-ID: <CAPnjgZ2bLGfcjxvzSQ5GOZa07ZJxJibGTOFiz9QetdMU+y12Cg@mail.gmail.com> (raw)
In-Reply-To: <1449813784-23365-2-git-send-email-bmeng.cn@gmail.com>

On 10 December 2015 at 23:02, Bin Meng <bmeng.cn@gmail.com> wrote:
> There is no need to pass shared_data to fsp_continue() so we can
> remove unnecessary codes that simplifies the function a lot.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Acked-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/include/asm/fsp/fsp_support.h |  4 +---
>  arch/x86/lib/fsp/fsp_support.c         | 29 ++++++-----------------------
>  2 files changed, 7 insertions(+), 26 deletions(-)

Tested on Minnowmax:
Tested-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2015-12-19  2:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11  6:02 [U-Boot] [PATCH v2 0/9] x86: fsp: Move platform-specific config to chipset directory Bin Meng
2015-12-11  6:02 ` [U-Boot] [PATCH v2 1/9] x86: fsp: Simplify fsp_continue() Bin Meng
2015-12-19  2:51   ` Simon Glass [this message]
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:02 ` [U-Boot] [PATCH v2 2/9] x86: fsp: Avoid cast stack_top in struct shared_data Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:02 ` [U-Boot] [PATCH v2 3/9] x86: fsp: Add boot_mode as a member of " Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:02 ` [U-Boot] [PATCH v2 4/9] x86: fsp: Rename shared_data to fsp_config_data Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:03 ` [U-Boot] [PATCH v2 5/9] x86: fsp: Rename update_fsp_upd() and change its signature Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:03 ` [U-Boot] [PATCH v2 6/9] x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:03 ` [U-Boot] [PATCH v2 7/9] x86: queensbay: Remove invalid comments in update_fsp_configs() Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:03 ` [U-Boot] [PATCH v2 8/9] x86: fsp: Move struct fspinit_rtbuf definition to chipset header Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng
2015-12-11  6:03 ` [U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs() Bin Meng
2015-12-19  2:51   ` Simon Glass
2015-12-21  7:44     ` Bin Meng

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=CAPnjgZ2bLGfcjxvzSQ5GOZa07ZJxJibGTOFiz9QetdMU+y12Cg@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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.