RE: a question about falcon mode

2021-12-03 Thread Chan Kim
1, 2021 9:16 PM > To: Alex G. > Cc: Chan Kim ; U-Boot Mailing List > Subject: Re: a question about falcon mode > > Hi Alex, > > Well yeah! I thought about that, my question was deliberately open to that > answer too... but what I was looking for is if a dynamic capab

Re: a question about falcon mode

2021-12-01 Thread Abder
Hi Alex, Well yeah! I thought about that, my question was deliberately open to that answer too... but what I was looking for is if a dynamic capability was (already) implemented in the SPL for generating the fdtargs i.e., taking the dtb and the bootargs env variable (plus calculating the address

Re: a question about falcon mode

2021-11-29 Thread Alex G.
On 11/26/21 4:36 PM, Abder wrote: Hi Alex, Just a quick remarque that intrigued me: Le jeu. 25 nov. 2021 à 15:57, Alex G. a écrit : On 11/25/21 1:07 AM, Chan Kim wrote: Hello all, I'm trying to implement falcon mode for our board. Then should I first implement the normal mode(spl +

Re: a question about falcon mode

2021-11-26 Thread Abder
Hi Alex, Just a quick remarque that intrigued me: Le jeu. 25 nov. 2021 à 15:57, Alex G. a écrit : > > On 11/25/21 1:07 AM, Chan Kim wrote: > > Hello all, > > > > I'm trying to implement falcon mode for our board. Then should I first > > implement the normal mode(spl + proper)? > > > > It looks

Re: a question about falcon mode

2021-11-26 Thread Alex G.
- From: Alex G. Sent: Thursday, November 25, 2021 11:57 PM To: Chan Kim ; U-Boot Mailing List Subject: Re: a question about falcon mode On 11/25/21 1:07 AM, Chan Kim wrote: Hello all, I'm trying to implement falcon mode for our board. Then should I first implement the normal mode(spl + proper

RE: a question about falcon mode

2021-11-25 Thread Chan Kim
> -Original Message- > From: Alex G. > Sent: Thursday, November 25, 2021 11:57 PM > To: Chan Kim ; U-Boot Mailing List > Subject: Re: a question about falcon mode > > On 11/25/21 1:07 AM, Chan Kim wrote: > > Hello all, > > > > I'm trying to implement

Re: a question about falcon mode

2021-11-25 Thread Alex G.
On 11/25/21 1:07 AM, Chan Kim wrote: Hello all, I'm trying to implement falcon mode for our board. Then should I first implement the normal mode(spl + proper)? It looks like so while I'm reading doc/README.falcon. (It says, after loading kernel, DT etc. I should give 'spl export' command).