-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Tom,
On 10/02/13 17:02, Igor Grinberg wrote:
> Hi Tom,
>
> On 10/02/13 15:53, Tom Rini wrote:
>> On Mon, Sep 30, 2013 at 11:36:32AM +0300, Igor Grinberg wrote:
>
>>> ping!
>>>
>>> On 09/16/13 21:49, Igor Grinberg wrote:
Two more adjustments
Hi Heiko,
On 10/22/13 11:03, Heiko Schocher wrote:
> - add omap24xx driver to new multibus/multiadpater support
> - adapted all config files, which uses this driver
>
> Tested on the am335x based siemens boards rut, dxr2 and pxm2
> posted here:
> http://patchwork.ozlabs.org/patch/263211/
>
> Sig
Building boards that have JFFS2 support enabled will fail when using
U-Boot's builtin GCC library, for example like this:
USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm
...
fs/jffs2/libjffs2.o: In function `jffs2_1pass_build_lists':
fs/jffs2/jffs2_1pass.c:1441: undefined reference to `__aeabi_uldivmod
Wolfgang,
GOOD Catch!
On Sunday, October 27, 2013 05:14 PM, Wolfgang Denk wrote:
Building boards that have JFFS2 support enabled will fail when using
U-Boot's builtin GCC library, for example like this:
USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm
...
fs/jffs2/libjffs2.o: In function `jffs2_1pas
Dear Chris,
In message <526ce0f6.8020...@gtsys.com.hk> you wrote:
>
> GOOD Catch!
Thanks :-)
It would be nice if you could run an actual test on your hardware,and
then eventually even provide an Tested-by: ?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Den
Dear Masahiro Yamada,
> This series uses the followings as prerequisites:
> - First step towards Kbuild: Use Kbuild style makefiles (19 patch files)
> - Second step towards Kbuild: Descend down like Kbuild (6 patch files)
>
> In 'First step towards Kbuild' series, I changed more than 150 makefi
Dear Otavio Salvador,
> This reads the kernel, ftd and boot into ubifs filesystem. While on
> that, the SD firmware filename definition has been moved next to the
> other SD related commands.
>
> Signed-off-by: Otavio Salvador
Any changes to built-in environment are now NAKd I believe.
Best re
Hi,
it was a real pleasure to meet up with so many people on the ELCE in
Edinburgh the last few days. Those of you who could not make it should
look out for the Embedded Linux Conference Europe in 2014. Although not
yet finalized, we are optimistic to have the second U-Boot Mini Summit
there.
T
2013/10/27 Wolfgang Denk :
> Building boards that have JFFS2 support enabled will fail when using
> U-Boot's builtin GCC library, for example like this:
>
> USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm
> ...
> fs/jffs2/libjffs2.o: In function `jffs2_1pass_build_lists':
> fs/jffs2/jffs2_1pass.c:1441:
Dear Przemyslaw Marczak,
> This patch introduces some cleanups to ums code. Changes:
>
> ums common:
> - introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in
> usb_mass_storage.h both default values as 0 if board config
> doesn't define them
>
> common cleanup changes:
> - change nam
Add support for USB-A9263 board manufactured by Calao Systems
(http://www.calao-systems.com/).
Code is based on old U-Boot sources (2010.09) released by Calao and
existing AT92SAM9263-EK code.
Signed-off-by: Mateusz Kulikowski
---
board/calao/usb_a9263/Makefile| 35
board/calao/usb
On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
>> This reads the kernel, ftd and boot into ubifs filesystem. While on
>> that, the SD firmware filename definition has been moved next to the
>> other SD related commands.
>>
>> Signed-off-by: Otavio Salvador
>
> Any c
In message <1382865251-17302-1-git-send-email...@denx.de> I wrote:
> Building boards that have JFFS2 support enabled will fail when using
> U-Boot's builtin GCC library, for example like this:
>
> USE_PRIVATE_LIBGCC=yes ./MAKEALL omap3_evm
> ...
> fs/jffs2/libjffs2.o: In function `jffs2_1pass_buil
Dear Otavio Salvador,
> On Sun, Oct 27, 2013 at 2:16 PM, Marek Vasut wrote:
> > Dear Otavio Salvador,
> >
> >> This reads the kernel, ftd and boot into ubifs filesystem. While on
> >> that, the SD firmware filename definition has been moved next to the
> >> other SD related commands.
> >>
> >>
Dear Matt,
I hope you are the right person to address this to - if not, please
help to redirect to the current responsible developer.
Function pll_sigma_delta_val() in arch/arm/cpu/armv7/am33xx/clock_ti814x.c
incorrectly uses "float" data, which results in FP operations which
are not permitted in
Wolfgang,
On Sunday, October 27, 2013 06:01 PM, Wolfgang Denk wrote:
Dear Chris,
In message<526ce0f6.8020...@gtsys.com.hk> you wrote:
GOOD Catch!
Thanks :-)
It would be nice if you could run an actual test on your hardware,and
then eventually even provide an Tested-by: ?
Yes, I will run
Thanks. Barnett
:-)
于 2013/10/26 0:28, Ryan Barnett 写道:
Haijun Zhang wrote on 10/24/2013 08:54:42 PM:
struct mmc should be clear to all '0' after malloc to avoid
unexpect variable value.
Like mmc->has_init = xxx.
In this case mmcinfo will believe the card had been initialized before
and skip
Wolfgang,
good morning.
On Monday, October 28, 2013 04:07 AM, Wolfgang Denk wrote:
In message <1382865251-17302-1-git-send-email...@denx.de> I wrote:
Building boards that have JFFS2 support enabled will fail when using
U-Boot's builtin GCC library, for example like this:
USE_PRIVATE_LIBGCC=ye
Add emulator support for T1040. Emulator has limited peripherals
and interfaces.
Difference between T1040QDS and emulator includes:
-ECC for DDR is disabled due to procedure to load images
-Depends on raw timing for DDR initialization
-No board FPGA (Qixis)
-No PCI
-No SPI
-No flash support
Signed
Hi Mateusz Kulikowski,
Add Andreas in loop.
On 10/28/2013 03:34, Mateusz Kulikowski wrote:
Add support for USB-A9263 board manufactured by Calao Systems
(http://www.calao-systems.com/).
Code is based on old U-Boot sources (2010.09) released by Calao and
existing AT92SAM9263-EK code.
Signed-of
Hi Heiko Schocher,
On 10/22/2013 13:51, Heiko Schocher wrote:
From: Roger Meier
Signed-off-by: Roger Meier
Reviewed-by: Heiko Schocher
Cc: Andreas Bießmann
Acked-by: Bo Shen
---
arch/arm/include/asm/arch-at91/at91_rstc.h | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arc
Hi Heiko Schocher,
Please add commit message.
On 10/22/2013 13:51, Heiko Schocher wrote:
Signed-off-by: Roger Meier
Reviewed-by: Heiko Schocher
Cc: Andreas Bießmann
---
board/siemens/taurus/Makefile | 38
board/siemens/taurus/taurus.c | 204 ++
Hello Simon.
I'm trying patman, but it looks like
it doesn't work on my Ubuntu box.
How can I resove the following issue?
The subject of HEAD is
ARM: align MVBAR on 32 byte boundary
and the result of my dry run is:
$ python --version
Python 2.7.4
$ tools/patman/patman -n -c1
Cleaned 1
Hi Heiko Schocher,
Please add commit message.
On 10/22/2013 13:51, Heiko Schocher wrote:
Signed-off-by: Boris Schmidt
Reviewed-by: Heiko Schocher
Cc: Andreas Bießmann
---
board/siemens/corvus/Makefile | 39 +
board/siemens/corvus/board.c | 345 ++
Hello Igor,
Am 27.10.2013 08:30, schrieb Igor Grinberg:
Hi Heiko,
On 10/22/13 11:03, Heiko Schocher wrote:
- add omap24xx driver to new multibus/multiadpater support
- adapted all config files, which uses this driver
Tested on the am335x based siemens boards rut, dxr2 and pxm2
posted here:
ht
Dear Priyanka Jain,
In message <1382936067-30488-1-git-send-email-priyanka.j...@freescale.com> you
wrote:
> Add emulator support for T1040. Emulator has limited peripherals
> and interfaces.
> Difference between T1040QDS and emulator includes:
> -ECC for DDR is disabled due to procedure to load i
26 matches
Mail list logo