[llvmlinux] [PATCH] [mips] Add targets needed for buildbot boot+poweroff test.

Daniel Sanders Daniel.Sanders at imgtec.com
Thu Feb 12 10:34:54 UTC 2015


> -----Original Message-----
> From: Vinícius Tinti [mailto:viniciustinti at gmail.com]
> Sent: 12 February 2015 00:35
> To: Toma Tabacu
> Cc: Daniel Sanders; llvmlinux at lists.linuxfoundation.org
> Subject: Re: [llvmlinux] [PATCH] [mips] Add targets needed for buildbot
> boot+poweroff test.
> 
> On Wed, Feb 11, 2015 at 11:13 AM, Vinícius Tinti
> <viniciustinti at gmail.com> wrote:
> > On Wed, Feb 11, 2015 at 11:02 AM, Toma Tabacu
> <Toma.Tabacu at imgtec.com> wrote:
> >>>On Wed, Feb 11, 2015 at 9:48 AM, Toma Tabacu
> <Toma.Tabacu at imgtec.com> wrote:
> >>>>> -----Original Message-----
> >>>>> From: Vinícius Tinti [mailto:viniciustinti at gmail.com]
> >>>>> Sent: 11 February 2015 11:42
> >>>>> To: Toma Tabacu
> >>>>> Cc: Daniel Sanders; llvmlinux at lists.linuxfoundation.org
> >>>>> Subject: Re: [llvmlinux] [PATCH] [mips] Add targets needed for
> buildbot boot+poweroff test.
> >>>>>
> >>>>> On Wed, Feb 11, 2015 at 9:32 AM, Toma Tabacu
> <Toma.Tabacu at imgtec.com> wrote:
> >>>>>> Ping.
> >>>>>>
> >>>>>> -----Original Message-----
> >>>>>> From: llvmlinux-bounces at lists.linuxfoundation.org
> [mailto:llvmlinux-bounces at lists.linuxfoundation.org] On Behalf Of Daniel
> Sanders
> >>>>>> Sent: 02 February 2015 13:14
> >>>>>> To: llvmlinux at lists.linuxfoundation.org
> >>>>>> Subject: [llvmlinux] [PATCH] [mips] Add targets needed for buildbot
> boot+poweroff test.
> >>>>>>
> >>>>>>
> >>>>>> The automatic poweroff has been implemented by adding an
> additional init script which executes poweroff if the kernel command line
> contains 'POWEROFF'. This init script is installed in the initramfs.
> >>>>>> ---
> >>>>>>
> >>>>>> The Malta builder is up and running but currently doesn't attempt to
> boot the kernel like the vexpress target does. This patch adds the necessary
> targets to enable this testing.
> >>>>>>
> >>>>>>  targets/malta/Makefile                                  | 13 +++++++++++++
> >>>>>>  targets/malta/initramfs-overlay/etc/init.d/autopoweroff |  5 +++++
> >>>>>>  targets/malta/initramfs-overlay/etc/inittab             |  3 +++
> >>>>>>  test/initramfs/initramfs.mk                             |  4 +++-
> >>>>>>  4 files changed, 24 insertions(+), 1 deletion(-)  create mode 100755
> targets/malta/initramfs-overlay/etc/init.d/autopoweroff
> >>>>>>  create mode 100644 targets/malta/initramfs-overlay/etc/inittab
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> LLVMLinux mailing list
> >>>>>> LLVMLinux at lists.linuxfoundation.org
> >>>>>> https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux
> >>>>>
> >>>>> Was this merged?
> >>>>>
> >>>>> Otherwise I can merge. Please reply.
> >>>>>
> >>>>> --
> >>>>> Simplicity is the ultimate sophistication
> >>>>>
> >>>>
> >>>> It wasn't merged, that's why I pinged it.
> >>>
> >>> Sorry for that. As soon as I get home I will merge it.
> >>>
> >>> Regards.
> >>>
> >>>> Regards,
> >>>> Toma Tabacu
> >>>
> >>> --
> >>> Simplicity is the ultimate sophistication
> >>
> >> Thank you.
> >> Sorry for the slightly rude reply I gave earlier.
> >
> > Rude? Where? I didn't see.
> >
> > Regards.
> >
> >> Regards,
> >> Toma Tabacu
> >
> >
> >
> > --
> > Simplicity is the ultimate sophistication
> 
> Merged. I modified it a little bit. Let me know if it works.
> 
> Regards,
> Vinicius
> 
> --
> Simplicity is the ultimate sophistication

It's working perfectly, thanks. Our buildbot is now booting the kernel and automatically running poweroff so that it completes successfully.

Toma: Thanks for following up on this for me.


More information about the LLVMLinux mailing list