Re: crashkernel reservation failed - No suitable area found on a cortina/gemini SoC

2021-04-07 Thread Bruce Mitchell
On 4/7/2021 07:48, Corentin Labbe wrote: Le Wed, Apr 07, 2021 at 07:28:26AM -0700, Bruce Mitchell a écrit : On 4/7/2021 07:23, Corentin Labbe wrote: Le Wed, Apr 07, 2021 at 07:13:04AM -0700, Bruce Mitchell a écrit : On 4/7/2021 05:54, Corentin Labbe wrote: Hello I try to do kexec on a

Re: crashkernel reservation failed - No suitable area found on a cortina/gemini SoC

2021-04-07 Thread Bruce Mitchell
On 4/7/2021 07:23, Corentin Labbe wrote: Le Wed, Apr 07, 2021 at 07:13:04AM -0700, Bruce Mitchell a écrit : On 4/7/2021 05:54, Corentin Labbe wrote: Hello I try to do kexec on a cortina/gemini SoC. On a "normal" boot, kexec fail to find memory so I added crashkernel=8M to cmdlin

Re: crashkernel reservation failed - No suitable area found on a cortina/gemini SoC

2021-04-07 Thread Bruce Mitchell
On 4/7/2021 05:54, Corentin Labbe wrote: Hello I try to do kexec on a cortina/gemini SoC. On a "normal" boot, kexec fail to find memory so I added crashkernel=8M to cmdline. (kernel size is ~6M). But now, kernel fail to reserve memory: Load Kern image from 0x3002 to 0x80 size 7340032 Bo

Re: [PATCH linux-next tag: next-20210322] ARM: aspeed: Add CPU hotplug callbacks for kexec support

2021-03-22 Thread Bruce Mitchell
On 3/22/2021 09:40, Bruce Mitchell wrote: On 3/22/2021 08:57, Bruce Mitchell wrote: These callbacks are required for kexec to function. The AST2600 does not expose any controls for powering down it's CPU cores, so we borrow the approach taken from socfpga and wait in the idle loop. A