Hello,
Here's the patch that enables lzmadec command in sandbox. Should I
send it as a new thread or is it fine like that ?
Regards
Patrice
---
include/configs/sandbox.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a
Hi, Piotr.
On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> This patch adds api to decode peripheral id based in interrupt number.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> arch/arm/cpu/armv7/exynos/pinmux.c | 21 +
> 1 file
Commit af5b9b1f removed mini2440 board support,
but missed to delete include/configs/mini2440.h.
Signed-off-by: Masahiro Yamada
---
include/configs/mini2440.h | 170 -
1 file changed, 170 deletions(-)
delete mode 100644 include/configs/mini2440.h
dif
CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it
as 100 and idmr.h defines it as (5000 / 64).
When compiling these two boards, a warning message is displayed:
time.c:14:2: warning: #warning "CONFIG_SYS_HZ must be 1000
and should not be defined by platforms" [-Wcpp]
There
This commit removes platform CONFIG_SYS_HZ definition for the
remainders of part1 (commit cdb23792) and part2 (commit f232950f).
Signed-off-by: Masahiro Yamada
Cc: Rob Herring
---
board/fads/fads.h | 2 --
include/configs/T1040QDS.h | 1 -
include/configs/T1040RDB.h | 1 -
Hi, Piotr.
On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> This patch enables support for device tree for sdhci driver.
> Non DT case is still supported.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> arch/arm/include/asm/arch-exynos/mmc.h |7 ++
>
On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> This patch enables to run Trats2 board on device tree.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> board/samsung/dts/exynos4412-trats2.dts | 434
> +++
> board/samsung/tra
Hi Tim,
On 28/01/2014 00:36, Tim Harvey wrote:
>
> I will include the ddr config files from boundary with a
> ../../boundary/... where they do not differ. The clocks.cfg does
> differ (see below) but I liked the way Boundary broke these files out
> do want to re-use as much as possible.
ok, I
Hi Fabio,
On 27/01/2014 17:05, Fabio Estevam wrote:
> Allow the splash screen to work on LVDS or HDMI.
>
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx6qsabreauto/mx6qsabreauto.c | 195
> ++
> include/configs/mx6qsabreauto.h | 16 +++
> 2 files
If CONFIG_CFI_FLASH_MTD is not defined, then we shouldn't perform the
flash early reset.
This commit fixes the following build error:
nios2-generic.c: In function `__early_flash_cmd_reset':
nios2-generic.c:23: error: `AMD_CMD_RESET' undeclared (first use in this
function)
nios2-generic.c:2
Hi Tom,
Please pull the following patch from u-boot-nds32 into your tree.
Thanks!
The following changes since commit 0876703cf2ee107372b56037d4eeeb7604c56796:
boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-nd
Hi Jaehoon,
Thanks for review. Please comments below.
> -Original Message-
>
> Hi, Piotr.
>
> On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> > This patch adds api to decode peripheral id based in interrupt
> number.
> >
> > Signed-off-by: Piotr Wilczek
> > Signed-off-by: Kyungmin Park
Hi Jaehoon,
> Hi, Piotr.
>
> On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> > This patch enables support for device tree for sdhci driver.
> > Non DT case is still supported.
> >
> > Signed-off-by: Piotr Wilczek
> > Signed-off-by: Kyungmin Park
> > Cc: Minkyu Kang
> > ---
> > arch/arm/include
Hi Jaehoon,
> On 01/27/2014 11:15 PM, Piotr Wilczek wrote:
> > This patch enables to run Trats2 board on device tree.
> >
> > Signed-off-by: Piotr Wilczek
> > Signed-off-by: Kyungmin Park
> > CC: Minkyu Kang
> > ---
> > board/samsung/dts/exynos4412-trats2.dts | 434
> +
This patch fixes part_efi code to avoid unaligned access exception
on some ARM platforms.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Tom Rini
CC: Albert ARIBAUD
---
Chnages for V2:
- used put_unaligned to copy value;
- use __aligned to align local array;
disk/part_efi.c
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote:
>
> [ ... ]
>
> Changes for v7:
> - Fix a bug in spl build:
> In v6, build failed if we try to build another SPL board
> without doing "make clobber".
> For example,
> $ make omap3_beagle_config
> $ make CROSS_C
On Fri, Jan 24, 2014 at 19:38 +0900, Masahiro Yamada wrote:
>
> fw_printenv is a program which mostly runs on the target Linux.
>
> Before switching to Kbuild, we needed to set HOSTCC at the
> command line like this:
> make HOSTCC= env
>
> Going forward we can cross compile it by specifying
Dear Wolfgang Denk,
Am 27.01.2014 20:11, schrieb Wolfgang Denk:
> In message <52e6a96b.1080...@suse.de> you wrote:
>>
>> I figured out that the section was apparently not caught by the .gnu*
>> wildcard and this patch fixed our build for the following ARM configs:
>
> Do I understand you correctl
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote:
>
> Changes for v6:
> - Rebase on the current u-boot/master
Just a minor issue: Given that your work on the build
infrastructure touches rather many parts of the tree (and thus
might easily conflict with other regular development), an
On Mon, Jan 27, 2014 at 09:14 +0900, Inha Song wrote:
>
> Use setbits/clrbits macro instead of readl/writel function
>
> Signed-off-by: Inha Song
You make this look like a mechanical edit sweep, and keep
ignoring that it fixes a real bug where clock setup was operating
on random data, and don't
Add L3 cache support and enable it by default.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/armv7/mx6/soc.c | 22 ++
include/configs/mx6_common.h | 5 +
2 files changed, 27 insertions(+)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index 020
Add L2 cache support and enable it by default.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Fx typo in commit log
arch/arm/cpu/armv7/mx6/soc.c | 22 ++
include/configs/mx6_common.h | 5 +
2 files changed, 27 insertions(+)
diff --git a/arch/arm/cpu/armv7/mx6/soc
Hi guys,
I do play a little bit with u-boot spl and I am curious
about fat32 implementation. There is MAX_CLUSTSIZE which is 65k
and there are 3 buffers in fat.c code
do_fat_read_at_block
get_contents_vfatname_block
get_dentfromdir_block
All these 3 are placed to bss section.
I have just 192k of
Hi Fabio,
On 28/01/2014 15:22, Fabio Estevam wrote:
> Add L2 cache support and enable it by default.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Fx typo in commit log
>
> arch/arm/cpu/armv7/mx6/soc.c | 22 ++
> include/configs/mx6_common.h | 5 +
> 2
Add L2 cache support and enable it by default.
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Add L2_PL310_BASE definition in imx_regs.h
Changes since v1:
- Fx typo in commit log
arch/arm/cpu/armv7/mx6/soc.c | 20
arch/arm/include/asm/arch-mx6/imx-regs.h |
On 28/01/2014 15:54, Fabio Estevam wrote:
> Add L2 cache support and enable it by default.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v2:
> - Add L2_PL310_BASE definition in imx_regs.h
> Changes since v1:
> - Fx typo in commit log
>
> arch/arm/cpu/armv7/mx6/soc.c | 20 ++
Hi,
I have to do post for arm in uboot-toradex(iris based colibri t20
board)(arm board).how can i do that?what changes i have to make in uboot?
First can you please tell me how to do memory post test in uboot.
please give me a solution.
regards,
shobin.b
___
Hi Marek,
On 24/01/2014 16:25, Marek Vasut wrote:
> Add a callback so that a board can implement it's own specific routine to
> toggle the port's nRESET line.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
> drivers/pci/pcie_imx.c | 12 +---
> 1 file changed, 9 insertions(+),
Dear shobin b,
In message
you wrote:
>
> I have to do post for arm in uboot-toradex(iris based colibri t20
> board)(arm board).how can i do that?what changes i have to make in uboot?
>
> First can you please tell me how to do memory post test in uboot.
You have been posting your messages
Dear Andreas Färber,
In message <52e7b855.2080...@suse.de> you wrote:
>
> > Do I understand you correctly that this fixes a _build_ error? So we
> > can assume as long as the other archtiectures build fine, they are not
> > affected by this?
>
> Affirmative. :)
OK, then we can just lean back an
Hi Fabio,
Am 28.01.2014 15:54, schrieb Fabio Estevam:
Add L2 cache support and enable it by default.
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Add L2_PL310_BASE definition in imx_regs.h
Changes since v1:
- Fx typo in commit log
arch/arm/cpu/armv7/mx6/soc.c | 20 ++
Hey wolfgang,
I am trying to port uboot on beagle boneblack.
Eventhogh uboot has support for beagle board(but not for BBB), I'd like to
port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB.
There are omap Soc supprted code in uboot source but to understand the flow
as a beginner is a bit
On Tue, Jan 28, 2014 at 11:16 AM, Devarsh gadhia
wrote:
> Hey wolfgang,
>
> I am trying to port uboot on beagle boneblack.
> Eventhogh uboot has support for beagle board(but not for BBB), I'd like to
> port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB.
Ah why a 3rd port? there's always
Hey guys,
I've posted a patch to support the eMMC boot partitions found on the TI
DRA7xx EVM the other day, and I've been looking at what exactly happens
with the 'mmc open ...' and 'mmc close ...' commands the
CONFIG_SUPPORT_EMMC_BOOT enables. I've got a few questions about how
exactly the suppo
When we tell the compiler to optimize for ARMv7 it assumes a default of
unaligned accesses being supported at the hardware level and can make
use of this to perform what it deems as an optimization in any case,
including allowing for data to become unaligned. We explicitly disallow
this hardware f
On Tue, Oct 29, 2013 at 08:23:07AM -0400, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 10/29/2013 06:48 AM, Wolfgang Denk wrote:
> > Dear Måns Rullgård,
> >
> > In message you wrote:
> >>
> Something like this should be equivalent. That said, it
> looks su
Tom Rini writes:
> When we tell the compiler to optimize for ARMv7 it assumes a default of
> unaligned accesses being supported at the hardware level and can make
> use of this to perform what it deems as an optimization in any case,
> including allowing for data to become unaligned. We explicit
On Tue, Jan 28, 2014 at 06:43:14PM +, Måns Rullgård wrote:
> Tom Rini writes:
>
> > When we tell the compiler to optimize for ARMv7 it assumes a default of
> > unaligned accesses being supported at the hardware level and can make
> > use of this to perform what it deems as an optimization in
Hi Dirk,
On Tue, Jan 28, 2014 at 2:53 PM, Dirk Behme wrote:
> Just for better understanding: Do you want to keep this intentionally
> simple? Or is there any special reason why you don't set additional
> (performance) registers here? E.g. the L2 PREFETCH and POWER registers, and
> the tag and da
On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote:
> Hey guys,
>
> I've posted a patch to support the eMMC boot partitions found on the TI
> DRA7xx EVM the other day, and I've been looking at what exactly happens
> with the 'mmc open ...' and 'mmc close ...' commands the
> CONFIG_SUPPORT_EM
On Tuesday, January 28, 2014 at 04:06:12 PM, Stefano Babic wrote:
> Hi Marek,
>
> On 24/01/2014 16:25, Marek Vasut wrote:
> > Add a callback so that a board can implement it's own specific routine to
> > toggle the port's nRESET line.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Stefano Babic
> >
Add spl_sata to read a fat partition from a bootable SATA
drive.
Signed-off-by: Dan Murphy
---
common/Makefile |3 +++
common/cmd_scsi.c |2 ++
common/spl/Makefile |1 +
common/spl/spl.c |5 +
common/spl/spl_sata.c | 51 +
Add the SATA boot support for OMAP5 and dra7xx.
Renamed the omap_sata_init to the common init_sata(int dev)
for commonality in with sata stack.
Added the ROM boot device ID for SATA.
Signed-off-by: Dan Murphy
---
arch/arm/cpu/armv7/omap-common/sata.c |3 ++-
arch/arm/include/asm/arch-omap5
Hi all,
I am using u-boot from git://git.denx.de/u-boot-x86.git
I build u-boot by:
make coreboot-x86_config
make
u-boot is then set as a payload for coreboot.
I then run coreboot as a bios for qemu:
qemu-system-i386 -bios ./build/coreboot.rom -m 1g -nographic -s -S
the sy
On Sun, 2014-01-26 at 23:27 -0600, Bansal Aneesh-B39320 wrote:
> > -Original Message-
> > From: Wood Scott-B07421
> > Sent: Tuesday, January 21, 2014 3:36 AM
> > To: Bansal Aneesh-B39320
> > Cc: u-boot@lists.denx.de; Sun York-R58495
> > Subject: Re: [PATCH 2/3] powerpc/p1010rdb: SECURE BOOT
On Mon, 2014-01-27 at 01:28 -0600, Bansal Aneesh-B39320 wrote:
> > > ISBC creates a LAW 0 entry for non PBL platforms, which is not
> > > disabled before transferring the control to uboot.
> > > The LAW 0 entry has to be disabled.
> > >
> > > Signed-off-by: Aneesh Bansal
> > > ---
> > > arch/powe
From: Stephen Warren
The specification for extlinux.conf[1] states that "fdt" is an alias for
"devicetree". To date, U-Boot only implements "fdt". Rectify that.
[1] http://freedesktop.org/wiki/Specifications/BootLoaderSpec/
Signed-off-by: Stephen Warren
---
v2: New patch.
---
common/cmd_pxe.c
On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote:
> Hey guys,
>
> I've posted a patch to support the eMMC boot partitions found on the TI
> DRA7xx EVM the other day, and I've been looking at what exactly happens
> with the 'mmc open ...' and 'mmc close ...' commands the
> CONFIG_SUPPORT_EM
From: Stephen Warren
People who write (or scripts that auto-generate) extlinux.conf don't
want to know about HW-specific information such as FDT filenames. Create
a new extlinux.conf tag "fdtdir" that specifies only the directory where
FDT files are located, and defer all knowledge of the filenam
This patch series adds support for the Synopsys DesignWare ARC700 architecture.
DesignWare ARC700 is family of 32-bit CPUs developed by Synopsys, Inc.
Since version 3.9 ARC architecture is supported in mainline Linux developemnt.
And now to get better support in commonly used boot-loader we are i
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
arch/arc/config.mk | 31 +
arch/arc/cpu/arc700/Makefile | 13 ++
arch/arc/cpu/arc700/cache.c | 161
arch/arc/cpu/arc700/config.mk| 7 ++
arch/arc/cpu/arc700/cpu.c
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
arch/arc/include/asm/arch-arc700/hardware.h | 0
arch/arc/include/asm/arcregs.h | 324
arch/arc/include/asm/bitops.h | 19 ++
arch/arc/include/asm/byteorder.h
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
examples/standalone/stubs.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c
index 32a19ce..9346bc2 100644
--- a/examples/standalone/stubs.c
+++ b
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
arch/arc/lib/Makefile | 9
arch/arc/lib/bootm.c| 106
arch/arc/lib/relocate.c | 74 +
arch/arc/lib/sections.c | 21 ++
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
doc/README.ARC | 27 +++
1 file changed, 27 insertions(+)
create mode 100644 doc/README.ARC
diff --git a/doc/README.ARC b/doc/README.ARC
new file mode 100644
index 000..5f414fb
--- /dev/null
+
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
common/cmd_bdinfo.c | 18 ++
common/image.c | 1 +
include/image.h | 1 +
3 files changed, 20 insertions(+)
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c
index 713de14..15119a7 100644
-
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
board/synopsys/axs101/Makefile | 8 ++
board/synopsys/axs101/axs101.c | 61 +++
board/synopsys/axs101/nand.c | 224 +
boards.cfg | 1 +
include/con
Prerequisite is http://patchwork.ozlabs.org/patch/300901/
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
board/synopsys/arcangel4/Makefile| 7 +++
board/synopsys/arcangel4/arcangel4.c | 25 ++
boards.cfg | 1 +
include/configs/a
Signed-off-by: Alexey Brodkin
Cc: Mischa Jonker
Cc: Francois Bedard
---
MAKEALL | 6 ++
1 file changed, 6 insertions(+)
diff --git a/MAKEALL b/MAKEALL
index 562071a..54b0d89 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -529,6 +529,12 @@ LIST_sparc="$(targets_by_arch sparc)"
LIST_nds32="$(targ
With the xM revision C, the DC control of the usb hub was inverted.
By adding the enable-active-high property to hsusb2_power_reg, mainline
omap3-beagle-xm.dtb
will now activiate properly activate the usb hub on older xMA/B varients.
Signed-off-by: Robert Nelson
CC: Tom Rini
---
include/confi
Jaehoon,
How you think?
On 29/01/14 04:31, Tom Rini wrote:
> On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote:
>> Hey guys,
>>
>> I've posted a patch to support the eMMC boot partitions found on the TI
>> DRA7xx EVM the other day, and I've been looking at what exactly happens
>> with the '
On Tue, Jan 28, 2014 at 2:20 AM, Stefano Babic wrote:
> Hi Tim,
>
> On 28/01/2014 00:36, Tim Harvey wrote:
>
diff --git a/board/gateworks/gw_ventana/README
b/board/gateworks/gw_ventana/README
new file mode 100644
index 000..9de55ba
--- /dev/null
+++ b/board/gate
Hello Gerhard.
> I really should have provided this earlier. Wanted to run some
> more ARM tests, but haven't taken the time yet and did not want
> to further delay my "tested by" feedback.
>
> Have run-tested v5 and v7 on PowerPC based hardware, and
> build-tested other iterations of the patch
Hello Gerhard.
> It's a little funny that the build progress says "HOSTCC" while
> it does a cross build, but agree that this is mere cosmetics and
> results from the development history of the tool's use scenario.
I have to admit I compromised on this matter.
I did not want to add many build ru
Hello Gerhard,
> Just a minor issue: Given that your work on the build
> infrastructure touches rather many parts of the tree (and thus
> might easily conflict with other regular development), and that
And sadly v7 does not apply again. :-(
I will post v8.
(It will not have any special update.
Hello everyone,
I begin my journey of u-boot recently and I got a lot of problems
because I learn it by myself, so I really need helps of experts. This is
also my first time to use the mailing list, so if I do something wrong
or impolite, please tell me.
This time my question is about the de
U-Boot names the Raspberry Pi board rpi_b. This means that the common
expression for DTB filename ${soc}-${board}.dtb expands to
bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel is
bcm2835-rpi-b.dtb. Set $fdtfile in U-Boot's environment so that scripts
look for the correct DTB file
The entries in config.mk were needed so that U-Boot could be built
with an old version of the Raspberry Pi Foundation's toolchain. Without
them, the build would error out with:
...-ld: error: .../libgcc.a(_bswapsi2.o) uses VFP register arguments,
u-boot does not
However, none of the 3 toolchains
Hello Alexey,
Thanks for your patches, more or less just nitpicking comments ...
Am 29.01.2014 00:09, schrieb Alexey Brodkin:
Signed-off-by: Alexey Brodkin
No commit message, please add one. (Are this files from the Linux
kernel? If so please add a comment in the commit message + add a
hint w
Hi Tim,
On 29.01.2014 02:26, Tim Harvey wrote:
Regardless of what is loading the next level (u-boot.bin) the initial
flashing of NAND is still currently handled only by kobs-ng so I'm not
sure how this differs in this respect. I plan to look at adding the
functionality of kobs-ng to u-boot at s
What is the use of executing MAKEALL file available in u-boot folder?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, 29 Jan 2014 12:43:30 +0530
JYOTI DUBEY wrote:
> What is the use of executing MAKEALL file available in u-boot folder?
./MAKEALL -h
HTH,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Masahiro Yamada
Cc: Simon Glass
---
common/image-fdt.c | 2 +-
include/image.h| 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/image-fdt.c b/common/image-fdt.c
index 6f9ce7d..a54a919 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -46
first, please keep mailing list in CC.
On Wed, 29 Jan 2014 12:56:55 +0530
JYOTI DUBEY wrote:
> How can I compile u-boot for arm processor and nitrogen6x board?
install armv7a cross toolchain and setup the environment for cross
compiling, then run
./MAKEALL nitrogen6q
There are another target
74 matches
Mail list logo