Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread David Rusling
On Mon, 30 Jul 2018 at 17:24 Alexander Graf wrote: > EBBR itself isn't concerned with how the device tree gets into Linux, as > long as firmware provides it one way or another and allows for updates. > Whether firmware consumes it from yet another layer or not IMHO is out > of scope of EBBR. > >

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Alexander Graf
On 07/30/2018 06:02 PM, Rob Herring wrote: On Mon, Jul 30, 2018 at 8:11 AM Alexander Graf wrote: On 07/30/2018 02:39 PM, Alexander Graf wrote: On 07/30/2018 02:16 PM, David Rusling wrote: Success. I now have a u-boot built on Arm64 that works. Along the way I learnt various things: [1]

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Rob Herring
On Mon, Jul 30, 2018 at 8:11 AM Alexander Graf wrote: > > On 07/30/2018 02:39 PM, Alexander Graf wrote: > > On 07/30/2018 02:16 PM, David Rusling wrote: > >> Success. I now have a u-boot built on Arm64 that works. Along the > >> way I learnt various things: > >> > >> [1] Raspberry Pi's first

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread David Rusling
Steve (hi), I'm following https://wiki.debian.org/RaspberryPi3, but support for RPi 3b+ (the + is important) is not working. Let's chat offline... David On Mon, 30 Jul 2018 at 15:39 David Rusling wrote: > Daniel > > On Mon, 30 Jul 2018 at 14:06 Daniel Thompson > wrote: > >> On Mon, Jul

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread David Rusling
Tom On Mon, 30 Jul 2018 at 15:10 Alexander Graf wrote: > On 07/30/2018 02:39 PM, Alexander Graf wrote: > > On 07/30/2018 02:16 PM, David Rusling wrote: > >> Success. I now have a u-boot built on Arm64 that works. Along the > >> way I learnt various things: > >> > >> [1] Raspberry Pi's first

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Alexander Graf
On 07/30/2018 02:39 PM, Alexander Graf wrote: On 07/30/2018 02:16 PM, David Rusling wrote: Success.   I now have a u-boot built on Arm64 that works.   Along the way I learnt various things: [1] Raspberry Pi's first stage loader generates the device tree.   Overlays are used to turn various

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Grant Likely
[Looping in Steve McIntyre] Steve, are you to comment on the 64-bit Arm support in Debian that David was running into? g. On 30/07/2018 13:16, David Rusling wrote: Success. I now have a u-boot built on Arm64 that works. Along the way I learnt various things: [1] Raspberry Pi's first

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Daniel Thompson
On Mon, Jul 30, 2018 at 01:16:08PM +0100, David Rusling wrote: > [4] There's not yet a standard 64 bit aarch64 release of Debian buster > (9). That's terrible progress. I managed to build my own but not > without a lot of faffing about. Is the real problem: a) That there is no AArch64 Debian

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread Alexander Graf
On 07/30/2018 02:16 PM, David Rusling wrote: Success.   I now have a u-boot built on Arm64 that works.   Along the way I learnt various things: [1] Raspberry Pi's first stage loader generates the device tree.   Overlays are used to turn various things on (for example sound) at boot time.

Re: [Arm.ebbr-discuss] U-boot

2018-07-30 Thread David Rusling
Success. I now have a u-boot built on Arm64 that works. Along the way I learnt various things: [1] Raspberry Pi's first stage loader generates the device tree. Overlays are used to turn various things on (for example sound) at boot time. [2] There's a big difference between fdt_addr and