mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable DT support for AT91SAM9263EK
@ 2017-12-27 21:17 Sam Ravnborg
  2017-12-27 21:18 ` [PATCH 1/5] at91sam9263ek: enable multi-image build Sam Ravnborg
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Sam Ravnborg @ 2017-12-27 21:17 UTC (permalink / raw)
  To: Barebox List; +Cc: Sam Ravnborg

This patchset enabledevice tree support for AT91SAM9263EK.

On the quest towards getting so far several drivers was
converted to support DT.
These patches went in around august.

There was also issues with mach-at91 calling code
in the board directory (dependency in the
wrong direction).
This was fixed in "at91: move reset .." which is
pending (already posted).

I have failed to get the bootstrap mode to work.
It stops somewhere - and I have not invested enough
time to figure out where and why things goes wrong.
bootstrap mode was also broken before these patches.
No JTAG debugger available to help me.
And then I have at91bootstrap that works so motivation
was not too high.

I do not think the NAND support works either.
The device tree introduces some nand-controller
stuff that is not supported by barebox (at least I assume so).
And this part I did not look further into.

Next step is to get a proprietary board up and
running (which uses NOR flash).
But I wanted this patchset out in the open first.

Any fedback highly appreciated!

	Sam

Sam Ravnborg (5):
      at91sam9263ek: enable multi-image build
      at91sam9263ek: add DT file from Linux kernel v4.14-rc4
      at91sam9263ek: fix SD card in DT
      arm: at91: enable CPU specific init with OF
      at91sam9263ek: enable devicetree

 arch/arm/boards/at91sam9263ek/Makefile        |   5 +
 arch/arm/boards/at91sam9263ek/lowlevel_init.c |  24 ++-
 arch/arm/boards/at91sam9263ek/of_init.c       |  98 ++++++++++
 arch/arm/configs/at91sam9263ek_defconfig      |  10 +-
 arch/arm/dts/Makefile                         |   2 +-
 arch/arm/dts/at91sam9263ek.dts                | 253 ++++++++++++++++++++++++++
 arch/arm/mach-at91/Kconfig                    |  30 ++-
 arch/arm/mach-at91/at91sam9263.c              |   8 +
 arch/arm/mach-at91/generic.h                  |   4 +
 arch/arm/mach-at91/setup.c                    |   6 -
 images/Makefile.at91                          |   4 +
 11 files changed, 424 insertions(+), 20 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-12-30 22:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-27 21:17 [PATCH 0/5] Enable DT support for AT91SAM9263EK Sam Ravnborg
2017-12-27 21:18 ` [PATCH 1/5] at91sam9263ek: enable multi-image build Sam Ravnborg
2017-12-27 21:18 ` [PATCH 2/5] at91sam9263ek: add DT file from Linux kernel v4.14-rc4 Sam Ravnborg
2017-12-30  2:13   ` Andrey Smirnov
2017-12-27 21:18 ` [PATCH 3/5] at91sam9263ek: fix SD card in DT Sam Ravnborg
2017-12-27 21:18 ` [PATCH 4/5] arm: at91: enable CPU specific init with OF Sam Ravnborg
2017-12-27 21:18 ` [PATCH 5/5] at91sam9263ek: enable devicetree Sam Ravnborg
2017-12-30  2:02   ` Andrey Smirnov
2017-12-30 21:24     ` Sam Ravnborg
2017-12-30 22:58       ` [RFC PATCH 1/2] arm: at91: move irq_fixup to header file Sam Ravnborg
2017-12-30 22:59       ` [RFC PATCH 2/2] arm: at91: simplify soc setup Sam Ravnborg

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