Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-31 Thread Michael Ellerman
Masahiro Yamada writes: > 2018-07-07 23:59 GMT+09:00 Randy Dunlap : >> On 07/07/2018 05:13 AM, Nicholas Piggin wrote: >>> On Fri, 6 Jul 2018 21:58:29 -0700 >>> Randy Dunlap wrote: >>> On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: > On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-30 Thread Masahiro Yamada
2018-07-07 23:59 GMT+09:00 Randy Dunlap : > On 07/07/2018 05:13 AM, Nicholas Piggin wrote: >> On Fri, 6 Jul 2018 21:58:29 -0700 >> Randy Dunlap wrote: >> >>> On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: > Hi, > > Is

Re: CONFIG_ANDROID_BINDER_IPC=y (Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64))

2018-07-20 Thread Randy Dunlap
On 07/13/2018 04:24 PM, Randy Dunlap wrote: > On 07/13/2018 04:41 AM, Mathieu Malaterre wrote: >> Randy, >> >> On Mon, Jul 9, 2018 at 2:00 PM Mathieu Malaterre wrote: >>> >>> On Sun, Jul 8, 2018 at 1:53 PM Michael Ellerman wrote: Randy Dunlap writes: > Hi, > > Is there a

Re: CONFIG_ANDROID_BINDER_IPC=y (Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64))

2018-07-13 Thread Randy Dunlap
On 07/13/2018 04:41 AM, Mathieu Malaterre wrote: > Randy, > > On Mon, Jul 9, 2018 at 2:00 PM Mathieu Malaterre wrote: >> >> On Sun, Jul 8, 2018 at 1:53 PM Michael Ellerman wrote: >>> >>> Randy Dunlap writes: Hi, Is there a good way (or a shortcut) to do something like: >>> >>>

CONFIG_ANDROID_BINDER_IPC=y (Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64))

2018-07-13 Thread Mathieu Malaterre
Randy, On Mon, Jul 9, 2018 at 2:00 PM Mathieu Malaterre wrote: > > On Sun, Jul 8, 2018 at 1:53 PM Michael Ellerman wrote: > > > > Randy Dunlap writes: > > > Hi, > > > > > > Is there a good way (or a shortcut) to do something like: > > > > The best I know of is: > > > > > $ make ARCH=powerpc

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-09 Thread Mathieu Malaterre
On Sun, Jul 8, 2018 at 1:53 PM Michael Ellerman wrote: > > Randy Dunlap writes: > > Hi, > > > > Is there a good way (or a shortcut) to do something like: > > The best I know of is: > > > $ make ARCH=powerpc O=PPC32 [other_options] allmodconfig > > to get a PPC32/32BIT allmodconfig > > $ echo

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-09 Thread Michael Ellerman
Nicholas Piggin writes: > On Fri, 6 Jul 2018 21:58:29 -0700 > Randy Dunlap wrote: > >> On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: >> > On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: >> >> Hi, >> >> >> >> Is there a good way (or a shortcut) to do something like: >> >> >> >>

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-08 Thread Randy Dunlap
On 07/08/2018 04:51 AM, Michael Ellerman wrote: > Randy Dunlap writes: >> Hi, >> >> Is there a good way (or a shortcut) to do something like: > > The best I know of is: > >> $ make ARCH=powerpc O=PPC32 [other_options] allmodconfig >> to get a PPC32/32BIT allmodconfig > > $ echo

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-08 Thread Nicholas Piggin
On Sat, 7 Jul 2018 07:59:49 -0700 Randy Dunlap wrote: > On 07/07/2018 05:13 AM, Nicholas Piggin wrote: > > On Fri, 6 Jul 2018 21:58:29 -0700 > > Randy Dunlap wrote: > > > >> On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: > >>> On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote:

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-08 Thread Michael Ellerman
Randy Dunlap writes: > Hi, > > Is there a good way (or a shortcut) to do something like: The best I know of is: > $ make ARCH=powerpc O=PPC32 [other_options] allmodconfig > to get a PPC32/32BIT allmodconfig $ echo CONFIG_PPC64=n > allmod.config $ KCONFIG_ALLCONFIG=1 make allmodconfig $ grep

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-07 Thread Randy Dunlap
On 07/07/2018 05:13 AM, Nicholas Piggin wrote: > On Fri, 6 Jul 2018 21:58:29 -0700 > Randy Dunlap wrote: > >> On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: >>> On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: Hi, Is there a good way (or a shortcut) to do something

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-07 Thread Nicholas Piggin
On Fri, 6 Jul 2018 21:58:29 -0700 Randy Dunlap wrote: > On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: > >> Hi, > >> > >> Is there a good way (or a shortcut) to do something like: > >> > >> $ make ARCH=powerpc O=PPC32

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-06 Thread Randy Dunlap
On 07/06/2018 06:45 PM, Benjamin Herrenschmidt wrote: > On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: >> Hi, >> >> Is there a good way (or a shortcut) to do something like: >> >> $ make ARCH=powerpc O=PPC32 [other_options] allmodconfig >> to get a PPC32/32BIT allmodconfig >> >> and also

Re: powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)

2018-07-06 Thread Benjamin Herrenschmidt
On Thu, 2018-07-05 at 14:30 -0700, Randy Dunlap wrote: > Hi, > > Is there a good way (or a shortcut) to do something like: > > $ make ARCH=powerpc O=PPC32 [other_options] allmodconfig > to get a PPC32/32BIT allmodconfig > > and also be able to do: > > $make ARCH=powerpc O=PPC64