[Buildroot] [PATCH 3/3] configs: add Raspberry Pi 2 defconfig

Peter Korsgaard peter at korsgaard.com
Mon Feb 23 22:56:29 UTC 2015


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > From: James Hebden <james at hebden.net.au>
 > Signed-off-by: James Hebden <james at hebden.net.au>
 > [yann.morin.1998 at free.fr: fix commit log; further bump]
 > Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
 > Cc: "Guillermo A. Amaral" <g at maral.me>

 > ---
 > Changes v3 -> v4:
 >   - Further bumped, fix commit log  (Yann)

 > Changes v2 -> v3
 >   - Reformatted defonfig using make savedefconfig

 > Changes v1 -> v2
 >   - Removed custom kernel configuration, used default kernel config for bcm2709
 >   - Removed changes to rpi-firmware package, separate patch coming
 >   - Enabled EABIhf
 > ---
 >  configs/raspberrypi2_defconfig | 15 +++++++++++++++

It would be good to have a readme. If the boot sequence is the same as
for rpi1 then a simple oneliner explaining to look at that readme would
be enough.


>  1 file changed, 15 insertions(+)
 >  create mode 100644 configs/raspberrypi2_defconfig

 > diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
 > new file mode 100644
 > index 0000000..d2f97fb
 > --- /dev/null
 > +++ b/configs/raspberrypi2_defconfig
 > @@ -0,0 +1,15 @@
 > +BR2_arm=y
 > +BR2_cortex_a7=y
 > +BR2_ARM_EABIHF=y
 > +BR2_ARM_FPU_NEON_VFPV4=y
 > +BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
 > +BR2_TOOLCHAIN_BUILDROOT_CXX=y
 > +BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 > +BR2_LINUX_KERNEL=y
 > +BR2_LINUX_KERNEL_CUSTOM_GIT=y
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3c9fd364bfa6c0f6ef725d74b72a9b77dd0d0fb4"

This is based on 3.19, so the kernel headers should be locked to that as
well.

While we're at it, I see that the raspberrypi_dt defconfig also forgets
to lock it.

Care to send a patch to fixup those issues?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list