From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 2/2] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server
Date: Tue, 15 Dec 2015 09:03:17 +0800 [thread overview]
Message-ID: <566F66D5.3060109@freescale.com> (raw)
In-Reply-To: <1449524259-14683-2-git-send-email-yorksun@freescale.com>
On 12/08/2015 05:37 AM, York Sun wrote:
> MC and debug server are not board-specific. Move reserving memory to SoC
> file, using the new board_reserve_ram_top function. Reduce debug server
> memory by 2MB to make room for secure memory.
>
> In the system with MC and debug server, the top of u-boot memory
> is not the end of memory. PRAM is not used for this reservation.
>
> Signed-off-by: York Sun <yorksun@freescale.com>
>
> ---
>
> Changes in v5:
> Separated changes in board_f.c
>
> Changes in v4:
> Rebase to current master branch
>
> Changes in v3:
> Rename CONFIG_SYS_MC_RESERV_MEM_ALIGN to CONFIG_SYS_MC_RSV_MEM_ALIGN
> Check for unused CONFIG_SYS_MEM_TOP_HIDE if board_reserve_ram_top is used
> Use gd->ram_size = board_reserve_ram_top(gd->ram_size) format
> Use phys_size_t instead of ulong for ram_size calculation
>
> Changes in v2:
> Revise commit message.
Applied to fsl-qoriq master. Awaiting upstream.
York
next prev parent reply other threads:[~2015-12-15 1:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-07 21:37 [U-Boot] [PATCH v5 1/2] common: Rewrite hiding the end of memory York Sun
2015-12-07 21:37 ` [U-Boot] [PATCH v5 2/2] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server York Sun
2015-12-15 1:03 ` York Sun [this message]
2015-12-08 19:35 ` [U-Boot] [PATCH v5 1/2] common: Rewrite hiding the end of memory Simon Glass
2015-12-15 1:02 ` York Sun
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=566F66D5.3060109@freescale.com \
--to=yorksun@freescale.com \
--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.