Re: [PATCH 1/5] mips: start.S: Add Octeon boot header compatibility

2020-10-28 Thread Stefan Roese
On 26.10.20 14:42, Daniel Schwierzeck wrote: Am Freitag, den 16.10.2020, 15:08 +0200 schrieb Stefan Roese: Octeon has a specific boot header, when booted via SPI NOR, NAND or MMC. Here the only 2 instructions are allowed in the first few bytes of the image. And these instructions need to be one

Re: [PATCH 1/5] mips: start.S: Add Octeon boot header compatibility

2020-10-26 Thread Daniel Schwierzeck
Am Freitag, den 16.10.2020, 15:08 +0200 schrieb Stefan Roese: > Octeon has a specific boot header, when booted via SPI NOR, NAND or MMC. > Here the only 2 instructions are allowed in the first few bytes of the > image. And these instructions need to be one branch and a nop. This > patch adds the

Re: [PATCH 1/5] mips: start.S: Add Octeon boot header compatibility

2020-10-16 Thread Mark Kettenis
> From: Stefan Roese > Date: Fri, 16 Oct 2020 15:08:46 +0200 > > Octeon has a specific boot header, when booted via SPI NOR, NAND or MMC. > Here the only 2 instructions are allowed in the first few bytes of the > image. And these instructions need to be one branch and a nop. This > patch adds

[PATCH 1/5] mips: start.S: Add Octeon boot header compatibility

2020-10-16 Thread Stefan Roese
Octeon has a specific boot header, when booted via SPI NOR, NAND or MMC. Here the only 2 instructions are allowed in the first few bytes of the image. And these instructions need to be one branch and a nop. This patch adds the necessary nop after the nop, to that the common MIPS image is