From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 25 Sep 2013 11:59:42 -0700 Subject: [Buildroot] [PATCH 0/4] i.MX6 and Nitrogen6x updates In-Reply-To: <1380135327-9722-1-git-send-email-eric.nelson@boundarydevices.com> References: <1380135327-9722-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <5243329E.7030603@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net BTW, I'd like to thank each of you for getting this support into Buildroot to begin with. It's been a while since I last touched Buildroot and was pleasantly surprised at all of the activity. Regards, Eric On 09/25/2013 11:55 AM, Eric Nelson wrote: > This patch series updates U-Boot and the Linux kernel for the > Boundary Devices Nitrogen6x board to the latest production-ready > releases and also updates Freescale-provided packages to the > matching versions to maintain ABI compatibility. > > Eric Nelson (4): > nitrogen6x: bump U-Boot to latest production version (2013.07) > nitrogen6x: use 6x_bootscript/6x_upgrade instead of older 6q_ versions > nitrogen6x: bump kernel to latest version (3.0.35-4.1.0) > i.MX6: Update Freescale hardware-acceleration bits to latest versions > > board/boundarydevices/nitrogen6x/6q_bootscript | Bin 455 -> 0 bytes > board/boundarydevices/nitrogen6x/6q_upgrade | Bin 1587 -> 0 bytes > board/boundarydevices/nitrogen6x/6x_bootscript | Bin 0 -> 1653 bytes > board/boundarydevices/nitrogen6x/6x_upgrade | Bin 0 -> 1744 bytes > board/boundarydevices/nitrogen6x/post-build.sh | 14 +++++++------ > configs/nitrogen6x_defconfig | 4 ++-- > package/freescale-imx/freescale-imx.mk | 4 ++-- > .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.mk | 8 +++++--- > package/freescale-imx/imx-lib/imx-lib.mk | 11 ++++++++++- > .../gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk | 4 ++-- > package/libfslcodec/libfslcodec.mk | 4 ++-- > package/libfslparser/libfslparser.mk | 8 +++++--- > package/libfslvpuwrap/libfslvpuwrap.mk | 22 +++++++++++++++++++-- > 13 files changed, 56 insertions(+), 23 deletions(-) > delete mode 100644 board/boundarydevices/nitrogen6x/6q_bootscript > delete mode 100644 board/boundarydevices/nitrogen6x/6q_upgrade > create mode 100644 board/boundarydevices/nitrogen6x/6x_bootscript > create mode 100644 board/boundarydevices/nitrogen6x/6x_upgrade >