Hi Jeroen,
On 01/20/2013 10:59 PM, Jeroen Hofstee wrote:
Hello Nikita,
On 12/23/2012 08:03 AM, Nikita Kiryanov wrote:
Add support for dvi displays with user selectable dvi presets.
Signed-off-by: Nikita Kiryanov
Signed-off-by: Igor Grinberg
---
[...]
+
+/*
+ * The frame buffer is alloca
Hi Jeroen,
On 01/20/2013 11:08 PM, Jeroen Hofstee wrote:
On 12/23/2012 08:03 AM, Nikita Kiryanov wrote:
[...]
+ * Returns -1 on failure, 0 on success.
+ */
+static int parse_customlcd(char *custom_lcd_params)
+{
+char params_cpy[160];
+char *setting;
+
+strncpy(params_cpy, custom_l
On 19/01/2013 20:09, Eric Nelson wrote:
> Or even a different memory configuration. For example, this line in the
> updated mx6q_4x_mt41j128.cfg file sets a value of 0x831A to the
> MMDC_MDCTL register for Quad/Dual or Dual-Lite devices, but a value
> of 0x8319 on Solo-Lite.
Right - this i
On 01/18/2013 10:12 PM, Kim Phillips wrote:
> On Fri, 18 Jan 2013 10:14:39 +0100
> Holger Brunck wrote:
>
>> On 01/18/2013 01:44 AM, Kim Phillips wrote:
>>> On Thu, 17 Jan 2013 13:47:51 +0100
>>> Holger Brunck wrote:
>>>
+ if (piggy_present()) {
+ uchar enetaddr[6];
+
This patch set creats a new configuration file and DTS file for Snow.
Driver for MAX98095 is added and support for same is incorporated in
sound driver and Snow Board.
Rajeshwari Shinde (7):
EXYNOS5: Add function to enable XXTI clock source
Sound: MAX98095: Add the driver for codec
Sound: S
This patch adds funtion to enable XXTI clock source
required by MAX98095 codec.
Signed-off-by: Rajeshwari Shinde
---
arch/arm/cpu/armv7/exynos/power.c| 11 +++
arch/arm/include/asm/arch-exynos/power.h | 10 ++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --
This patch adds the driver for codec MAX98095 required by Snow
Board
Signed-off-by: Rajeshwari Shinde
---
drivers/sound/Makefile |1 +
drivers/sound/max98095.c | 550 ++
drivers/sound/max98095.h | 311 ++
3 files changed
This patchs adds support for MAX98095 codec in
sound driver.
Signed-off-by: Rajeshwari Shinde
---
arch/arm/include/asm/arch-exynos/sound.h | 10 +-
drivers/sound/sound.c| 13 +++--
include/sound.h |1 +
3 files changed, 21 inse
This patch sets high a GPIO to enable the codec MAX98095
Signed-off-by: Rajeshwari Shinde
---
board/samsung/smdk5250/smdk5250.c | 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/board/samsung/smdk5250/smdk5250.c
b/board/samsung/smdk5250/smdk5250.c
index 12c
Add required compatible information for MAX98095 codec
Signed-off-by: Rajeshwari Shinde
---
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index f77d195..e76cdc1 100644
--- a/include/fdtdec.
This patch adds the DTS file for Snow Board.
Signed-off-by: Rajeshwari Shinde
---
board/samsung/dts/exynos5250-snow.dts | 69 +
1 files changed, 69 insertions(+), 0 deletions(-)
create mode 100644 board/samsung/dts/exynos5250-snow.dts
diff --git a/board/samsun
This patch adds the configuration file for Snow Board and
defines the same in boards.cfg.
The Audio codec required for SMDK5250 and Snow are different
hence they are defined in the corresponding configuration files.
Signed-off-by: Rajeshwari Shinde
---
boards.cfg |1 +
i
On 12/01/2013 00:29, Marek Vasut wrote:
> Replace use of ttyAM0 with ttyAMA0 as default serial console.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
===
On 11/01/2013 14:19, Marek Vasut wrote:
> The clock data are not used by the driver, drop them.
>
> Signed-off-by: Marek Vasut
> Cc: Andy Fleming
> Cc: Fabio Estevam
> Cc: Stefano Babic
> ---
Whole series applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
===
On 19/01/2013 10:57, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Set Write Protection GPIO as input.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DENX Software
This patch set enables and initialises DWMMC for Exynos5250 on SMDK5250.
Adds driver changes required for DWMMC.
Adds FDT support for DWMMC.
Adds EMMC boot support for SMDK5250.
This patch set is based on:
"EXYNOS: mmc: support DesignWare Controller for Samsung-SoC", which
is merged in u-boot-mmc.
Add required compatible information for DWMMC driver.
Signed-off-by: Vivek Gautam
Signed-off-by: Amar
Acked-by: Simon Glass
---
Changes since V1:
No change.
Changes since V2:
1)Updation of commit message and resubmition of proper patch set.
Changes since V3:
No change.
This patch adds DWMMC device node data for exynos5.
This patch also adds binding file for DWMMC device node.
Signed-off-by: Vivek Gautam
Signed-off-by: Amar
---
Changes since V1:
1)Added binding file for DWMMC device node at the location
"doc/device-tree-bindings/exynos/dwmmc.txt
This patch enumerates dwmci and set auto stop command during
dwmci initialisation.
EMMC read/write is not happening in current implementation
due to improper fifo size computation. Hence Modified the fifo size
computation to resolve EMMC read write issues.
Signed-off-by: Amar
---
Changes since V1
This patch adds FDT support for DWMMC, by reading the DWMMC node data
from the device tree and initialising DWMMC channels as per data
obtained from the node.
Signed-off-by: Vivek Gautam
Signed-off-by: Amar
---
Changes since V1:
1)Updated code to have same signature for the function
This patch initialises the local variable 'shift' to zero.
The uninitialised local variable 'shift' had garbage value and was
resulting in unwnated results in the functions exynos5_get_mmc_clk()
and exynos4_get_mmc_clk().
Signed-off-by: Amar
---
Changes since V1:
1)Updated the function ex
This patch enables and initialises DWMMC for SMDK5250.
Supports both FDT and non-FDT. This patch creates a new file
'exynos5-dt.c' meant for FDT support.
exynos5-dt.c: This file shall contain all code which supports FDT.
Any addition of FDT support for any module n
This patch adds APIs to access(open / close) and to resize boot partiton of
EMMC.
Signed-off-by: Amar
---
Changes since V1:
New patch.
Changes since V2:
1)Updation of commit message and resubmition of proper patch set.
Changes since V3:
No change.
Changes since V4:
This patch adds support for EMMC booting on SMDK5250.
Signed-off-by: Amar
---
Changes since V1:
1)Updated spl_boot.c file to maintain irom pointer table
instead of using the #define values defined in header file.
Changes since V2:
1)Updation of commit message and resubmit
This patch adds commands to access(open/close) and resize boot partitions on
EMMC.
Signed-off-by: Amar
---
Changes since V1:
1)Combined the common piece of code between 'open' and 'close'
operations.
Changes since V2:
1)Updation of commit message and resubmition of prope
This patch adds FDT and non-FDT support for I2C, and initialise
the I2C channels.
Signed-off-by: Amar
---
Changes since V4:
New patch.
drivers/i2c/s3c24x0_i2c.c | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/s3c24x0_i2c.c b/drivers/i2c/s3c
Adding Exynos Thermal Management Unit driver to monitor SOC
temperature and take actions corresponding to states of TMU.
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Changed return value of get_cur_temp in case of 0 degree temp from -1
to TMU_STATUS_INIT because return value sh
This patch series adds support for TMU driver using device tree for Exynos5250
based SMDK5250 board.
Changes since v4:
- Patch-1:Changed return value of get_cur_temp() in case of 0 degree
temp from -1 to TMU_STATUS_INIT.
- Patch-2:Changed API name from power_shutdown() to generic
Adding API in power for system shutdown when tripping value is reached
in Exynos Thermal Management Unit.
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Changed API name from power_shutdown to generic board_poweroff
defined in commomn.h.
arch/arm/cpu/armv7/exynos/power.c
Fdt entry for Exynos TMU driver specific pre-defined values used for
calibration of current temperature and defining threshold values.
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Rebased this patch.
arch/arm/dts/exynos5250.dtsi |5 +
board/samsung/dts/exy
This adds call to tmu_init() and TMU boot time analysis
for the SoC temperature threshold breach.
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Replaced board polling with initial SoC temperature analysis for any
possible threshold breach.
board/samsung/smdk5250/smdk5250.c |
Enables TMU driver support for exynos5250
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Rebased this patch.
include/configs/exynos5250-dt.h |3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index cabd2f2
Add generic TMU support alongwith i2c sensors in dtt command
to enable temperature reading in cases where TMU is present
instead of i2c sensors.
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Removed tmu command and added to dtt.
common/cmd_dtt.c | 19 +++
1 f
This enables the dtt command to read the current SOC
temperature with the help of TMU
Signed-off-by: Akshay Saraswat
---
Changes since v4:
- Replaced tmu command configs with corresponding dtt configs.
include/configs/exynos5250-dt.h |2 ++
1 file changed, 2 insertions(+)
diff --g
Dear Chris,
In message
you wrote:
>
> RFC5970[1] details network boot options for DHCPv6 (I think it's the
> ratified version of the draft you linked to). Basically this allows the
> server to specify a URL for the boot file which presumably could be
> something like tftp://[2001:db8::1]/uImage.
Dear Chris,
In message <50fbb7ea.10...@gmail.com> you wrote:
>
> The POSIX solution for this is to use sockaddr which encompasses both v4
> and v6 addresses (as well as other socket types). Do we want to add a
> wrapper type or just work with void *?
Without checking for implications for the impl
Dear Hemal Patel,
In message you wrote:
>
> For example:-
>
> |If kernel-1 is new, U-Boot will boot Kernel-1. and leave kernel-2 as it is.
> If kernel-2 is new, U-Boot will boot kernel-2. and leave kernel-2 as it is.
> |
>
> Questions:-
>
> |Is it possible to do so?
This is software,so everyt
Dear Gabor Juhos,
In message <1358608777-7270-7-git-send-email-juh...@openwrt.org> you wrote:
> Qemu emulates the Galileo GT64120 System Controller
> which provides a CPU bus to PCI bus bridge.
>
> The patch adds driver for this bridge and enables
> PCI support for the emulated Malta board.
>
>
1.What do you mean by board specific ?
2.Which file should I modify?
3.From which file this bootm command is called?And where do I find this
file in stack?
Regards,
Hemal Patel
On Monday 21 January 2013 06:19 PM, Wolfgang Denk wrote:
Dear Hemal Patel,
In message you wrote:
For example:-
I have made changes in cmd_bootm.c file.
Is it fine?
Does it affect the performance or reliability?
please answer me ASAp.
thank you.
Regards,
Hemal Patel
On Monday 21 January 2013 07:15 PM, Hemal Patel wrote:
1.What do you mean by board specific ?
2.Which file should I modify?
3.From which f
On this board we are using hard floating point, so select the correct
toolchain.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
include/configs/km/km8309-common.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/km/km8309-common.h
b/include
For the the kmvect1 board we will also need a functionality to add an
offset to the IVMs MAC address, because these board will have two valid
ethernet ports for debugging purpose. So move the code to an own
function.
Signed-off-by: Holger Brunck
---
Changes for v2:
- new in this serie, needed a
This define isn't set within our setup files. So we can safely remove
the affected code.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
board/keymile/common/ivm.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/board/keymile/common/ivm.c b/board/keymile/
This is a preparation for the upcoming kmopti2 board. This board has
also a second fpga on board which is different to the tuxx1 target. But we
want to use the same header file. So remove the config option
KM_DISABLE_APP2 and simply use the board names to distinguish the features.
Signed-off-by: H
Switch from 1-bit ecc to 4-bit ecc.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
include/configs/km8360.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/km8360.h b/include/configs/km8360.h
index 7631ab6..5b191bc 100644
--- a/include/conf
From: Andreas Huber
Replace the hardcoded string with a variable. If CONFIG_NAND_ECC_BCH is
set we use a specific name for the uImage (ecc_bch_uImage).
Signed-off-by: Andreas Huber
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
include/configs/km/keymile-common.h |9
If CONFIG_NAND_ECC_BCH is chosen from in the board configuration we add
an ecc mode to the kernel commandline.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
include/configs/km/keymile-common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/confi
This board is similar to TUXX1 but it has a different sized second
FPGA. Therefore the configuration for the third chipselect is different.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
boards.cfg |1 +
include/configs/tuxx1.h | 31 +-
Remove it from the processor specific headers. This is
already defined in the common header km83xx.h.
Signed-off-by: Holger Brunck
---
Changes for v2:
- fix typo in commit message
include/configs/km/km8309-common.h |2 --
include/configs/km/km8321-common.h |2 --
2 files changed, 0
From: Andreas Huber
Replace uImage with ${uimage}.
If uimage is not set, default it to uImage.
Signed-off-by: Andreas Huber
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
board/keymile/scripts/develop-common.txt |5 +++--
board/keymile/scripts/ramfs-common.txt |5 +++--
All boards from this serie use i2c. There is no need to #ifdef the
header.
Signed-off-by: Holger Brunck
---
Changes for v2:
- fix typo in commit message
board/keymile/common/common.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/keymile/common/common.c b/bo
From: Karlheinz Jerg
For kmvect1 we need a special solution and for km_arm boards we already
have. So move the common code to the architectur specific file.
Signed-off-by: Karlheinz Jerg
Signed-off-by: Holger Brunck
---
Changes for v2:
- make piggy_present() static
- add __iomem macro
bo
EEprom_ivm_addr isn't set in our environment, so remove the usage of
this.
Signed-off-by: Holger Brunck
---
Changes for v2:
- none
board/keymile/common/ivm.c |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/board/keymile/common/ivm.c b/board/keymile/common/ivm
There is no need for a environment variable to configure the dtt bus.
Signed-off-by: Holger Brunck
---
Changes for v2:
- change commit message
board/keymile/km83xx/km83xx.c | 12
include/configs/km/km83xx-common.h |1 -
2 files changed, 4 insertions(+), 9 deletions(-
From: Karlheinz Jerg
kmvect1 has a UEC2 connection to the piggy board and a UEC0 connection
to the switch MV88E6122. This switch has a connection to a frontport
ethernet interface. The ethernet port used for network booting is
automatically selected by u-boot. If a Piggy is plugged, the Piggy
por
If CONFIG_NAND_ECC_BCH is set we use 4-bit error corretion code
instead of the 1-bit error correction code on the NAND device
within this driver.
Signed-off-by: Holger Brunck
Acked-by: Scott Wood
---
Changes for v2:
- add Acked-by: Scott Wood
drivers/mtd/nand/kmeter1_nand.c |4
1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/20/2013 07:25 AM, Nikita Kiryanov wrote:
> Hi all,
>
> this series is awaiting review for almost a month. Can someone take
> a look at it?
In general, I'm waiting for Anatolij to review this code area, thanks!
- --
Tom
-BEGIN PGP SIGNATU
Dear Hemal Patel,
please do not top-post / full-quote. If you need help, please see
http://www.netmeister.org/news/learn2quote.html
In message you wrote:
> 1.What do you mean by board specific ?
A "(board specific) command" is a command implemented in your board
specific code.
> 2.Which file
Dear Hemal Patel,
In message you wrote:
> I have made changes in cmd_bootm.c file.
> Is it fine?
Probably only very few people are interested in this, so please keep
this is board specific code for now.
> Does it affect the performance or reliability?
I cannot guess - I haven't seen your code.
On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote:
/* what I favor */
clk_is_enabled = ((reg_val >> 9) & 1) ? true: false;
ip_is_enabled = clk_is_enabled && pwd_is_enabled;
if (clk_is_enabled) { ...
rather than assigning them 'zero/nonzero', or using bitwise ops on
On 01/20/2013 08:53:05 PM, Alexander Holler wrote:
Am 18.01.2013 17:32, schrieb Alexander Holler:
Am 18.01.2013 04:17, schrieb Scott Wood:
On 01/17/2013 07:22:57 PM, Alexander Holler wrote:
Am 18.01.2013 01:50, schrieb Alexander Holler:
(...)
Yes. Sounds nice at first, but there will be no en
Hey all,
Two things. First, I've given everything in patchwork that wasn't
assigned an assignee, and superseded a few things that have been
updated. Applogies in advance for any bad guesses about status or who
might want to look.
Second, I know for Simon, and possibly some other folks, if you h
Am 21.01.2013 19:19, schrieb Scott Wood:
On 01/20/2013 08:53:05 PM, Alexander Holler wrote:
Am 18.01.2013 17:32, schrieb Alexander Holler:
Am 18.01.2013 04:17, schrieb Scott Wood:
On 01/17/2013 07:22:57 PM, Alexander Holler wrote:
Am 18.01.2013 01:50, schrieb Alexander Holler:
(...)
Yes. So
Hello Nikita,
+#define GFXFORMAT_ARGB320xC
+#define GFXFORMAT_RGBA320xD
+#define GFXFORMAT_RGBx320xE
+
+/* GFX burst size */
+#define GFXBURSTSIZE40
+#define GFXBURSTSIZE81
+#define GFXBURSTSIZE162
+
/* Panel Configuration */
struct panel_config {
u3
Hello Nikita,
On 01/21/2013 08:51 AM, Nikita Kiryanov wrote:
Hi Jeroen,
On 01/20/2013 10:34 PM, Jeroen Hofstee wrote:
[...]
diff --git a/include/lcd.h b/include/lcd.h
index c24164a..4ac4ddd 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -47,6 +47,7 @@ extern struct vidinfo panel_info;
ext
On Wed, Jan 16, 2013 at 3:11 PM, Allen Martin wrote:
> These nodes are unused.
>
> Signed-off-by: Allen Martin
I can't remember the code that used this - maybe it never went
upstream? Obviously we don't need it.
Acked-by: Simon Glass
> ---
> v2: remove "clock" as well as "clocks" nodes
>
Hi Rajeshwari,
On Wed, Jan 16, 2013 at 9:39 PM, Rajeshwari Shinde
wrote:
> This patch adds driver for the gigabyte devices
> GD25LQ and GD25Q64B required for Snow Board.
>
> Signed-off-by: Rajeshwari Shinde
OK with a few nits below.
> ---
> drivers/mtd/spi/Makefile |1 +
> dri
On Wed, Jan 16, 2013 at 9:39 PM, Rajeshwari Shinde
wrote:
> This patch enables gigabyte device for SMDK5250.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> include/configs/exynos5250-dt.h |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include
On Wed, Jan 16, 2013 at 11:11:42AM +0100, Daniel Schwierzeck wrote:
> Hi Tom,
>
> The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
>
> Prepare v2013.01 (2013-01-15 14:47:42 -0700)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mips.git
On 01/21/2013 04:36:42 PM, Måns Rullgård wrote:
Scott Wood writes:
> On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote:
>>/* what I favor */
>>clk_is_enabled = ((reg_val >> 9) & 1) ? true: false;
>>ip_is_enabled = clk_is_enabled && pwd_is_enabled;
>>if (clk_is_enab
The memory power supply on MX23 didn't pump out enough juice into
the DRAM chip, thus caused occasional memory corruption. Fix this.
Signed-off-by: Marek Vasut
Cc: Otavio Salvador
Cc: Fabio Estevam
Cc: Stefano Babic
---
arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c |4 ++--
board/olimex/mx23_
Scott Wood writes:
> On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote:
>> /* what I favor */
>> clk_is_enabled = ((reg_val >> 9) & 1) ? true: false;
>> ip_is_enabled = clk_is_enabled && pwd_is_enabled;
>> if (clk_is_enabled) { ...
>>
>> rather than assigning them 'zero/nonzero
Hi Stephen,
On Wed, Jan 16, 2013 at 2:51 PM, Stephen Warren wrote:
> On 01/16/2013 02:14 PM, Tom Warren wrote:
>> This build is stripped down. It boots to the command prompt.
>> GPIO is the only peripheral supported. Others TBD.
>
>> diff --git a/board/nvidia/dalmore/dalmore.c b/board/nvidia/dalm
Scott Wood writes:
> On 01/21/2013 04:36:42 PM, Måns Rullgård wrote:
>> Scott Wood writes:
>>
>> > On 01/19/2013 03:30:30 AM, Albert ARIBAUD wrote:
>> >> /* what I favor */
>> >> clk_is_enabled = ((reg_val >> 9) & 1) ? true: false;
>> >> ip_is_enabled = clk_is_enabled && pwd_is_enabled;
>
On Tue, Jan 15, 2013 at 2:25 AM, Rajeshwari Shinde
wrote:
> This patch adds a function to set ps_hold data driving value high.
> This enables the machine to stay powered on after the initial
> power-on condition goes away(e.g. power button).
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon G
Even the 8bit case needs KBCB configured, as pin D7 is located in this
pingroup. Also pingroup ATC seems to come out of reset with config set
to NAND, so we need to explictly configure some other function to this
group in order to avoid clashing settings.
Signed-off-by: Lucas Stach
---
arch/arm/
No one expects to end up in a delayed environment if
CONFIG_DELAY_ENVIRONMENT isn't defined.
Signed-off-by: Lucas Stach
---
arch/arm/lib/board.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index cfe32cc..1a32611 100644
--- a/
Hi Lucas,
On Mon, Jan 21, 2013 at 4:22 PM, Lucas Stach wrote:
> No one expects to end up in a delayed environment if
> CONFIG_DELAY_ENVIRONMENT isn't defined.
>
> Signed-off-by: Lucas Stach
> ---
> arch/arm/lib/board.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/
On Mon, Jan 21, 2013 at 8:51 PM, Marek Vasut wrote:
> The memory power supply on MX23 didn't pump out enough juice into
> the DRAM chip, thus caused occasional memory corruption. Fix this.
>
> Signed-off-by: Marek Vasut
> Cc: Otavio Salvador
> Cc: Fabio Estevam
> Cc: Stefano Babic
Acked-by: O
The memory power supply on MX23 didn't pump out enough juice into
the DRAM chip, thus caused occasional memory corruption. Fix this.
Signed-off-by: Marek Vasut
Cc: Otavio Salvador
Cc: Fabio Estevam
Cc: Stefano Babic
---
arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c |4 ++--
board/olimex/mx23_
Dear Otavio Salvador,
> On Mon, Jan 21, 2013 at 8:51 PM, Marek Vasut wrote:
> > The memory power supply on MX23 didn't pump out enough juice into
> > the DRAM chip, thus caused occasional memory corruption. Fix this.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Otavio Salvador
> > Cc: Fabio Este
Hi Otavio,
On Mon, Jan 21, 2013 at 10:44 PM, Otavio Salvador
wrote:
> I did try it in mx23evk and mtest works fine there. However this patch
That's good news. Do you plan to submit mx23evk support?
Thanks,
Fabio Estevam
___
U-Boot mailing list
U-Boo
On Mon, Jan 21, 2013 at 10:59 PM, Fabio Estevam wrote:
> Hi Otavio,
>
> On Mon, Jan 21, 2013 at 10:44 PM, Otavio Salvador
> wrote:
>
>> I did try it in mx23evk and mtest works fine there. However this patch
>
> That's good news. Do you plan to submit mx23evk support?
Yes; finishing MMC timeout f
On Mon, Jan 21, 2013 at 10:57 PM, Marek Vasut wrote:
> The memory power supply on MX23 didn't pump out enough juice into
> the DRAM chip, thus caused occasional memory corruption. Fix this.
>
> Signed-off-by: Marek Vasut
> Cc: Otavio Salvador
> Cc: Fabio Estevam
> Cc: Stefano Babic
Acked-by:
This patchset adds MMC suuport, in PIO mode for now, to iMX23; it has
been boot tested in mx23evk board. I did a brief look at DMA support
but it seems not fast to implement so I would prefer to have this
patchset merged so other people can start using and playing with it.
Marek Vasut (3):
mx23:
From: Marek Vasut
Signed-off-by: Marek Vasut
Signed-off-by: Otavio Salvador
---
arch/arm/include/asm/arch-mxs/regs-ssp.h | 28
1 file changed, 28 insertions(+)
diff --git a/arch/arm/include/asm/arch-mxs/regs-ssp.h
b/arch/arm/include/asm/arch-mxs/regs-ssp.h
index
From: Marek Vasut
Signed-off-by: Marek Vasut
Signed-off-by: Otavio Salvador
---
drivers/mmc/mxsmmc.c | 24 +---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index 0c4cd54..4b178be 100644
--- a/drivers/mmc/mxsmmc.
Signed-off-by: Otavio Salvador
---
drivers/spi/mxs_spi.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/spi/mxs_spi.c b/drivers/spi/mxs_spi.c
index bb865b7..10bf5aa 100644
--- a/drivers/spi/mxs_spi.c
+++ b/drivers/spi/mxs_spi.c
@@ -167,8 +167,13 @@ static int mxs_spi_xfer_pio(st
Signed-off-by: Otavio Salvador
---
board/freescale/mx23evk/Makefile | 47 +++
board/freescale/mx23evk/mx23evk.c | 81
board/freescale/mx23evk/spl_boot.c | 115 +
boards.cfg | 1 +
include/configs/mx23evk.h | 252
From: Marek Vasut
Signed-off-by: Marek Vasut
---
board/olimex/mx23_olinuxino/mx23_olinuxino.c | 17 -
board/olimex/mx23_olinuxino/spl_boot.c | 10 ++
include/configs/mx23_olinuxino.h | 12
3 files changed, 38 insertions(+), 1 deletion(-)
d
Signed-off-by: Otavio Salvador
---
include/configs/mx23_olinuxino.h | 90 +++-
1 file changed, 89 insertions(+), 1 deletion(-)
diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h
index a62e3a2..7d34168 100644
--- a/include/configs/
Signed-off-by: Otavio Salvador
---
drivers/mmc/mxsmmc.c | 2 ++
include/configs/mx23_olinuxino.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index 4b178be..618659e 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -16
This does the same reset mask as done in v3.7 Linux kernel code; it
fixed the saveenv command in mx23evk.
Signed-off-by: Otavio Salvador
---
drivers/mmc/mxsmmc.c | 16 +++-
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
inde
Signed-off-by: Otavio Salvador
---
drivers/mmc/mxsmmc.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index 0a3f0c4..628d609 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -50,6 +50,7 @@ struct mxsmmc_priv
Dear Otavio Salvador,
> From: Marek Vasut
>
> Signed-off-by: Marek Vasut
> Signed-off-by: Otavio Salvador
> ---
> drivers/mmc/mxsmmc.c | 24 +---
> 1 file changed, 21 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
> index 0c4cd5
Dear Otavio Salvador,
Description is missing.
> From: Marek Vasut
>
> Signed-off-by: Marek Vasut
> ---
> board/olimex/mx23_olinuxino/mx23_olinuxino.c | 17 -
> board/olimex/mx23_olinuxino/spl_boot.c | 10 ++
> include/configs/mx23_olinuxino.h | 12 +++
Dear Otavio Salvador,
NAK. DMA works on MX28 and works in Linux on MX23, therefore the DMA is not
broken on either. Thus there's no reason to introduce such "force_pio" stuff.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http:
Dear Otavio Salvador,
> This does the same reset mask as done in v3.7 Linux kernel code; it
> fixed the saveenv command in mx23evk.
>
> Signed-off-by: Otavio Salvador
> ---
> drivers/mmc/mxsmmc.c | 16 +++-
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/drivers
Dear Otavio Salvador,
This should not be a part of the patchset. Description is missing.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Otavio Salvador,
> Signed-off-by: Otavio Salvador
> ---
> drivers/mmc/mxsmmc.c | 2 ++
> include/configs/mx23_olinuxino.h | 1 +
> 2 files changed, 3 insertions(+)
>
> diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
> index 4b178be..618659e 100644
> --- a/drivers/mmc/m
1 - 100 of 132 matches
Mail list logo