Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-21 Thread Bin Meng
Hi Palmer, On Thu, Nov 22, 2018 at 12:28 AM Palmer Dabbelt wrote: > > On Tue, 20 Nov 2018 21:06:18 PST (-0800), bmeng...@gmail.com wrote: > > On Mon, Nov 12, 2018 at 1:55 PM Anup Patel wrote: > >> > >> This patch extends Linux RISC-V build system to build and install: > >> Image - Flat uncompres

Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-21 Thread Palmer Dabbelt
On Tue, 20 Nov 2018 21:06:18 PST (-0800), bmeng...@gmail.com wrote: On Mon, Nov 12, 2018 at 1:55 PM Anup Patel wrote: This patch extends Linux RISC-V build system to build and install: Image - Flat uncompressed kernel image Image.gz - Flat and GZip compressed kernel image Quiet a few bootload

Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-20 Thread Bin Meng
On Mon, Nov 12, 2018 at 1:55 PM Anup Patel wrote: > > This patch extends Linux RISC-V build system to build and install: > Image - Flat uncompressed kernel image > Image.gz - Flat and GZip compressed kernel image > > Quiet a few bootloaders (such as Uboot, UEFI, etc) are capable of nits: U-Boot

Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-19 Thread Palmer Dabbelt
On Fri, 16 Nov 2018 19:32:04 PST (-0800), a...@brainfault.org wrote: On Sat, Nov 17, 2018 at 2:43 AM Palmer Dabbelt wrote: On Sun, 11 Nov 2018 21:55:15 PST (-0800), a...@brainfault.org wrote: > This patch extends Linux RISC-V build system to build and install: > Image - Flat uncompressed kerne

Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-16 Thread Anup Patel
On Sat, Nov 17, 2018 at 2:43 AM Palmer Dabbelt wrote: > > On Sun, 11 Nov 2018 21:55:15 PST (-0800), a...@brainfault.org wrote: > > This patch extends Linux RISC-V build system to build and install: > > Image - Flat uncompressed kernel image > > Image.gz - Flat and GZip compressed kernel image > >

Re: [PATCH] RISC-V: Build flat and compressed kernel images

2018-11-16 Thread Palmer Dabbelt
On Sun, 11 Nov 2018 21:55:15 PST (-0800), a...@brainfault.org wrote: This patch extends Linux RISC-V build system to build and install: Image - Flat uncompressed kernel image Image.gz - Flat and GZip compressed kernel image Quiet a few bootloaders (such as Uboot, UEFI, etc) are capable of bootin

[PATCH] RISC-V: Build flat and compressed kernel images

2018-11-11 Thread Anup Patel
This patch extends Linux RISC-V build system to build and install: Image - Flat uncompressed kernel image Image.gz - Flat and GZip compressed kernel image Quiet a few bootloaders (such as Uboot, UEFI, etc) are capable of booting flat and compressed kernel images. In case of Uboot, booting Image or