mgalemin / buildroot

Buildroot 2011.05 for Beagleboard-xM.
GNU General Public License v2.0
9 stars 5 forks source link

Support for U-Boot #10

Closed mgalemin closed 13 years ago

mgalemin commented 13 years ago

Support for U-Boot ver. 2011.03 needs to be added to the Buildroot.

mgalemin commented 13 years ago

commit c07a02e8b16842351945c0848b229bfd1264ac76 Author: Max Galemin maksim.galemin@gmail.com Date: Sat Jun 4 14:53:38 2011 +1000

Issue 10: added support for U-Boot ver. 2011.03.

1. Added patch for fixing default console name for beagleboard (ttyO2);
2. Patch also fixes boot time (3 sec.);
3. Updated default config for Beagleboard-xM.

A boot/u-boot/u-boot-2011.03-beagleboard-xm-fix-default-console-name.patch M configs/beagle_xm_full_defconfig

mgalemin commented 13 years ago

commit ba439870de9f0dc76428554edaab0089ea1bbd3d Merge: caad9ae c07a02e Author: Max Galemin maksim.galemin@gmail.com Date: Sat Jun 4 14:55:35 2011 +1000

Merge branch 'issue-10-support-for-u-boot' into develop
mgalemin commented 13 years ago

commit bdb1b2e5d07bb97614a5c1d325283f2ca679ecc5 Author: Max Galemin maksim.galemin@gmail.com Date: Sat Jun 4 18:04:30 2011 +1000

Issue 10: added extraversion parameter for U-Boot.

M boot/u-boot/Config.in M boot/u-boot/u-boot.mk M configs/beagle_xm_defconfig M configs/beagle_xm_full_defconfig

mgalemin commented 13 years ago

commit 889d1395d3fc84003e8a16795af72842f51ede39 Author: Max Galemin maksim.galemin@gmail.com Date: Sun Jun 5 18:15:35 2011 +1000

Issue 10: added generation of uenv.txt for U-Boot.

M boot/u-boot/Config.in M boot/u-boot/u-boot.mk M configs/beagle_xm_defconfig M configs/beagle_xm_full_defconfig