All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] arm: socfpga: gen5 SPL bss cleanup
@ 2019-07-11 19:18 Simon Goldschmidt
  2019-07-11 19:18 ` [U-Boot] [PATCH 1/2] dm: ddr: socfpga: fix gen5 ddr driver to not use bss Simon Goldschmidt
  2019-07-11 19:18 ` [U-Boot] [PATCH 2/2] arm: socfpga: gen5: don't zero bss in board_init_f() Simon Goldschmidt
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Goldschmidt @ 2019-07-11 19:18 UTC (permalink / raw)
  To: u-boot

This series removes the invalid usage of bss before board_init_r in SPL.


Simon Goldschmidt (2):
  dm: ddr: socfpga: fix gen5 ddr driver to not use bss
  arm: socfpga: gen5: don't zero bss in board_init_f()

 arch/arm/mach-socfpga/spl_gen5.c |    2 -
 drivers/ddr/altera/sequencer.c   | 1346 ++++++++++++++++--------------
 drivers/ddr/altera/sequencer.h   |   36 +-
 3 files changed, 740 insertions(+), 644 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-07-12 10:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 19:18 [U-Boot] [PATCH 0/2] arm: socfpga: gen5 SPL bss cleanup Simon Goldschmidt
2019-07-11 19:18 ` [U-Boot] [PATCH 1/2] dm: ddr: socfpga: fix gen5 ddr driver to not use bss Simon Goldschmidt
2019-07-12  4:07   ` Marek Vasut
2019-07-11 19:18 ` [U-Boot] [PATCH 2/2] arm: socfpga: gen5: don't zero bss in board_init_f() Simon Goldschmidt
2019-07-12  4:07   ` Marek Vasut
2019-07-12  5:29     ` Simon Goldschmidt
2019-07-12 10:00       ` Marek Vasut
2019-07-12 10:30         ` Simon Goldschmidt

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.