On Thu, Mar 07, 2013 at 12:45:18AM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> take from xloader
>
> with this the mmc work even when booting from nand
Which beagle board revision do you have? With this patch the MMC
doesn't work at all anymore, even when booting from it.
Sascha
>
> Sign
Hi Antony,
On Fri, Mar 08, 2013 at 09:57:10AM +0400, Antony Pavlov wrote:
> On 4 March 2013 20:00, Sascha Hauer wrote:
> > Without it fields of ehci_data may be unitialized and the driver
> > crashes.
>
> Sascha!
>
> Please apply a patch like this! Without it the 'usb' command on my
> Tegra boa
On Thu, Mar 07, 2013 at 04:46:25PM -0600, Josh Cartwright wrote:
> On Wed, Mar 06, 2013 at 06:28:50PM +0100, Steffen Trumtrar wrote:
> > On Tue, Mar 05, 2013 at 11:09:29AM -0600, Josh Cartwright wrote:
> [..]
> > > > I have some patches laying around, that have support for booting first
> > > > st
Hi!
This commit breaks usb ethernet card on my board.
toshiba ac100> / usb
USB: scanning bus for devices...
Bus 001 Device 003: ID 0bdb:190a F3307
Bus 001 Device 004: ID 0bda:58f2 USB Camera
Bus 001 Device 005: ID 2001:3c05 DUB-E100
mdio_bus: miibus0: probed
eth0: got preset MAC address: 1C:7E:E5
On 4 March 2013 20:00, Sascha Hauer wrote:
> Without it fields of ehci_data may be unitialized and the driver
> crashes.
Sascha!
Please apply a patch like this! Without it the 'usb' command on my
Tegra board hangs.
> Signed-off-by: Sascha Hauer
> ---
> drivers/usb/host/ehci-hcd.c |2 +-
>
On Wed, Mar 06, 2013 at 06:28:50PM +0100, Steffen Trumtrar wrote:
> On Tue, Mar 05, 2013 at 11:09:29AM -0600, Josh Cartwright wrote:
[..]
> > > I have some patches laying around, that have support for booting first
> > > stage
> > > from a SD-Card on a ZedBoard. I didn't send them as of yet, becau
HI,
v6: more switch
use kfifo_put instead of kfifo_putc
as we already now the size to copy
v5: rebase on master
add missing kern_levels.h
v4: remove a debug info
v3: add more swtich
we currently have 2 fifo at comsole l
HI,
v5: rebase on master
add missing kern_levels.h
v4: remove a debug info
v3: add more swtich
we currently have 2 fifo at comsole level one for input one for output
we fill the output fifo before any console is registered and then
empt
Hi Juergen,
Le 07/03/2013 15:10, Juergen Beisert a écrit :
> Maxime Ripard wrote:
>>> []
>>>
>>> Unfortunately I had to drop this one. It breaks compilation on some
>>> architectures which do not have _text and __bss_stop (namely blackfin
>>> and another one I forgot about).
>>>
>>> Anyway, I
Hi Maxime,
Maxime Ripard wrote:
> > []
> >
> > Unfortunately I had to drop this one. It breaks compilation on some
> > architectures which do not have _text and __bss_stop (namely blackfin
> > and another one I forgot about).
> >
> > Anyway, I realized that we now can start the MMU during earl
Hi Sascha,
Le 04/03/2013 09:02, Sascha Hauer a écrit :
> On Tue, Feb 26, 2013 at 05:55:41PM +0100, Maxime Ripard wrote:
>> get_ram_size cannot be used when running from RAM at the moment, even
>> though it backs up the memory cells it modifies, since it can also
>> modify the get_ram_size function
On 09:18 Thu 07 Mar , Sascha Hauer wrote:
> Hi Jürgen,
>
> On Tue, Mar 05, 2013 at 02:30:22PM +0100, Jürgen wrote:
> > On 11.02.2013 Sascha Hauer wrote:
> > >On Fri, Feb 08, 2013 at 04:22:09PM +0100, Jan Weitzel wrote:
> > >>Hi,
> > >>with the release v2013.02.0 the MLO gets so bit, that it ea
Currently only implements system wide reset functionality.
Signed-off-by: Lucas Stach
---
arch/arm/mach-tegra/Makefile | 2 +-
arch/arm/mach-tegra/reset.c | 39 -
arch/arm/mach-tegra/tegra20-pmc.c | 89 +++
arch/arm/mach-tegra/tegra
This updates iomap.h to the latest Linux code.
Signed-off-by: Lucas Stach
---
arch/arm/mach-tegra/include/mach/iomap.h | 64 ++--
1 file changed, 19 insertions(+), 45 deletions(-)
diff --git a/arch/arm/mach-tegra/include/mach/iomap.h
b/arch/arm/mach-tegra/include/ma
Replace the ad-hoc clocksource implementation with a proper driver for
the Tegra 20 timer. This driver is able to do the required hardware
initialisation itself.
Signed-off-by: Lucas Stach
---
arch/arm/mach-tegra/Makefile| 2 +-
arch/arm/mach-tegra/clock.c | 56 ---
Only a basic set of clocks is supported as of now.
Signed-off-by: Lucas Stach
---
arch/arm/Kconfig | 2 +
arch/arm/mach-tegra/Makefile | 2 +
arch/arm/mach-tegra/include/mach/clkdev.h | 7 ++
arch/arm/mach-tegra/tegra20-car.c | 121
This patchset converts the current ad-hoc implementation within the
Tegra arch into proper barebox drivers. It slightly enhances
functionality, but mostly this is a cleanup to provide a good base
for further work.
V2 incorporates the review feedback I got so far. Mostly avoiding
renaming iomap.h a
Main barebox is running on the A9 cluster. Use the correct ISA.
Signed-off-by: Lucas Stach
---
arch/arm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7ac134e..5dbf74d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -
On Thu, Mar 07, 2013 at 08:45:03AM +0100, Sascha Hauer wrote:
> On Wed, Mar 06, 2013 at 10:34:44PM +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > On 22:21 Wed 06 Mar , Sascha Hauer wrote:
> > > On Wed, Mar 06, 2013 at 10:29:35AM +0100, Jean-Christophe
> > > PLAGNIOL-VILLARD wrote:
> > >
Hi Jürgen,
On Tue, Mar 05, 2013 at 02:30:22PM +0100, Jürgen wrote:
> On 11.02.2013 Sascha Hauer wrote:
> >On Fri, Feb 08, 2013 at 04:22:09PM +0100, Jan Weitzel wrote:
> >>Hi,
> >>with the release v2013.02.0 the MLO gets so bit, that it eats the boot
> >>information in the SRAM.
> >>
> >>nm --size-
20 matches
Mail list logo