Hello community, here is the log from the commit of package x-loader-omap3beagle for openSUSE:Factory checked in at 2012-12-07 14:53:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x-loader-omap3beagle (Old) and /work/SRC/openSUSE:Factory/.x-loader-omap3beagle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x-loader-omap3beagle", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2012-11-30 12:21:47.308011256 +0100 +++ /work/SRC/openSUSE:Factory/.x-loader-omap3beagle.new/x-loader-omap3beagle.changes 2012-12-07 14:53:03.000000000 +0100 @@ -0,0 +1,73 @@ +------------------------------------------------------------------- +Mon Feb 6 16:16:25 UTC 2012 - [email protected] + +- force partition size to be _big_ + +------------------------------------------------------------------- +Fri Feb 3 01:03:36 CET 2012 - [email protected] + +- add support for fatless boot, enabling ext2 search for u-boot.bin + and CH data in MLO for raw boot + +------------------------------------------------------------------- +Fri Dec 16 14:21:36 UTC 2011 - [email protected] + +- add compile fix for omap3 (no return in func) + +------------------------------------------------------------------- +Fri Dec 16 13:44:11 UTC 2011 - [email protected] + +- switch to beagle x-loader, panda is handled by u-boot now + +------------------------------------------------------------------- +Tue Nov 29 22:47:44 UTC 2011 - [email protected] + +- README is now in the standard package + +------------------------------------------------------------------- +Sun Nov 20 16:46:58 UTC 2011 - [email protected] + +- Cleaned the spec file up name is now matching the package + +------------------------------------------------------------------- +Sun Nov 13 11:35:09 UTC 2011 - [email protected] + +- Build u-boot according to http://elinux.org/Panda_How_to_MLO_&_u-boot + +------------------------------------------------------------------- +Wed Nov 09 22:35:09 UTC 2011 - [email protected] + +- Build git version 20111109 +- Used MeeGo build as Base + +------------------------------------------------------------------- +Wed Dec 22 00:00:00 UTC 2010 - [email protected] +- git 8aee5a8 +- Updated to the latest git tree + +------------------------------------------------------------------- +Tue Oct 26 00:00:00 UTC 2010 - [email protected] +- 2010.09.rc2-MeeGo +- Switched to panda codebase instead of L24 release - L24 Mmc is unstable + +------------------------------------------------------------------- +Tue Oct 26 00:00:00 UTC 2010 - [email protected] +- 2010.09.rc2-MeeGo +- Switch Panda down to 600MHz + +------------------------------------------------------------------- +Tue Oct 26 00:00:00 UTC 2010 - [email protected] +- 2010.09.rc2-MeeGo +- Pulled in L24.11 TI release + +------------------------------------------------------------------- +Mon Oct 04 00:00:00 UTC 2010 - [email protected] +- 2010.09.rc2-MeeGo +- Pulled in L24.10p3 TI release + +------------------------------------------------------------------- +Wed Sep 14 00:00:00 UTC 2010 - [email protected] +- 2010.09.rc1-MeeGo +- Pulled in L24.10 TI release + +------------------------------------------------------------------- New: ---- 0000-no-Werror.patch 0001-add-ext2-support.patch rpmlintrc x-loader-20111109.tar.bz2 x-loader-omap3-return.patch x-loader-omap3beagle.changes x-loader-omap3beagle.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x-loader-omap3beagle.spec ++++++ # # spec file for package x-loader-omap3beagle # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco <[email protected]> # Texas Instruments Inc # Nishanth Menon # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: x-loader-omap3beagle Version: 20111109 Release: 0.0 Summary: The x-loader firmware for the omap3530beagle arm platform Group: System/Boot Url: http://gitorious.org/x-loader/x-loader Source: x-loader-%{version}.tar.bz2 Source300: rpmlintrc Patch0: 0000-no-Werror.patch Patch1: x-loader-omap3-return.patch Patch2: 0001-add-ext2-support.patch License: GPL-2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %arm %description X-Loader is 2nd stage loader loaded by OMAP BootRom to start 3rd stage tool like U-Boot. This package contains the firmware for the omap3530beagle arm platform. %prep %setup -q -n x-loader # Any custom patches to be applied on top of mainline x-loader %patch0 -p1 %patch1 -p1 %patch2 -p1 %build # Any Board specific custom patches to be applied make CROSS_COMPILE="" omap3530beagle_config make CROSS_COMPILE="" ift %install install -D -m 0755 MLO %{buildroot}/boot/MLO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /boot/MLO %doc README %changelog ++++++ 0000-no-Werror.patch ++++++ diff -Naur x-loader.orig/cpu/omap4/config.mk x-loader/cpu/omap4/config.mk --- x-loader.orig/cpu/omap4/config.mk 2011-11-09 23:18:59.000000000 +0100 +++ x-loader/cpu/omap4/config.mk 2011-11-11 00:01:50.000000000 +0100 @@ -20,7 +20,7 @@ # MA 02111-1307 USA # PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -msoft-float -Werror + -msoft-float PLATFORM_CPPFLAGS += -march=armv7-a # ========================================================================= ++++++ 0001-add-ext2-support.patch ++++++ ++++ 1343 lines (skipped) ++++++ rpmlintrc ++++++ # This line is mandatory to access the configuration functions from Config import * addFilter("no-return-in-nonvoid-function") addFilter("no-rpm-opt-flags") ++++++ x-loader-omap3-return.patch ++++++ Index: x-loader/board/omap3530beagle/omap3530beagle.c =================================================================== --- x-loader.orig/board/omap3530beagle/omap3530beagle.c +++ x-loader/board/omap3530beagle/omap3530beagle.c @@ -303,6 +303,7 @@ int identify_xm_ddr() return MICRON_DDR; if ((mfr == 0x20) && (id == 0xba)) return NUMONYX_MCP; + return 0; } /********************************************************************* * config_3430sdram_ddr() - Init DDR on 3430SDP dev board. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
