public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] arm: socfpga: fix comment about SPL memory layout
@ 2019-02-28 20:33 Simon Goldschmidt
  2019-02-28 20:33 ` [U-Boot] [PATCH 2/3] arm: socfpga: a10: move SPL stack size to Kconfig Simon Goldschmidt
  2019-02-28 20:33 ` [U-Boot] [PATCH 3/3] arm: socfpga: put initial U-Boot stack into DDR Simon Goldschmidt
  0 siblings, 2 replies; 9+ messages in thread
From: Simon Goldschmidt @ 2019-02-28 20:33 UTC (permalink / raw)
  To: u-boot

The comment about SPL memory layout for socfpga gen5 is outdated: the
initial malloc memory is now at the end of the SRAM, gd is below it
(see board_init_f_alloc_reserve).

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
---

 include/configs/socfpga_common.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index c9cbf8f5e3..a3fbca0a5d 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -237,9 +237,9 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
  *
  * 0xFFFF_0000 ...... Start of SRAM
  * 0xFFFF_xxxx ...... Top of stack (grows down)
- * 0xFFFF_yyyy ...... Malloc area
- * 0xFFFF_zzzz ...... Global Data
- * 0xFFFF_FF00 ...... End of SRAM
+ * 0xFFFF_yyyy ...... Global Data
+ * 0xFFFF_zzzz ...... Malloc area
+ * 0xFFFF_FFFF ...... End of SRAM
  *
  * SRAM Memory layout for Arria 10:
  * 0xFFE0_0000 ...... Start of SRAM (bottom)
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-01 11:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 20:33 [U-Boot] [PATCH 1/3] arm: socfpga: fix comment about SPL memory layout Simon Goldschmidt
2019-02-28 20:33 ` [U-Boot] [PATCH 2/3] arm: socfpga: a10: move SPL stack size to Kconfig Simon Goldschmidt
2019-02-28 21:27   ` Marek Vasut
2019-03-01  7:48     ` Simon Goldschmidt
2019-03-01 11:40       ` Marek Vasut
2019-02-28 20:33 ` [U-Boot] [PATCH 3/3] arm: socfpga: put initial U-Boot stack into DDR Simon Goldschmidt
2019-02-28 21:30   ` Marek Vasut
2019-03-01  7:55     ` Simon Goldschmidt
2019-03-01 11:42       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox