From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fatih =?UTF-8?Q?A=C5=9F=C4=B1c=C4=B1?= Date: Mon, 30 Sep 2013 09:23:15 +0300 Subject: [Buildroot] [PATCHv2] beaglebone: add BeagleBone Black support In-Reply-To: <1380337717-19697-1-git-send-email-jkridner@beagleboard.org> References: <1380220826-17732-1-git-send-email-jkridner@beagleboard.org> <1380337717-19697-1-git-send-email-jkridner@beagleboard.org> Message-ID: <1380522195.4232.2.camel@viko> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sat, 2013-09-28 at 03:08 +0000, Jason Kridner wrote: > From: Jason Kridner > > * Configure as initramfs > * Update BeagleBone to 3.8.13-beagleboard kernel > * Update to u-boot 2013.07 > * Add BeagleBone Black device tree > > Changes since v1 (http://lists.busybox.net/pipermail/buildroot/2013-September/079046.html): > * Added BeagleBone Black to single config for BeagleBone and BeagleBone Black, > rather than having two configs > * Used 'make ARCH=arm savedefconfig' to create Linux config file > * Dropped setting of DEVTMPFS, since it is default now > * Switched to u-boot 2013.07 from 2013.04 > * Patched u-boot to work with initramfs by default without uEnv.txt > * Removed wake-up M3 firmware loading for now, until debugged > > Signed-off-by: Jason Kridner Tested-by: Fatih A??c?