Hi Nobuhiro,
On Fri, 20 Sep 2013 09:21:16 +0900, Nobuhiro Iwamatsu
wrote:
> Hi, Albert.
>
> (2013/09/19 18:09), Albert ARIBAUD wrote:
> > Hi Nobuhiro,
> >
> > On Thu, 22 Aug 2013 13:05:49 +0900, Nobuhiro Iwamatsu
> > wrote:
> >
> >> Signed-off-by: Nobuhiro Iwamatsu
> >> ---
> >> include/con
Hi,
Precisely one year after my patch submission to add support to the
MINI2416 board, seems a good time to ask this question, is there any
good reason for not integrating this patch on the u-boot mainline?
http://lists.denx.de/pipermail/u-boot/2012-September/134779.html
Best regards,
José G
Hi Andreas,
On Thu, 19 Sep 2013 10:31:44 +0200, Andreas Bießmann
wrote:
> Dear Albert Aribaud,
>
> please pull the following fix into u-boot-arm/master for 2013.10 release.
>
> The following changes since commit 771f74c3d31a265bae103b2b407286ec03a4589b:
>
> arm: dma_alloc_coherent: malloc()
r9 is a platform-specific register in ARM EABI and not per
definition a general purpose register. Do not use it while
relocating so it can be used for gd.
cc: Albert ARIBAUD
Signed-off-by: Jeroen Hofstee
---
arch/arm/lib/relocate.S | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
di
Changes for v3:
Drop the unneeded cc-option for the fixed flag.
Drop "make reserving the gd register a make variable"
and use http://patchwork.ozlabs.org/patch/273377/
"ARM: refactor compiler options in config.mk" instead.
Changes for v2:
Update the README as requested by Wolfgang Denk
Jeroen Ho
On Fri, Sep 20, 2013 at 07:12:49PM +0300, Pantelis Antoniou wrote:
> Hi Tom,
>
> The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:
>
> Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mmc.gi
To be more EABI compliant and as a preparation for building
with clang, use the platform-specific r9 register for gd
instead of r8.
note: The FIQ is not updated since it is not used in u-boot,
and under discussion for the time being.
The following checkpatch warning is ignored:
WARNING: Use of vo
Hey,
The following changes since commit 82cecfce3fd33e151ed8bc382ae31b19535765c5:
drivers: s3c44b0_rtc: delete an unused driver (2013-09-19 09:52:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 827512fb1154c05c6eb1e225
Besides the change of this patchset it also updates the
README to reflect that GOT-generated relocations are no
longer supported on ARM.
cc: Albert ARIBAUD
Signed-off-by: Jeroen Hofstee
---
README | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README b/README
index
On Wed, Aug 21, 2013 at 11:39:19AM -0400, Robert P. J. Day wrote:
> Typoes fixed:
>
> "partion" -> "partition"
> "retrive", "retreive" -> "retrieve"
> "th" -> "to"
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signatur
On Tue, Sep 10, 2013 at 03:14:56PM -0500, Mark Langsdorf wrote:
> the gpt_pte wasn't being freed if it was checked against an invalid
> partition. The resulting memory leakage could make it impossible
> to repeatedly attempt to load non-existent files in a script.
>
> Also, downgrade the message
On Fri, Sep 06, 2013 at 11:23:55AM +0100, Paul Burton wrote:
> A plain bootm used to call the architecture specific boot function with
> no flags, but was modified by commit 35fc84fa "Refactor the bootm
> command to reduce code duplication" to call the architecture specific
> boot function multipl
On Tue, Sep 10, 2013 at 12:02:31PM +0200, Frederic Leroy wrote:
> Netconsole calls eth_halt() before giving control to another operating
> system.
> But the state machine of netconsole don't take it into account.
> Thus, netconsole calls network functions of an halted network device,
> making the
On Fri, Sep 13, 2013 at 08:28:21PM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.de
On Fri, Sep 13, 2013 at 11:43:37AM +0800, Axel Lin wrote:
> Add the missing bang (!) to execute external command, otherwise it does not
> work.
>
> Signed-off-by: Axel Lin
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Mon, Sep 16, 2013 at 12:51:13PM +0530, Jagannadha Sutradharudu Teki wrote:
> Update git-mailrc with alias and nick name details.
>
> Signed-off-by: Jagannadha Sutradharudu Teki
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Fri, Sep 13, 2013 at 10:51:41AM +0200, Roger Meier wrote:
> Signed-off-by: Roger Meier
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailma
On Sun, Sep 15, 2013 at 06:34:15PM -0400, Robert P. J. Day wrote:
> Tidy up, reorder, and add newer info to the arch/ directory subsection
> of the README file.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Tue, Sep 17, 2013 at 11:24:06AM +0200, Wolfgang Denk wrote:
> The SPDX License List version 1.19 now contains an official entry for
> the IBM-pibs license. However, instead of our suggestion "ibm-pibs",
> the SPDX License List uses "IBM-pibs", with the following rationale:
> "The reason being
On Mon, Sep 16, 2013 at 07:15:45AM -0400, Robert P. J. Day wrote:
> Fix various misspellings of things like "environment", "kernel",
> "default" and "volatile", and throw in a couple grammar fixes.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
De
On Wed, Sep 18, 2013 at 12:01:27PM +0900, Masahiro Yamada wrote:
> In commit 27af930, the top Makefile was adjusted to the new
> boards.cfg format.
>
> But at the same time, -d option was added.
>
> If you configure and make separately, for example
> like follows:
>
> make omap4_panda_confi
On Thu, Sep 19, 2013 at 12:10:18PM +0900, Masahiro Yamada wrote:
> Becuase fdt_check_header function takes (const void *)
> type argument, the argument should be passed to it
> without being casted to (char *).
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
sign
On Tue, Sep 17, 2013 at 04:50:36PM +0900, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.de
On Wed, Sep 18, 2013 at 09:36:38AM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.de
On Thu, Sep 19, 2013 at 10:08:45AM +0200, Andreas Bie??mann wrote:
> Commit 27af930e9a5c91365ca639ada580b338eabe4989 changed the boards.cfg format
> but missed to change the parsing in buildman.
>
> This patch changes c'tor of Board class to the new sequence, but omits
> maintainer field.
>
> Si
Hello Albert,
On 09/21/2013 02:04 PM, Jeroen Hofstee wrote:
cc: Albert ARIBAUD
---
This patch depends on http://patchwork.ozlabs.org/patch/273377/
Signed-off-by: Jeroen Hofstee
---
Could you be so kind to remove the first --- and comment
if you apply this. As is, it will drop the signed o
Dear José Miguel Gonçalves,
> Hi,
>
> Precisely one year after my patch submission to add support to the
> MINI2416 board, seems a good time to ask this question, is there any
> good reason for not integrating this patch on the u-boot mainline?
>
> http://lists.denx.de/pipermail/u-boot/2012-Sept
This serie is composed of three patches:
- one to fix the i2c init on the generic board
- one to port the i2c mxc driver to new subsystem
- one to update all configurations with i2c mxc driver
This serie was tested with success on armadeus apf27.
Difference between v4 and v3:
- add a comment on p
Signed-off-by: Philippe Reynes
---
include/configs/apf27.h | 11 ++-
include/configs/flea3.h |9 -
include/configs/imx31_phycore.h |7 +++
include/configs/m53evk.h |7 +++
include/configs/mx25pdk.h |7 +++
inclu
Signed-off-by: Philippe Reynes
---
README | 11 +++
arch/arm/cpu/armv7/mx5/clock.c |2 +-
arch/arm/cpu/armv7/mx6/clock.c |2 +-
arch/arm/imx-common/Makefile |2 +-
drivers/i2c/Makefile |2 +-
drivers/i2c/mxc_i2c.c | 137
On generic board, the i2c init initialize only
one bus. But the new i2c subsystem allow to
manage severals i2c bus. So in the case, instead
of initializing a bus, we just set the current
i2c bus. The initialization will be done in
the i2c command.
Signed-off-by: Philippe Reynes
---
common/board_
Hi Jagannadha,
Jagannadha Sutradharudu Teki
writes:
> Added new spi_flash_probe support, currently added N25Q*
> flash part attributes support.
[...]
I've given your series another try on Cubox. It looks better this time
(e.g. the probe issue is gone), but there are still a couple of
issues. I'
Jagannadha Sutradharudu Teki
writes:
> Added W25* parts are which are avilable in spi_flash_probe_legacy.c.
>
> Updated the sector_size attributes as per the flash parts.
> Looks fine for with this sector_size for computing the size
> of flash.
This breaks sector-sized (i.e. 4KiB) erases on W25
Hi Jagannadha,
Jagannadha Sutradharudu Teki
writes:
> SECT_4K, SECT_32K and SECT_64K opeartions are performed to
> to specific flash by adding a SECT* flag on respective
> spi_flash_params.flag param.
[...]
[drivers/mtd/spi/spi_flash_ops.c]
> @@ -153,17 +153,13 @@ int spi_flash_cmd_erase(struct
From: David Feng
Changes for v12:
- custom the patches to new format boards.cfg.
Changes for v11:
- Replace CONFIG_ARMV8 with CONFIG_ARM64. Currently,
it's hard to distinguish what is armv8 specific and
what is aarch64 specific, so we use CONFIG_ARM64
only, no CONFIG_ARMV8 used.
From: David Feng
Signed-off-by: David Feng
---
include/linux/linkage.h |4
1 file changed, 4 insertions(+)
diff --git a/include/linux/linkage.h b/include/linux/linkage.h
index 9ddf830..2a2848a 100644
--- a/include/linux/linkage.h
+++ b/include/linux/linkage.h
@@ -49,6 +49,10 @@
From: David Feng
Signed-off-by: David Feng
---
common/board_f.c | 18 +++---
common/board_r.c | 18 ++
2 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/common/board_f.c b/common/board_f.c
index 0ada1af..5891ad2 100644
--- a/common/board_f.c
+++ b/c
From: David Feng
Signed-off-by: David Feng
---
common/cmd_pxe.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index a2fb50a..df58522 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -57,7 +57,7 @@ static int format_mac_pxe(
From: David Feng
Signed-off-by: David Feng
Signed-off-by: Bhupesh Sharma
---
board/armltd/dts/vexpress64.dts | 439 ++
board/armltd/vexpress64/Makefile | 27 +++
board/armltd/vexpress64/vexpress64.c | 70 ++
boards.cfg
From: David Feng
Signed-off-by: David Feng
---
common/fdt_support.c | 66 ++
1 file changed, 34 insertions(+), 32 deletions(-)
diff --git a/common/fdt_support.c b/common/fdt_support.c
index b034c98..9bc5821 100644
--- a/common/fdt_support.c
+++
From: David Feng
Signed-off-by: David Feng
---
arch/arm/config.mk |4 +
arch/arm/cpu/armv8/Makefile | 38 +
arch/arm/cpu/armv8/cache.S | 130 +
arch/arm/cpu/armv8/cache_v8.c | 228 +
Currently, there is only one EEPROM on c29xpcie board which isAT24C1024.
We program the SPD data at beginning of the AT24C1024.But the AT24C1024
has a 16-bit sub-address mode. This patch is tomake it work when getting
SPD in a 16-bit sub-address EEPROM.
Signed-off-by: Po Liu
---
Changes for V2:
Hi Tom,
I posted some patches to add device tree support for VxWorks
several days ago. Wolfgang provided me with some very useful feedback,
and I sent v2 patches. The
discussion and patches are recorded here:
http://u-boot.10912.n7.nabble.com/PATCH-0-5-Add-device-tree-support-for-VxWorks
From: Shaohui Xie
Use a default RCW of protocol 0x2A_0x98, and a PBI configure file which
uses CPC1 as 512KB SRAM, then PBL tool can be used on B4860 to build a
pbl boot image.
Signed-off-by: Shaohui Xie
---
board/freescale/b4860qds/b4_pbi.cfg | 27 +++
board/freescal
Hi, experts:
Is the u-boot's NAND OOB-layout same with linux kernel's nand drivers?
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
> -Original Message-
> From: Marcel Ziswiler [mailto:mar...@ziswiler.com]
> Sent: Tuesday, September 17, 2013 6:45 PM
> To: u-boot@lists.denx.de
> Cc: Wang Huan-B18965; Marcel Ziswiler
> Subject: [PATCH 08/10] arm: vf610: add rmii1 iomux definitions
>
> Add secondary RMII1 iomux definition
46 matches
Mail list logo