Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705729
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6] MIPS: NI 169445 board support |
| Date | 2017-08-07 19:30 +0200 |
| Message-ID | <ubU0Q-3iZ-59@gated-at.bofh.it> (permalink) |
| References | <u4FzA-5V2-39@gated-at.bofh.it> <ubS8H-1Uh-41@gated-at.bofh.it> |
| Organization | Imagination Technologies |
[Multipart message — attachments visible in raw view] - view raw
Hi Ralf,
On Monday, 7 August 2017 08:26:48 PDT Ralf Baechle wrote:
> On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote:
> > diff --git a/arch/mips/generic/vmlinux.its.S
> > b/arch/mips/generic/vmlinux.its.S index f67fbf1..de851f7 100644
> > --- a/arch/mips/generic/vmlinux.its.S
> > +++ b/arch/mips/generic/vmlinux.its.S
> > @@ -29,3 +29,28 @@
> >
> > };
> >
> > };
> >
> > };
> >
> > +
> > +#ifdef CONFIG_FIT_IMAGE_FDT_NI169445
> > +/ {
> > + images {
>
> [...]
>
> > + };
> > +};
> > +#endif
>
> There's been a reject on this file because of a Boston #ifdefed section.
> I've fixed that up but we need a cleaner solution. Paul, any suggestions?
>
> Ralf
One possibility would be for us to split the board portions of vmlinux.its.S
out into a file per-board, perhaps board-boston.its.S, board-ni169445.its.S
etc. The build process would then have to concatenate the right files to
generate the full image tree source.
Does that sound good to you?
Thanks,
Paul
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v6] MIPS: NI 169445 board support Ralf Baechle <ralf@linux-mips.org> - 2017-08-07 17:30 +0200
Re: [PATCH v6] MIPS: NI 169445 board support Nathan Sullivan <nathan.sullivan@ni.com> - 2017-08-07 17:40 +0200
Re: [PATCH v6] MIPS: NI 169445 board support Paul Burton <paul.burton@imgtec.com> - 2017-08-07 19:30 +0200
Re: [PATCH v6] MIPS: NI 169445 board support Ralf Baechle <ralf@linux-mips.org> - 2017-08-07 23:40 +0200
csiph-web