Hi Stefano,
2014/1/8 Stefano Babic :
> Hi Christian,
>
> On 08/01/2014 08:24, Christian Gmeiner wrote:
>> This new function is used to set all display-timings
>> properties based on fb_videomode.
>>
>> display-timings {
>> timing0 {
>> clock-frequency = <2500>;
>>
Hi Stefano,
>
>>
>> On 08/01/2014 08:24, Christian Gmeiner wrote:
>>> Signed-off-by: Christian Gmeiner
>>> ---
>>> board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
>>> b/bo
Hi Nobuhiro,
On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
wrote:
> Hi,
>
> This macro was changed by following patch.
> http://patchwork.ozlabs.org/patch/307934/
OK.
I will pick this once Albert pop your PR.
Any more spi patches?
>
> I should have been CC to you this.
>
> Best regards,
>
On Thu, Jan 09, 2014 at 03:50:06AM +, hui@freescale.com wrote:
> The commit log really get me confused, why we need enable one ERRATA which
> should not be applied?
It's been enabled as a workaround for the reboot issue we were seeing
before. But I get reminded that the workaround may no
Dear Tom Rini.
Please pull u-boot-sh master branch.
The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
(2014-01-06 14:07:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git ma
Dear Albert Aribaud,
Please pull u-boot-sh/rmobile into u-boot-arm/master.
The following changes since commit 6e51ca41002c5e92f7fec088320e340102dd3f5b:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-08
20:48:26 +0100)
are available in the git repository at:
git://git.de
SH2 and SH2A use a common header. Both checks are not necessary.
This removes CONFIG_SH2A definition from asm/processor.h.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/include/asm/processor.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/sh/include/asm/processor.h b/
SH4 and SH4A are compatible. But some instructions are different from these.
In Linux kernel, It is treated as a separate CPU, but for now, I think that
there is no need to divide especially in the U-Boot.
This removes CONFIG_SH4A definition from source code, SH4A is treated as SH4.
And this fix w
Hi,
This macro was changed by following patch.
http://patchwork.ozlabs.org/patch/307934/
I should have been CC to you this.
Best regards,
Nobuhiro
2014/1/9 Jagan Teki :
> Hi Nobuhiro Iwamatsu,
>
> On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu
> wrote:
>> Signed-off-by: Nobuhiro Iwamatsu
> -Original Message-
> From: Fabio Estevam [mailto:feste...@gmail.com]
> Sent: Wednesday, January 08, 2014 10:00 PM
> To: sba...@denx.de
> Cc: shawn@linaro.org; Liu Hui-R64343; u-boot@lists.denx.de; Estevam
> Fabio-R49496
> Subject: [PATCH v2 1/2] configs: mx6_common: Restrict
> CONFIG_
Hi,
I see.
I will send different from this patch that takes your comments.
Best regards,
Nobuhiro
2014/1/8 Masahiro Yamada :
> Hi Nobuhiro.
>
>
>> diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk
>> index c357557..753580b 100644
>> --- a/arch/sh/cpu/sh4/config.mk
>> +++ b/arc
2014/1/9 Masahiro Yamada :
> Hello Kuo-Jung
>
>> Sorry, it's my bad to send out FTSDC021 patch before committing the
>> corresponding platforms.
>> The corresponding Faraday SoC platforms should be soon committed into
>> u-boot-arm. (I wish...)
>
> OK. I retract this patch.
>
>
Thanks for your und
Hello Kuo-Jung
> Sorry, it's my bad to send out FTSDC021 patch before committing the
> corresponding platforms.
> The corresponding Faraday SoC platforms should be soon committed into
> u-boot-arm. (I wish...)
OK. I retract this patch.
Tom, please reject this patch.
Best Regards
Masahiro Yama
Hi Tom,
These are the first half of the sandbox enhancements. The second half
may not make it before the release as I have found a few grey areas I
want to check.
./tools/buildman/buildman -b x86-push -s
Summary of 14 commits for 1195 boards (32 threads, 1 job per thread)
01: Merge branch 'maste
Hi Masahiro:
Sorry, it's my bad to send out FTSDC021 patch before committing the
corresponding platforms.
The corresponding Faraday SoC platforms should be soon committed into
u-boot-arm. (I wish...)
P.S: This also applies to
1. spi:ftssp010
2. i2c: fti2c010
3. net:ftmac110
4. usb: ehci: faraday
Hi Tom,
On Wed, 8 Jan 2014 08:33:58 -0500, Tom Rini wrote:
> Hey,
>
> The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
>
> Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-01-06
> 09:32:42 +0100)
>
> are available in the git repository at:
>
I did some more experiments and it looks like it has nothing to do with size.
I have created files of various sizes and loaded them all with no problems.
However, when loading linux kernel image, things break.
Contents of all files are just a lot of zero bytes.
Here is a sample session:
=> ls mmc
Existing workaround only handles one RDIMM on reference design. In case
of two RDIMMs being used, the workaround requires two separate writes to
DDR_SDRAM_MD_CNTL register.
This patch also restores two debug registers changed by the workaround.
Signed-off-by: York Sun
CC: Ben Collins
CC: James
Cleanup on memory configuration options:
- Add comment
- Re-order configs
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 27 ++-
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index
Cleanups mostly on:
- Add comments
- Re-order configs
- Remove #define CONFIG_ZYNQ_SDHCI
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 76 ++
1 file changed, 39 insertions(+), 37 deletions(-)
diff --git a/include/configs
zynq.h -> zynq-common.h, zynq-common is Common
configuration options for all Zynq boards.
zynq.h is no longer exists hense removed from boards.cfg
Signed-off-by: Jagannadha Sutradharudu Teki
---
boards.cfg| 2 --
include/configs/{zynq.h => zynq-common.h} | 9
Updated doc/README.zynq to current status
Signed-off-by: Jagannadha Sutradharudu Teki
---
doc/README.zynq | 29 +
1 file changed, 21 insertions(+), 8 deletions(-)
diff --git a/doc/README.zynq b/doc/README.zynq
index ea1c8c1..043c970 100644
--- a/doc/README.zynq
+++ b
Zed is a complete development board based on the
Xilinx Zynq-7000 All Programmable SoC.
APSOC:
- XC7Z020-CLG484-1
Memory:
- 512 MB DDR3
- 256 Mb Quad-SPI Flash(
- Full size SD/MMC card cage
Connectivity:
- 10/100/1000 Ethernet
- USB OTG (Device/Host/OTG)
- USB-UART
Expansion:
- FMC (Low Pin Count)
This patch provides a basic fdt support for zynq u-boot.
zynq-7000.dtsi-> initial arch dts file
zynq-zed.dts -> initial zed board dts file
more devices should be added in subsequent patches.
u-boot build: once configuring of a board done
for building dtb with zynq-zed.dts as an input
zynq-uboot>
This patch adds initial dts support for supported
zynq boards.
Signed-off-by: Jagannadha Sutradharudu Teki
---
board/xilinx/dts/zynq-microzed.dts| 14 ++
board/xilinx/dts/zynq-zc702.dts | 14 ++
board/xilinx/dts/zynq-zc706.dts | 14 ++
board/xi
MicroZed is a low-cost development board based on
the Xilinx Zynq-7000 All Programmable SoC.
APSOC:
- XC7Z010-1CLG400C
Memory:
- 1 GB of DDR3 SDRAM
- 128Mb of QSPI flash(S25FL128SAGBHI200)
- Micro SD card interface
Communication:
- 10/100/1000 Ethernet
- USB 2.0
- USB-UART
User I/O:
- 100 User I/O
ZC770 is a complete development board based on the Xilinx Zynq-7000
All Programmable SoC, similar to ZC70x board but which has four
different daughter cards, like XM010, XM011, XM012 and XM013
ZC770 XM013:
- 1GB DDR3
- 128 Mb Quad-SPI Flash(dual parallel)
- USB-UART
Signed-off-by: Jagannadha Sutr
Defined CONFIG_ENV_OVERWRITE, which allow to
overwrite serial baudrate and ethaddr.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 568c49f..18
ZC770 is a complete development board based on the Xilinx Zynq-7000
All Programmable SoC, similar to ZC70x board but which has four
different daughter cards, like XM010, XM011, XM012 and XM013
ZC770 XM010:
- 1Gb DDR3
- 1Mb SST SPI flash
- 128 Mb Quad-SPI Flash
- 8 Mb SST SI flash
- Full size SD/MM
CONFIG_SYS_SDRAM_SIZE is specific to a board hence moved
to specific pre-config board files.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 1 -
include/configs/zynq_zc70x.h | 2 ++
include/configs/zynq_zed.h| 2 ++
3 files changed, 4 insertions(+), 1 deleti
The Zynq-7000 APSOC zc702 and zc706 enabled complte embedded
processing includes ASIC and FPGA design.
ZC702-:
APSOC:
- XC7Z020-CLG484-1
Memory:
- DDR3 Component Memory 1GB
- 16MB Quad SPI Flash
- IIC - 1 KB EEPROM
Connectivity:
- Gigabit Ethernet GMII, RGMII and SGMII.
- USB OTG - Host USB
- IIC
Last 128Kb sector of 1Mb flash is defined as u-boot
environment partition.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
Cleanup on miscellaneous configurable options:
- Rename SYS_PROMPT as "zynq-uboot"
- Add comment
- Re-order configs
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 19 ++-
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/include/configs/zynq
Defined TEXT_BASE for u-boot starts from 0x400
w.r.t zynq memory-map.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index bb9e337.
CONFIG_FIT_SIGNATURE - signature node support in FIT image
CONFIG_RSA - RSA lib support
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 4
1 file changed, 4 insertions(+)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 8707bc
Zynq ethernet controller support two GEM's like
CONFIG_ZYNQ_GEM0 and CONFIG_ZYNQ_GEM1 enabled
both so-that the respective board will define
these macros based on their usage.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 16
1 file changed, 8 insertion
Information on zynq u-boot about
- zynq boards
- mainline status
- TODO
Signed-off-by: Jagannadha Sutradharudu Teki
---
doc/README.zynq | 60 +
1 file changed, 60 insertions(+)
create mode 100644 doc/README.zynq
diff --git a/doc/README.zy
- Enable cache command
- Turn-off L2 cache
- Turn-on D-cache
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index c8ab06f..6e545e5 100644
--- a/include/configs/
This enabled Boot FreeBSD/vxWorks from an ELF image support
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 7 +++
1 file changed, 7 insertions(+)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index 6019c4a..0492818 100644
--- a/include/configs/zynq.h
These changes are from u-boot-xlnx.git repo from git.xilinx.com
and in addition of basic fdt support. This repo is well tested
on xilinx zynq platform, hence pushing the same on upstream.
Excluded qspi and nand changes from previous series.
--
Thanks,
Jagan.
Changes for v5:
- rebase to u
Enabled default dts files on respective pre-board config
files this is way MAKEALL will works. and it's upto user
to build specific dts by specifying at build time.
$ make zynq_zc70x_config
$ make --> with default dts zynq-zc702.dts
or
$ make DEVICE_TREE=zynq-zc702 --> Same configuration with zyn
Defined default env. for autoboot FIT image from
respective boot devices.
Default settings:
fit_image=fit.itb
load_addr=0x200
fit_size=0x80
flash_off=0x10
nor_flash_off=0xE210
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 23
Adds configurations for Catalyst 24WC08 EEPROM, which
is present on the zynq boards.
Enable EEPROM support for zc70x boards.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 10 ++
include/configs/zynq_zc70x.h | 1 +
2 files changed, 11 insertions(+)
di
Changed Env. Sector size from 0x1 to 128Kb
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq-common.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 1eaf17d..402009e 100644
--- a/in
Zynq uart controller support two serial ports like
CONFIG_ZYNQ_SERIAL_UART0 and CONFIG_ZYNQ_SERIAL_UART1
enabled both so-that the respective board will define
these macros based on their usage.
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 20
1 fi
Enabled fit_format_{error,warning}()
Signed-off-by: Jagannadha Sutradharudu Teki
---
include/configs/zynq.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index 82ec826..6019c4a 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq.h
GPIO dummy routines are required for fdt build, may be removed
these dependencies once the u-boot fdt is fully optimized.
Signed-off-by: Jagannadha Sutradharudu Teki
---
arch/arm/include/asm/arch-zynq/gpio.h | 25 +
1 file changed, 25 insertions(+)
create mode 100644 arc
ZC770 is a complete development board based on the Xilinx Zynq-7000
All Programmable SoC, similar to ZC70x board but which has four
different daughter cards, like XM010, XM011, XM012 and XM013
ZC770 XM012:
- 1GB DDR3
- 64MiB Numonyx NOR flash
- USB-UART
Signed-off-by: Jagannadha Sutradharudu Teki
Added support to find the bootmodes by reading
slcr bootmode register. this can be helpful to
autoboot the configurations w.r.t a specified bootmode.
Added this functionality on board_late_init as it's not
needed for normal initializtion part.
Signed-off-by: Jagannadha Sutradharudu Teki
---
arc
A few minutes ago I wrote:
> This way, building the board by default will wok,
... although powering on the board may fry it.
Amicalement,
--
Albert, shameless.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Jagan,
On Wed, 8 Jan 2014 22:57:10 +0530, Jagan Teki
wrote:
> Hi Albert,
>
> On Wed, Jan 8, 2014 at 10:44 PM, Albert ARIBAUD
> wrote:
> > Hi Jagannadha,
> >
> > On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki
> > wrote:
> >
> >> These changes are from u-boot-xlnx.git repo f
On 01/08/2014 11:24 AM, Gerhard Sittig wrote:
> On Wed, Jan 08, 2014 at 10:28 -0800, York Sun wrote:
>>
>> [ ... ]
>
> Is "474" missing at the end of the subject line?
>
No. I made a mistake to put A003474. It should be A003.
York
___
U-Boot mailing
On Wed, Jan 08, 2014 at 10:28 -0800, York Sun wrote:
>
> [ ... ]
Is "474" missing at the end of the subject line?
virtually yours
Gerhard Sittig
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone
Existing workaround only handles one RDIMM on reference design. In case
of two RDIMMs being used, the workaround requires two separate writes to
DDR_SDRAM_MD_CNTL register.
This patch also restores two debug registers changed by the workaround.
This change has been tested on P4080 v2 platform wit
On 01/08/2014 10:17 AM, York Sun wrote:
> Existing workaround only handles one RDIMM on reference design. In case
> two RDIMMs are used, the workaround requires two separate writes to
> DDR_SDRAM_MD_CNTL register.
>
> This patch also restores two registers changed by the workaround.
>
> Signed-of
Existing workaround only handles one RDIMM on reference design. In case
two RDIMMs are used, the workaround requires two separate writes to
DDR_SDRAM_MD_CNTL register.
This patch also restores two registers changed by the workaround.
Signed-off-by: York Sun
---
drivers/ddr/fsl/mpc85xx_ddr_gen3.
Hi Nobuhiro Iwamatsu,
On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu
wrote:
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/spi/sh_qspi.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c
> index edeb42d..77ede6b 10064
Him
On 31 December 2013 00:34, Minkyu Kang wrote:
> On 26/12/13 13:14, Rajeshwari S Shinde wrote:
>> This patch adds basic board support for SMDK5420 board.
>> These patches are tested for booting fine on EVT1 SMDK5420.
>>
>> Rajeshwari S Shinde (11):
>> EXYNOS5: Create a common board file
>>
Hi Albert,
On Wed, Jan 8, 2014 at 10:44 PM, Albert ARIBAUD
wrote:
> Hi Jagannadha,
>
> On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki
> wrote:
>
>> These changes are from u-boot-xlnx.git repo from git.xilinx.com
>> and in addition of basic fdt support. This repo is well tested
>
Hi Jagannadha,
On Wed, 8 Jan 2014 15:53:07 +0530, Jagannadha Sutradharudu Teki
wrote:
> These changes are from u-boot-xlnx.git repo from git.xilinx.com
> and in addition of basic fdt support. This repo is well tested
> on xilinx zynq platform, hence pushing the same on upstream.
>
> Excluded qs
Hi Lubomir,
On Dec 19, 2013, at 5:14 PM, Lubomir Popov wrote:
> All prerequisites are already available, so why not enable 8-bit
> access - it is a matter of a define in the board file only.
>
> Signed-off-by: Lubomir Popov
> ---
> include/configs/omap5_uevm.h |1 +
> 1 file changed, 1 inser
Hi Chin,
On Dec 18, 2013, at 7:16 PM, Chin Liang See wrote:
> To enhance the SDMMC DesignWare driver to use calloc instead of
> malloc. This will avoid the incident that uninitialized members
> of mmc structure are later used for NULL comparison.
>
> Signed-off-by: Chin Liang See
> Cc: Rajeshwa
Hi,
On 2 January 2014 07:18, Parimala Baggiri wrote:
>
> Hello,
>
> Does U-Boot support interrupt handling for ARM processors? If it is not
> supporting can I add it on my own?
There is very basic support, in terms of setting up the vectors. I
believe the IRQ is supported for a timer in some cas
Hi York,
On 4 January 2014 02:21, Wolfgang Denk wrote:
> Dear York,
>
> In message <52c7424a.4090...@freescale.com> you wrote:
> >
> > I have some troubles to run MAKEALL with BUILD_NBUILDS. If I set
> BUILD_NBUILDS
> > to 2 or greater, there is a good chance the total number of targets is
> no
Hi,
On 6 January 2014 04:09, shobin wrote:
> Hi all,
>Any one please tell me how to enable post for arm in uboot?i am using
> uboot-toradex for colibri t20 module.(My goal is to check the hardware
> peripherals is ok/not at boot itme).Please tell me a solution.
>
>
> I've not used this on AR
On 8 January 2014 04:10, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
>
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Lad,
On Dec 3, 2013, at 8:47 AM, Lad, Prabhakar wrote:
> From: "Lad, Prabhakar"
>
> The spl_mmc_load() was removed while converting to
> CONFIG_SPL_FRAMEWORK usage the definition was removed
> but the declaration was missed. This patch removes this
> declaration.
>
> Signed-off-by: Lad, Pra
Hi Jagannadha,
On Wed, 8 Jan 2014 15:53:16 +0530, Jagannadha Sutradharudu Teki
wrote:
> zynq.h -> zynq-common.h, zynq-common is Common
> configuration options for all Zynq boards.
>
> zynq.h is no longer exists hense removed from boards.cfg
Note this did not cleanly apply to arm/master and had
Hi Prafulla,
On Mon, 6 Jan 2014 04:38:43 -0800, Prafulla Wadaskar
wrote:
> Hi Albert,
>
> Please pull
> The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
> Albert ARIBAUD (1):
> Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
>
> are available
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/08/2014 01:17 AM, Masahiro Yamada wrote:
> Hello Tom, Albert.
>
> When will "Orphan" boards in boards.cfg removed?
Well, somewhere between when they're a problem and when someone says
"I'd like to remove ...".
So, if you'd like to start the ne
HI Stefano,
2014/1/8 Stefano Babic :
> Hi Christian,
>
> On 08/01/2014 08:24, Christian Gmeiner wrote:
>> This patch add support for one device of the Bachmann OT1200
>> series - the mr variant.
>
> Nobody knows (at least, me !) what mr variant means.
>
its just a project name.
>>
>> My first at
Hi Stefano,
2014/1/8 Stefano Babic :
> Hi Christian,
>
> On 08/01/2014 08:24, Christian Gmeiner wrote:
>> Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces
>> a 64-bit division without using the lldiv() function,
>> which pulls in previously unused libgcc stuff.
>>
>> Signed-off-by: Måns
Hi Stefano,
>
> On 08/01/2014 08:24, Christian Gmeiner wrote:
>> Signed-off-by: Christian Gmeiner
>> ---
>> board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
>> b/board/freesca
Hi Fabio,
On 08.01.2014 14:59, Fabio Estevam wrote:
From: Fabio Estevam
According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the
CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core
variants, so restrict its usage for quad and dual-lite only.
Just for my under
Hi Dirk,
On Wed, Jan 8, 2014 at 12:07 PM, Dirk Behme wrote:
> Just for my understanding: Is there a technical reason not to use this
> errata on single core (solo/sololite)? I.e. do you see any real issues using
> this errata on solo/sololite?
No real issue. It is unneeded for single core mx6 a
From: Fabio Estevam
Include "mx6_common.h" so that some ARM errata are applied and also the
vddsoc regulator can be changed.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- None
include/configs/mx6slevk.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/mx6slevk.h b/in
From: Fabio Estevam
According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the
CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core
variants, so restrict its usage for quad and dual-lite only.
Quoting Shawn Guo [2]:
"The sololite has the same core version as dual/
On Wed, Jan 8, 2014 at 6:58 AM, Tom Rini wrote:
>
> Ah toolchain fun, that's why I hadn't seen this, all of mine build
> around 32KiB.
>
arm-linux-gnueabi-gcc --version
arm-linux-gnueabi-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free softwar
Hello Minkyu,
On 01/08/2014 02:56 AM, Minkyu Kang wrote:
Dear Przemsyslaw Marczak,
On 07/01/14 21:54, Przemyslaw Marczak wrote:
Hello,
On 01/06/2014 12:37 PM, Minkyu Kang wrote:
On 04/01/14 02:21, Przemyslaw Marczak wrote:
Signed-off-by: Przemyslaw Marczak
---
changes v2:
- add definition
Hi Fabio,
On 08/01/2014 13:10, Shawn Guo wrote:
> On Wed, Jan 08, 2014 at 09:55:10AM +0100, Stefano Babic wrote:
>> Hi Fabio,
>>
>> On 06/01/2014 14:14, Fabio Estevam wrote:
>>> According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the
>>> CONFIG_ARM_ERRATA_742230 option should onl
On Tue, Jan 07, 2014 at 07:57:38PM +0530, Mugunthan V N wrote:
> Byte offset of Ethernet mac address read from e-fuse are wrong so DHCP is
> not working on some boards, modifying the offset to read properly.
>
> Signed-off-by: Mugunthan V N
Applied to u-boot-ti/master, thanks!
--
Tom
signat
On Tue, Dec 31, 2013 at 12:55:15PM +0200, Nikita Kiryanov wrote:
> Following commit "arm: omap3: Enable clocks for peripherals only if they are
> used" (f33b9bd3984fb11e1d8566a866adc5957b1e1c9d) it is now necessary to enable
> clocks for GPIO banks explicitly. On cm_t35, GPIO bank 5 is necessary f
On Wed, Dec 18, 2013 at 02:43:08PM -0500, Tom Rini wrote:
> With the changes to make OOBFREE/ECCPOS configurable but default to
> larger, we need to set these config options for the space savings they
> provide.
>
> Cc: Scott Wood
> Cc: Heiko Schocher
> Signed-off-by: Tom Rini
Applied to u-bo
Hey,
The following changes since commit 4b0561d84198f8d696fd51cfc27aeac8c7482a8c:
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-01-06
09:32:42 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to e0a1d5
On Fri, Dec 20, 2013 at 11:19:33AM -0500, Tom Rini wrote:
> The omap3_zoom2 board has not been updated for a correct CONFIG_SYS_HZ
> and Tom Rix's email has long been bouncing.
>
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signatu
On Sat, Dec 21, 2013 at 06:03:09PM +0100, Jeroen Hofstee wrote:
> commit f9095aac793aa8917ab9b915c5d449e6dc8d3d30, "mtd: nand:
> omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme"
> removed CONFIG_SPL_NAND_SOFTECC from the tam3517 common config,
> causing the spl nand boot to fail.
On Sat, Dec 21, 2013 at 06:06:33PM +0100, Jeroen Hofstee wrote:
> Commit f33b9bd3984fb11e1d8566a866adc5957b1e1c9d breaks boards
> which do not explicitly enable the gpio clocks. This causes
> the twister spl to hang, since it uses the no longer enabled
> gpio 55. Add CONFIG_OMAP3_GPIO_2 to unbrick
Some targets will build fine but not boot if sections .hash and
.got.plt are not present in the binary. Add them back.
Also, Exynos machines require .machine_param section in SPL.
Add it.
Signed-off-by: Albert ARIBAUD
---
Changes for v2:
- removed SREC format SPL generation
arch/arm/config.mk
HI
On Wed, Jan 8, 2014 at 1:58 PM, Tom Rini wrote:
> On Tue, Jan 07, 2014 at 08:06:56PM -0600, Nishanth Menon wrote:
>
>> Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx:
>> convert driver to new mutlibus/mutliadapter framework) intended to
>> make I2C driver compatible with latest
On Tue, Jan 07, 2014 at 08:06:56PM -0600, Nishanth Menon wrote:
> Commit 6789e84ecaa8f45d053084e08c381284a04abff7 (i2c, omap24xx:
> convert driver to new mutlibus/mutliadapter framework) intended to
> make I2C driver compatible with latest changes. It unfortunately has
> had a impact on size on SP
On Sat, Dec 21, 2013 at 12:35 AM, Jagan Teki wrote:
> Hi Sascha Silbe,
>
> On Wed, Jun 26, 2013 at 7:41 PM, Wolfgang Denk wrote:
>> Dear Sascha Silbe,
>>
>> In message <1372195668-25496-6-git-send-email-t-ub...@infra-silbe.de> you
>> wrote:
>>> The SPI support on Dove is very similar to that on
On Thu, Oct 24, 2013 at 7:14 PM, Jakob Unterwurzacher
wrote:
> These parameters are always interpreted as hex, even without 0x prefix.
>
> Signed-off-by: Jakob Unterwurzacher
>
> ---
> common/cmd_sf.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/common/cmd_sf.
Hi Andrew Ruder,
On Wed, Oct 23, 2013 at 5:41 AM, Andrew Ruder
wrote:
> This mirrors the conventions used in other SPI drivers (kirkwood,
> davinci, atmel, et al) where the din/dout buffer can be NULL when the
> received/transmitted data isn't important. This reduces the need for
> allocating ad
On Wed, Jan 08, 2014 at 09:55:10AM +0100, Stefano Babic wrote:
> Hi Fabio,
>
> On 06/01/2014 14:14, Fabio Estevam wrote:
> > According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the
> > CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core
> > variants, so restrict
Thanks.
Acked-by: Matthias Fuchs
On 08.01.2014 12:11, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
> ---
>
> board/cogent/kbm.h | 79 -
> board/cray/L1/L1.h | 28 --
> board/esd/common/s1d13806_640_480_8bpp.h | 120 -
Hi Chin Liang See,
On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See wrote:
> To add the Cadence SPI driver support for Altera SOCFPGA. It
> required information such as clocks and timing from platform's
> configuration header file within include/configs folder
>
> Signed-off-by: Chin Liang See
> C
CONFIG_FTSDC021 is not defined anywhere.
So ftsdc021_sdhci.c is never compiled.
Signed-off-by: Masahiro Yamada
---
drivers/mmc/Makefile | 1 -
drivers/mmc/ftsdc021_sdhci.c | 33 -
2 files changed, 34 deletions(-)
delete mode 100644 drivers/mmc/ftsdc021_s
Hi Christian,
On 08/01/2014 08:24, Christian Gmeiner wrote:
> This patch add support for one device of the Bachmann OT1200
> series - the mr variant.
Nobody knows (at least, me !) what mr variant means.
>
> My first attemp was to use one u-boot binary for all OT1200
^attempt
>
On 08.01.2014 12:11, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
> ---
>
> board/cogent/kbm.h | 79 -
> board/cray/L1/L1.h | 28 --
> board/esd/common/s1d13806_640_480_8bpp.h | 120 -
> board/et
Signed-off-by: Masahiro Yamada
---
drivers/bios_emulator/include/x86emu/prim_asm.h | 970
drivers/mmc/pxa_mmc.h | 138
drivers/net/nicext.h| 109 ---
3 files changed, 1217 deletions(-)
delete mode 100644 drivers
1 - 100 of 153 matches
Mail list logo