mbox series

[v2,0/3] arm: socfpga: arria10: Add save_boot_params()

Message ID 20200306085520.4751-1-ley.foon.tan@intel.com
Headers show
Series arm: socfpga: arria10: Add save_boot_params() | expand

Message

Tan, Ley Foon March 6, 2020, 8:55 a.m. UTC
This patchset add support save reset status value from bootrom for Arria 10.

v2:
- Add macro for BOOTROM_SHARED_MEM_SIZE.
- Change to use SOCFPGA_PHYS_OCRAM_SIZE macro.
- Change to static for rst_mgr_status.

History:
v1: https://patchwork.ozlabs.org/patch/1245681/

Ley Foon Tan (3):
  arm: socfpga: Add onchip RAM size macro
  configs: socfpga: Change to use SOCFPGA_PHYS_OCRAM_SIZE macro
  arm: socfpga: arria10: Add save_boot_params()

 .../mach-socfpga/include/mach/base_addr_a10.h |  2 ++
 .../mach-socfpga/include/mach/base_addr_ac5.h |  2 ++
 arch/arm/mach-socfpga/spl_a10.c               | 32 +++++++++++++++++++
 include/configs/socfpga_common.h              |  5 +--
 4 files changed, 39 insertions(+), 2 deletions(-)

Comments

Marek Vasut March 6, 2020, 11:49 a.m. UTC | #1
On 3/6/20 9:55 AM, Ley Foon Tan wrote:
> This patchset add support save reset status value from bootrom for Arria 10.

Applied all to socfpga/master, thanks!