Hi Anatolij,
Now that the SD card driver is working properly with cache,
we'd like to enable dcache on our boards, and found that this
patch is still lingering without comment:
http://patchwork.ozlabs.org/patch/186173/
The initial comments were here:
http://patchwork.ozlabs.org/p
On Wed, May 01, 2013 at 09:31:29AM -0400, Tom Rini wrote:
> Would you mind patching doc/README.ubi ?
Attached. Would you rather I send it to the list as a separate message?
>From 532cc340712c0542526be601c3f9f886e7054e5c Mon Sep 17 00:00:00 2001
From: "Paul B. Henson"
Date: Sat, 4 May 2013 17:44:
Netconsole in u-Boot-2013.01 seems to be broken.
The 2nd character in a command somehow
got dropped, and u-boot sees it as a wrong command.
Here is the log:
U-Boot 2013.01 (May 03 2013 - 23:04:51)
Seagate GoFlex Net
gcc (Debian 4.6.3-1) 4.6.3
GNU ld (GNU Binutils for Debian) 2.22
Hit any key to
Dear Ravi Kant Tiwari,
In message you wrote:
> I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to
> compile the source code using GCC(not targeting cross compilation for any
> embedded platform).
First: U-Boot 1.1.6 is prehistoric (more than 7 years old). If you
intend t
Hi All,
I am new to bootloader.
I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to
compile the source code using GCC(not targeting cross compilation for any
embedded platform).
I tried running provided MAKEALL makefile but "powerpc-linux-gcc : Not
Found" is happening.
My
I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to
compile the source code using GCC(not targeting cross compilation for any
embedded platform).
I tried running provided MAKEALL makefile but "powerpc-linux-gcc : Not
Found" is happening.
My understanding is irrespective of
Dear Trent Piepho,
> On Fri, May 3, 2013 at 5:08 PM, Marek Vasut wrote:
> > > On 4/25/2013 6:13 PM, Marek Vasut wrote:
> > > > I didn't really track the thread and I'm plenty busy, besides I had
> >
> > quite
> >
> > > > a clash with Trent in another thread, sorry about me being plenty
> > > >
It seems the timing is coming, to bring this finally in mainline
and move boards over to the new i2c framework.
Changes for v3 series:
- Compiler collects the used i2c adapters in _u_boot_list_i2c,
so no need for defining the used i2c adpaters in the board config file.
-> drop CONFIG_SYS_NUM_
From: Simon Glass
This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra
i2c driver to support this.
Signed-off-by: Simon Glass
Signed-off-by: Heiko Schocher
---
- changes for v2:
new in v2
posted from Simon Glass here:
http://patchwork.ozlabs.org/patch/195568/
a
From: Simon Glass
Rather than using a variable in various places, add a single function,
tegra_i2c_get_bus(), which returns a pointer to information about a
bus.
This will make it easier to move to the new i2c framework.
Signed-off-by: Simon Glass
---
- changes for v2:
new in v2
posted fr
as the keymile boards use now the new i2c multibus/multiadapter
framework, remove the EEprom_ivm Environmentvar, as not longer
needed.
Signed-off-by: Heiko Schocher
Cc: Holger Brunck
---
- changes for v2:
new in v2
---
board/keymile/common/ivm.c | 7 ++-
include/configs/km/km83x
Signed-off-by: Heiko Schocher
Signed-off-by: Simon Glass
Cc: Henrik Nordström
---
- changes for v2:
add comment from Henrik Nordström
remove wrong line in README
- rebase against current mainline 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1
- changes for v3:
- adapt to the new introduced U
This Patch introduce the new i2c_core file, which holds
the I2C core functions, for the rework of the multibus/
multiadapter support.
Also adds changes in i2c.h for the new I2C multibus/multiadapter
support. This new support can be activated with the
CONFIG_SYS_I2C define.
Signed-off-by: Heiko Sch
CONFIG_I2C_MUX is replaced through the new i2c multibus/multiadapter
framework, configured through CONFIG_SYS_I2C. As CONFIG_I2C_MUX
is only used on the keymile boards, and they are now completely
moved to the new framework, remove CONFIG_I2C_MUX.
Signed-off-by: Heiko Schocher
Cc: Holger Brunck
From: Adnan Ali
Enable btrfs support in mx53loco config
Signed-off-by: Adnan Ali
---
include/configs/mx53loco.h |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index a4b610f..bf361a3 100644
--- a/include/configs/
From: Adnan Ali
Introduces btrfs file-system to read file from
volume/sub-volumes with btrload command. This
implementation has read-only support.
This btrfs implementation is based on syslinux btrfs
code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d.
v12: Warnings removed.
v11: Mirro
Adnan Ali (2):
Enable btrfs support in mx53loco config
Introduced btrfs file-system with btrload command
Makefile |1 +
common/Makefile|1 +
common/cmd_btr.c | 65 +++
fs/btrfs/Makefile | 51 ++
fs/btrfs/btrfs.c | 1347 ++
Adnan Ali (2):
Enable btrfs support in mx53loco config
Introduced btrfs file-system with btrload command
Makefile |1 +
common/Makefile|1 +
common/cmd_btr.c | 65 +++
fs/btrfs/Makefile | 51 ++
fs/btrfs/btrfs.c | 1347 ++
Am 03.05.2013 22:47, schrieb Troy Kisky:
On 5/2/2013 10:58 PM, Dirk Behme wrote:
Do you want to say you propose
post_div = pre_div / 16;
pre_div = 16;
?
yes, that's what I said
If so:
First, I agree that we have to use the same dividers in both lines.
But, second, this would mean that you
19 matches
Mail list logo