Sorry I need to shorten the message, exchange keeps trying to do something and
I keep getting a message rejected due to "No base64 encoded MIME text parts
allowed"
U-Boot list keeps rejecting the message.
U-Boot list driving me nuts... keeps rejecting my message due to the "No base64
encoded MI
Add USB host support for CM-T35. As a preparation, some register offset
definitions are added to twl4030.h
Changes in V2:
- Added GPIO register offsets for twl4030
- Used twl4030 definitions from patch 1 in twl4030 functions instead of
BASE_ADDR +
Nikita Kiryanov (2):
t
Add gpio register offsets for twl4030.
Signed-off-by: Nikita Kiryanov
Signed-off-by: Igor Grinberg
---
include/twl4030.h | 44
1 file changed, 44 insertions(+)
diff --git a/include/twl4030.h b/include/twl4030.h
index 9cd32ab..e3b3806 100644
--- a/
Add support for USB host ports on cm-t3530 and cm-t3730.
Signed-off-by: Nikita Kiryanov
Signed-off-by: Igor Grinberg
---
Changes in V2:
- Used twl4030 definitions from patch 1 in twl4030 functions instead of
BASE_ADDR +
board/cm_t35/cm_t35.c| 77 +
Coreboot uses this controller to implement GPIO access.
Signed-off-by: Simon Glass
---
Changes in v2:
- Enable gpio command for coreboot also
include/configs/coreboot.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreb
From: Stefan Reinauer
Add functions to enable/disable the data cache.
Signed-off-by: Stefan Reinauer
Signed-off-by: Simon Glass
---
Changes in v2:
- Move all control register access into new include/asm/control_regs.h
- Redo the cache control functions in cpu.c instead of creating new ones
- A
From: Graeme Russ
Imported from Linux 3.1 with a few modifications to suit U-Boot
Signed-off-by: Simon Glass
---
Changes in v2:
- Bring in Graeme's Linux in place so we cover all bases
arch/x86/include/asm/msr-index.h | 447 ++
arch/x86/include/asm/msr.h
From: Stefan Reinauer
This cleans up the rom caching optimization implemented in coreboot (and
needed throughout U-Boot runtime).
Signed-off-by: Stefan Reinauer
Signed-off-by: Simon Glass
---
Changes in v2:
- Use en/disable_caches() instead of en/disable_cache()
- Use functions from Graeme's m
Enable this option to support booting a zImage.
Signed-off-by: Simon Glass
---
Changes in v2:
- Enable CONFIG_ZBOOT_32 to make CONFIG_CMD_BOOT work correctly
include/configs/coreboot.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/coreboot.h b/includ
From: Graeme Russ
Imported from Linux 3.1 with a few modifications to suit U-Boot
Signed-off-by: Simon Glass
---
Changes in v2:
- Bring in Graeme's Linux in place so we cover all bases
arch/x86/include/asm/msr-index.h | 469 ++
arch/x86/include/asm/msr.h
From: Gabe Black
The default implementation of this function is just memset, but other
implementations will be needed when physical memory isn't accessible by
U-Boot using normal addressing mechanisms.
Signed-off-by: Gabe Black
Signed-off-by: Che-Liang Chiou
Signed-off-by: Simon Glass
---
Cha
On 26/11/12 18:55, Albert ARIBAUD wrote:
+/*
+ * Fuse bank 1 row 8 is "reserved for future use" and therefore available for
+ * custormer use. The APF27 board uses this fuse to store the board revision:
+ * 0: initial board revision
+ * 1: first revision - Presence of the second RAM chip on the b
On 26/11/12 19:02, Albert ARIBAUD wrote:
Hi Philippe,
On Mon, 29 Oct 2012 18:35:56 +0100, Philippe Reynes
wrote:
Signed-off-by: Philippe Reynes
Signed-off-by: Eric Jarrige
create mode 100644 board/armadeus/apf27/start.S
create mode 100644 board/armadeus/apf27/u-boot-spl.lds
This is need
This patch set add support for the Marvell Dove 88AP510 SoC and
the SolidRun CuBox board based on that SoC. The patch set is divided
into the four following sections:
(1) Patches 1-5:
Add support for the Dove SoC and related drivers. Where possible
drivers from Marvell Kirkwood are reused (mvsata,
This adds a gpio driver for Marvell Orion SoCs, i.e. orion5x, kirkwood,
dove. This is based on kw_gpio but as gpio capabilities depend heavily
on the mpp configuration for dove, it allows to set gpi/gpo capabilities
from mpp. This should be compatible with the current kw_gpio and porting
mpp of kir
This adds an SPI driver found on Marvell Orion SoCs. This driver is
taken from kirkwood_spi but removes mpp configuration as dove has
dedicated spi pins. To have a common driver for orion5x, kirkwood,
and dove, mpp configuration should be handled in some cpu/board-specific
setup.
Signed-off-by: Se
Dove SoC also uses mvsata, therefore add a SoC specific include to
allow to reuse the mvsata ide driver.
Signed-off-by: Sebastian Hesselbarth
---
Cc: u-boot@lists.denx.de
Cc: Sebastian Hesselbarth
Cc: Rabeeh Khoury
Cc: Albert Aribaud
Cc: Prafulla Wadaskar
Cc: Andy Fleming
Cc: Joe Hershberger
This adds PHY initialization for Marvell Alaska 88E1310 PHY.
Signed-off-by: Sebastian Hesselbarth
---
Cc: u-boot@lists.denx.de
Cc: Sebastian Hesselbarth
Cc: Rabeeh Khoury
Cc: Albert Aribaud
Cc: Prafulla Wadaskar
Cc: Andy Fleming
Cc: Joe Hershberger
Cc: Daniel Stodden
Cc: Dieter Kiermaier
This add phylib support to the Marvell GBE driver.
Signed-off-by: Sebastian Hesselbarth
---
Cc: u-boot@lists.denx.de
Cc: Sebastian Hesselbarth
Cc: Rabeeh Khoury
Cc: Albert Aribaud
Cc: Prafulla Wadaskar
Cc: Andy Fleming
Cc: Joe Hershberger
Cc: Daniel Stodden
Cc: Dieter Kiermaier
---
drive
Marvell Dove also uses mvgbe as ethernet driver, therefore add support
for Dove to reuse the current driver.
Signed-off-by: Sebastian Hesselbarth
---
Cc: u-boot@lists.denx.de
Cc: Sebastian Hesselbarth
Cc: Rabeeh Khoury
Cc: Albert Aribaud
Cc: Prafulla Wadaskar
Cc: Andy Fleming
Cc: Joe Hershbe
With latest support for Marvell Dove SoC, add the SolidRun CuBox as
the very first board with that SoC.
Signed-off-by: Sebastian Hesselbarth
---
Cc: u-boot@lists.denx.de
Cc: Sebastian Hesselbarth
Cc: Rabeeh Khoury
Cc: Albert Aribaud
Cc: Prafulla Wadaskar
Cc: Andy Fleming
Cc: Joe Hershberger
On Dove kwboot can also be used to boot an u-boot image into RAM.
In contrast to Kirkwood, Dove does not support the UART boot mode
sequence but requires the UART boot mode to be selected through
strap pins. The SolidRun CuBox has a push button to allow uart
boot mode but fails on the boot sequence
Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a build
that has no available commands. Setting LC_ALL=C for the generator script helps.
Signed-off-by: Pavel Herrmann
---
helper.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helper.mk b/helper.m
Dear Pavel Herrmann,
> Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a
> build that has no available commands. Setting LC_ALL=C for the generator
> script helps.
>
> Signed-off-by: Pavel Herrmann
> ---
> helper.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions
On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote:
> Dear Pavel Herrmann,
>
> > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a
> > build that has no available commands. Setting LC_ALL=C for the generator
> > script helps.
> >
> > Signed-off-by: Pavel Herrmann
> >
Dear Pavel Herrmann,
> On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote:
> > Dear Pavel Herrmann,
> >
> > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is
> > > a build that has no available commands. Setting LC_ALL=C for the
> > > generator script helps.
> > >
>
On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote:
> Dear Pavel Herrmann,
>
> > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote:
> > > Dear Pavel Herrmann,
> > >
> > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is
> > > > a build that has no available co
On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote:
> Dear Pavel Herrmann,
>
> > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote:
> > > Dear Pavel Herrmann,
> > >
> > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is
> > > > a build that has no available co
Hi Sebastian,
On Sun, Dec 02, 2012 at 03:36:13PM +0100, Sebastian Hesselbarth wrote:
> This patch adds initial support for the armv7-based Marvell Dove SoC
> (88AP510).
>
> Signed-off-by: Sebastian Hesselbarth
...
> + for (; i < CONFIG_NR_DRAM_BANKS; i++) {
> + /* If above loop
Hi Sebastian,
On Sun, Dec 02, 2012 at 03:36:21PM +0100, Sebastian Hesselbarth wrote:
> With latest support for Marvell Dove SoC, add the SolidRun CuBox as
> the very first board with that SoC.
>
> Signed-off-by: Sebastian Hesselbarth
...
> +/*
> + * Enable devicetree support
> + */
Shouldn't
Hi Sebastian,
On Sun, Dec 02, 2012 at 03:36:22PM +0100, Sebastian Hesselbarth wrote:
> On Dove kwboot can also be used to boot an u-boot image into RAM.
> In contrast to Kirkwood, Dove does not support the UART boot mode
> sequence but requires the UART boot mode to be selected through
> strap pin
Dear Pavel Herrmann,
> On Sunday 02 of December 2012 19:12:17 Marek Vasut wrote:
> > Dear Pavel Herrmann,
> >
> > > On Sunday 02 of December 2012 18:50:53 Marek Vasut wrote:
> > > > Dear Pavel Herrmann,
> > > >
> > > > > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result
> > > >
Dear Pavel Herrmann,
[...]
> > > > > - LC_COLLATE=C sort -u | \
> > > > > + LC_ALL=C sort -u | \
> > > >
> > > > How will this work? LC_COLLATE is supposed to adjust the behavior of
> > > > "sort" command, without it, "sort" will not behave as expected.
> > >
> > > Clearly, LC_COLLATE i
Hi Allan,
2012/12/2 Drassal, Allan
> Sorry I need to shorten the message, exchange keeps trying to do something
> and I keep getting a message rejected due to "No base64 encoded MIME text
> parts allowed"
> U-Boot list keeps rejecting the message.
>
> U-Boot list driving me nuts... keeps rejecti
Dear "Drassal, Allan",
In message <872e3b9a58411441878dd99be03d7cf510d42...@exmb-02.ad.wsu.edu> you
wrote:
> Sorry I need to shorten the message, exchange keeps trying to do something
> and I keep getting a message rejected due to "No base64 encoded MIME text
> parts allowed"
> U-Boot list keep
Dear Simon Glass,
In message <1354460119-23877-15-git-send-email-...@chromium.org> you wrote:
> From: Gabe Black
>
> The default implementation of this function is just memset, but other
> implementations will be needed when physical memory isn't accessible by
> U-Boot using normal addressing me
Dear Pavel Herrmann,
In message <1354470210-30801-1-git-send-email-morpheus.i...@gmail.com> you
wrote:
> Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a build
> that has no available commands. Setting LC_ALL=C for the generator script
> helps.
Setting LC_ALL is a pretty
Dear Marek Vasut,
In message <201212022013.13540.ma...@denx.de> you wrote:
>
> "This works because LC_ALL sets LC_COLLATE, as well as all other LC_*
> environment variables."
>
> Where can I verify this? Do you have any link to any documentation?
Is it really so difficult to find TFM these day
On Mon, Nov 26, 2012 at 8:13 AM, Lukasz Majewski wrote:
> Several fixes to suppress compiler's (eldk-5.[12].x gcc 4.6)
> warning [-Wunused-but-set-variable]
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
This removes the warnings for me on gcc 4.6 and 4.7, and from my
readi
Hi Wolfgang,
On Sun, Dec 2, 2012 at 11:33 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1354460119-23877-15-git-send-email-...@chromium.org> you wrote:
>> From: Gabe Black
>>
>> The default implementation of this function is just memset, but other
>> implementations will be needed
Dear Simon Glass,
In message
you wrote:
>
> > Please make sure to supply proper trheading information with ALL patch
> > submissions! Thanks.
>
> I'm not quite sure how do to this. Did we discuss this before? Do I
Do we have to? With all your experience?
If in doubt, please RTFM git-send-e
From: Rob Herring
This is a series of various enhancements and fixes for u-boot pxe support.
These patches are a result of testing with server side tools like Cobbler
and ubuntu MAAS.
Rob
Rob Herring (10):
pxe: Use ethact setting for pxe
pxe: make string parameters const
pxe: fix handling
From: Rob Herring
Get the MAC address using eth_getenv_enetaddr_by_index so that the MAC
address of ethact is used. This enables using the a NIC other than the
first one for PXE boot.
Signed-off-by: Rob Herring
---
common/cmd_pxe.c | 34 +-
1 file changed, 9 i
From: Rob Herring
Add support for value of -1 For localboot. A value of -1 means return to
u-boot prompt.
The localboot value is often 0, so we need to distinguish the value from
localboot being selected. A value of greater than or equal to 0 means
attempt local boot command.
If localboot is se
From: Rob Herring
Convert a bunch of string parameters to be const.
Signed-off-by: Rob Herring
---
common/cmd_pxe.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index 306c483..8b897ad 100644
--- a/common/cm
From: Rob Herring
Make do_bootz available for other functions like do_bootm is.
Signed-off-by: Rob Herring
---
common/cmd_bootm.c |2 +-
include/command.h |2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 4dbe952..fc32a2
From: Rob Herring
Standard pxelinux servers would use zImage rather than u-boot image
format, so use bootz instead of bootm if enabled.
Signed-off-by: Rob Herring
---
common/cmd_pxe.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/common/cmd_pxe.c b/common/cmd_
From: Rob Herring
The prompt flag is for displaying a "boot:" prompt in pxelinux. This
doesn't make sense for u-boot as we don't support the pxelinux command
interface. So we should just ignore prompt statements and always show the
menu if a menu is present.
Signed-off-by: Rob Herring
---
comm
From: Rob Herring
Menus with lots of entries and long append lines are hard to read.
Just show a numbered list using the label or name and make the choice
by entering the number.
Signed-off-by: Rob Herring
---
common/cmd_pxe.c | 34 --
1 file changed, 16 inser
From: Rob Herring
ontimeout is similar to default, but is the selection on menu timeout.
This is how cobbler sets a default. The label default is supposed to be
the default selection when is pressed. If both default and
ontimeout are set, last one parsed wins.
Signed-off-by: Rob Herring
---
c
From: Rob Herring
Add ipappend support to pass network device information to the kernel.
Signed-off-by: Rob Herring
---
common/cmd_pxe.c | 47 ---
1 file changed, 44 insertions(+), 3 deletions(-)
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
in
From: Rob Herring
A pxelinux server setup for "default" menu is typically an x86 binary.
This does not work well with a mixed architecture setup. Extend the default
search to look for default-- and then default- before
falling back to just "default".
Signed-off-by: Rob Herring
---
common/cmd_p
From: Rob Herring
Since wfi instruction is only available on ARMv7, add a conditional
macro for it.
Signed-off-by: Rob Herring
---
arch/arm/include/asm/system.h |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h
index 2b28
From: Rob Herring
Older compilers don't recognize v7 wfi instruction, so use wfi macro to
fix builds on old compilers.
Signed-off-by: Rob Herring
---
board/highbank/highbank.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/board/highbank/highbank.c b/board/highbank/hi
From: Joshua Housh
If the pl011 is connected to another device which has hardware
flow-control on, characters are never received by the pl011.
Asserting RTS when flow-control is off will have no effect.
This is in line with how Linux behaves.
Signed-off-by: Joshua Housh
---
drivers/serial/ser
Dear Wolfgang Denk,
> Dear Pavel Herrmann,
>
> In message <1354470210-30801-1-git-send-email-morpheus.i...@gmail.com> you
wrote:
> > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a
> > build that has no available commands. Setting LC_ALL=C for the generator
> > script he
On Wed, Nov 28, 2012 at 05:33:01PM -0600, Kim Phillips wrote:
> Projects such as linux and u-boot run sparse on libfdt. libfdt
> contains the notion of endianness via usage of endian conversion
> functions such as fdt32_to_cpu. As such, in order to pass endian
> checks, libfdt has to annotate its
Dear Nikita Kiryanov,
> Add USB host support for CM-T35. As a preparation, some register offset
> definitions are added to twl4030.h
>
> Changes in V2:
> - Added GPIO register offsets for twl4030
> - Used twl4030 definitions from patch 1 in twl4030 functions instead of
> BASE_AD
Hi Rob, Joshua,
> From: Joshua Housh
>
> If the pl011 is connected to another device which has hardware
> flow-control on, characters are never received by the pl011.
> Asserting RTS when flow-control is off will have no effect.
>
> This is in line with how Linux behaves.
[...]
Tested-by: Mare
Dear Rob Herring,
> From: Rob Herring
>
> Since wfi instruction is only available on ARMv7, add a conditional
> macro for it.
>
> Signed-off-by: Rob Herring
> ---
> arch/arm/include/asm/system.h |6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/include/asm/system.h b
On 11/30/2012 6:04 PM, Wolfgang Denk wrote:
Dear Armando Visconti,
In message<50b89534.6040...@st.com> you wrote:
Not sure what are next steps for this patchset.
Is someone going to review it, or part of it?
Or is Vipin expected to do something on the repository
assigned to him (maybe he alr
Hi Prem,
On Fri, Nov 30, 2012 at 5:42 PM, prem s wrote:
> Hi All,
>
> I am new to u-boot, i want to add phy support for usb, i have referred many
> sites for this some of them saying that it will be decided by FDT.
The Flattened Device Tree (FDT) is a data structure for describing the
hardware in
Dear All,
Can you please help me how to make u-boot to support it on x86 64 bit PC intel
i5 processor (MIH61R-MB ) for Tizen kernel loading on x86 processor.
What are the things i need to take care of ?
Please help me ASAP.
Thank you!
Best Regards,
Manohar
-Original Message
63 matches
Mail list logo