The execution order of the bootm subcommands is fixed.
Although here is a sanity check in the state machine
which should prevent running the subcommands in wrong
order but it does not catch all possible errors.
It is possible to run any subcommand without running
'bootm start' first which leads to
This commit makes the video subsystem code cache aware.
Memory allocated for decompressed BMP memory is now cache line aligned.
Tested-by: Lukasz Majewski
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Anatolij Gustschin
---
common/cmd_bmp.c |2 +-
1 files changed, 1 inse
On 01/07/2013 02:54 PM, Amarendra Reddy wrote:
> Hi Jaehoon,
>
> The sequence to be followed to access(read/write) boot partitions is i)
> open() the boot partition, ii) Do the job , iii) Then close() boot
> partition.
>
> I understand that
> 1) You want a single generic function "mmc_boot_part_
lcd_set_flush_dcache(1) function is called from trats configuration file
to enable lcd_sync function.
Tested-at: TRATS (Exynos 4210)
Tested-by: Lukasz Majewski
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
board/samsung/trats/trats.c |3 +++
1 files chang
Some platforms (e.g. IGEPv2 board) has a broken ns16550 UART that
does not set the TEMT bit when the transmitter is empty in SPL.
This makes U-Boot to hang while waiting for TEMT to be set.
Add a new option to avoid this:
CONFIG_SYS_NS16550_BROKEN_TEMT
16550 UART set the Transmitter Empty (TEMT)
IGEP board PC16550D (ns16550) UART doesn't set the
Transmitter Empty (TEMT) Bit in SPL. This makes
U-Boot to hang while waiting for TEMT. Add the
CONFIG_SYS_NS16550_BROKEN_TEMT config option to
avoid this issue.
Signed-off-by: Javier Martinez Canillas
---
include/configs/igep00x0.h |3 +++
1
On Thu, Jan 3, 2013 at 10:04 PM, Tom Rini wrote:
> On Wed, Jan 2, 2013 at 9:58 PM, Scott Wood wrote:
>> On 12/23/2012 05:17:25 PM, Javier Martinez Canillas wrote:
>>>
>>> On Sat, Dec 22, 2012 at 4:40 AM, Javier Martinez Canillas
>>> wrote:
>>> >
>>> > But if I'm the only one having this issue ma
On Sat, Jan 5, 2013 at 2:50 PM, Stefano Babic wrote:
> On 28/12/2012 20:17, Otavio Salvador wrote:
>> For a generic environment, we shouldn't have a fixed rootfs filesystem
>> so we drop it from env.
>>
>> Signed-off-by: Otavio Salvador
>> ---
>
> Hi Otavio,
>
>> Changes in v2:
>> - reformat env
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net]
> Sent: 23 December 2012 20:40
> To: Prafulla Wadaskar
> Cc: 'u-boot@lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik;
> 'Wolfgang Denk'; Andreas Bießmann
> Subject: Re: Pull request for u-boot-marvell.git
>
Move the environment initialization code into a
separate function. This make the code reusable
for bootm subcommands.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
arch/mips/lib/bootm.c | 50 ++---
1 file changed, 27 insertions(+), 23 deleti
The bootm command supports subcommands since long time
however those subcommands are not yet usable on MIPS.
The patch is based on the ARM implementation, and it adds
support for the 'prep' and 'go' subcommands only.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
arch/mips/lib/bootm.c |
Move the actual jump code into a separate function.
This make the code reusable for bootm subcommands.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
arch/mips/lib/bootm.c | 32 +++-
1 file changed, 19 insertions(+), 13 deletions(-)
diff --git a/arch/mips/l
This patch converts lowlevel_init.S to lowlevel_init_c.c.
Add PMIC MAX77686 voltage settings for SMDK5250.
Changes in V2:
- Added early serial support.
- Moved patch 2 containing power apis to patch 1 due to dependency
- moved lowlevel_init.S to arch/arm/cpu/armv7/exynos an
Dear Benoît Thébaudeau,
> Hi all,
>
> This series aims at adding support for i.MX5 to the mxc nand mtd and spl
> drivers. It also fixes several issues and cleans up the code a little bit.
>
> Best regards,
> Benoît
Did this patchset advance any further? Any chance we can see this applied?
Anyt
This patch adds functions to intialsise power registers during
spl boot.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Moved from second patch to first patch
- Renamed ps_hold_setup to power_ps_hold_setup
- Added explanation before each power function definition
a
This patch converts lowlevel_init.S to lowlevel_init_c.c for
SMDK5250.
Lowlevel.S as of now added only for SMDK5250 and same can be
extended to other SOC in future.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Renamed lowlevel_init.S to lowlevel.S and moved to
arch/arm/
This patch adds required pmic voltage settings for SMDK5250.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Added pmic_reg_update static function.
- Added error check.
board/samsung/smdk5250/smdk5250.c | 110 -
include/power/max77686_p
RAM stack pointer address to enable u-boot booting
after conversion of lowlevel_init.S to lowlevel_init_c.c.
Added CONFIG_CMD_BOOTZ to boot zImage.dtb kernel image.
Configs required for early serial initialisation added.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Addded Configs
Dear Marek Vasut,
On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote:
> Dear Benoît Thébaudeau,
>
> > Hi all,
> >
> > This series aims at adding support for i.MX5 to the mxc nand mtd
> > and spl
> > drivers. It also fixes several issues and cleans up the code a
> > little bit.
> >
> > Bes
Dear Benoît Thébaudeau,
> Dear Marek Vasut,
>
> On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote:
> > Dear Benoît Thébaudeau,
> >
> > > Hi all,
> > >
> > > This series aims at adding support for i.MX5 to the mxc nand mtd
> > > and spl
> > > drivers. It also fixes several issues and clea
For production systems it is better to use script images since
they are protected by checksums and carry valuable information like
name and timestamp. Also, you can't validate the content passed to
env import.
But for development, it is easier to use the env import command and
plain text files ins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/06/2013 12:24 PM, Simon Glass wrote:
> Hi Tom,
>
> On Sun, Jan 6, 2013 at 9:16 AM, Tom Rini wrote:
>> On Sun, Jan 06, 2013 at 08:28:39AM -0800, Simon Glass wrote:
>>
>> [snip]
>>> If you don't support a gcc option it should be possible to
>>>
On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
> ---
> Changes in v2:
> - Allow use of dynamic/static ip
> - Allow force use, or not, of fdt
> - Change 'auto' to 'try'
[snip]
> @@ -169,13 +173,43 @@
> "loaduimage=fatload mmc ${mmcdev}:${mmc
On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
> ---
> Changes in v2:
> - Allow use of dynamic/static ip
> - Allow force use, or not, of fdt
> - Change 'auto' to 'try'
[snip]
> + "if run ${get_cmd} ${ftd_addr} ${ftd_file}; the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/07/2013 07:05 AM, Otavio Salvador wrote:
> On Sat, Jan 5, 2013 at 2:50 PM, Stefano Babic
> wrote:
>> On 28/12/2012 20:17, Otavio Salvador wrote:
>>> For a generic environment, we shouldn't have a fixed rootfs
>>> filesystem so we drop it from
On Mon, Jan 7, 2013 at 12:04 PM, Tom Rini wrote:
> On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote:
>
>> Signed-off-by: Otavio Salvador
>> ---
>> Changes in v2:
>> - Allow use of dynamic/static ip
>> - Allow force use, or not, of fdt
>> - Change 'auto' to 'try'
> [snip]
>> @@ -169
On Mon, Jan 7, 2013 at 12:06 PM, Tom Rini wrote:
> On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote:
>
>> Signed-off-by: Otavio Salvador
>> ---
>> Changes in v2:
>> - Allow use of dynamic/static ip
>> - Allow force use, or not, of fdt
>> - Change 'auto' to 'try'
> [snip]
>> +
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/07/2013 09:17 AM, Otavio Salvador wrote:
> On Mon, Jan 7, 2013 at 12:04 PM, Tom Rini wrote:
>> On Fri, Dec 28, 2012 at 05:17:05PM -0200, Otavio Salvador wrote:
>>
>>> Signed-off-by: Otavio Salvador ---
>>> Changes in v2: - Allow use of dynami
Hi Benoît,
On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau
wrote:
> Fabio, can you give me the reference of the NAND Flash that you will use for
> testing on i.MX53? That will allow me to adjust the NFC clock and to know if I
> also have to add support for 4-kiB pages or multi-CS.
The NAND I
On Tue, Nov 27, 2012 at 01:43:25PM +0100, Albert ARIBAUD wrote:
> Move all the C runtime setup code from every start.S
> in arch/arm into arch/arm/lib/crt0.S. This covers
> the code sequence from setting up the initial stack
> to calling into board_init_r().
>
> Also, rewrite the C runtime setup
On Tue, Nov 27, 2012 at 01:43:26PM +0100, Albert ARIBAUD wrote:
> Remove code such as unneeded includes or labels.
> These removals have no functional effect.
>
> Signed-off-by: Albert ARIBAUD
> ---
> Changes in v2:
> - removed useless includes in arm926ejs and arm925t
On beaglebone Rev A5
Test
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/30/2012 01:13 AM, Nikita Kiryanov wrote:
> Gentle ping.
>
> On 12/03/2012 02:19 PM, Nikita Kiryanov wrote:
>> This patchset implements card detection and write protection
>> check for omap mmc. The write protect implementation also adds
>> gen
Hi,
Here is a proposed updated patch series to unmap page 0 on OMAP5, rebased on
denx/master:
[PATCH v4 1/3] ARM: cache: declare set_section_dcache
[PATCH v4 2/3] ARM: cache: introduce weak arm_setup_identity_mapping
[PATCH v4 3/3] ARM: OMAP5: redefine arm_setup_identity_mapping
Necessary
We declare the set_section_dcache function globally in the cache header, for
later use by e.g. machine specific code.
Signed-off-by: Vincent Stehlé
Cc: Tom Rini
---
arch/arm/include/asm/cache.h |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/cache.h b/arch/arm/includ
Separate the MMU identity mapping for ARM in a weak function, to allow
redefinition with platform specific function.
This is motivated by the need to unmap the region near address zero on HS OMAP
devices, to avoid speculative accesses. Accessing this region causes security
violations, which we wan
We introduce an OMAP5 specific version of arm_setup_identity_mapping(), which
makes the first page of the identity mapping invalid.
We want to unmap the region near address zero on HS OMAP devices, to avoid
speculative accesses. Accessing this region causes security violations, which
we want to av
Dear Fabio Estevam,
> Hi Benoît,
>
> On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau
>
> wrote:
> > Fabio, can you give me the reference of the NAND Flash that you will use
> > for testing on i.MX53? That will allow me to adjust the NFC clock and to
> > know if I also have to add support for
Dear Marek Vasut,
On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote:
> Dear Fabio Estevam,
>
> > Hi Benoît,
> >
> > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau
> >
> > wrote:
> > > Fabio, can you give me the reference of the NAND Flash that you
> > > will use
> > > for testing on
Dear Benoît Thébaudeau,
> #define CONFIG_SYS_MAX_NAND_DEVICE 1
> #define CONFIG_SYS_NAND_BASENFC_BASE_ADDR_AXI
> #define CONFIG_NAND_MXC
> #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI
> #define CONFIG_MXC_NAND_IP_REGS_BASENFC_BASE_ADDR
> #define CONFIG_SYS_NAND_LA
Dear Vivek Gautam,
> This patch enables Vbus required for USB 2.0 controller.
>
> Signed-off-by: Vivek Gautam
> Signed-off-by: Rajeshwari Shinde
> ---
Can you please rebase on top of u-boot-usb/next ?
Best regards,
Marek Vasut
___
U-Boot mailing lis
This patchset improves the default environment of machines currently
supported in OpenEmbedded and Yocto to make it compatible with
mainline and Freescale BSP Linux kernel.
A new patch has been add to change the format in mx6qsabrelite in
environment setting and already merged patches removed fro
Dear Benoît Thébaudeau,
> Dear Marek Vasut,
>
> On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote:
> > Dear Fabio Estevam,
> >
> > > Hi Benoît,
> > >
> > > On Mon, Jan 7, 2013 at 11:37 AM, Benoît Thébaudeau
> > >
> > > wrote:
> > > > Fabio, can you give me the reference of the NAND Fla
This rework the environment to use tabs for environment setting as
done in other boards.
Signed-off-by: Otavio Salvador
---
Changes in v3: None
Changes in v2:
- New patch
include/configs/mx6qsabrelite.h | 66 +++
1 file changed, 33 insertions(+), 33 deletio
Signed-off-by: Otavio Salvador
---
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow force use, or not, of fdt
- Change 'auto' to 'try'
include/configs/mx53loco.h | 41 +++--
1 fil
Signed-off-by: Otavio Salvador
---
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow force use, or not, of fdt
- Change 'auto' to 'try'
include/configs/mx28evk.h | 41 +++--
1 file
For a generic environment, we shouldn't have a fixed rootfs filesystem
so we drop it from env.
Signed-off-by: Otavio Salvador
---
Changes in v3: None
Changes in v2:
- reformat environment change to fit in 80 cols
include/configs/mx28evk.h |8 +++-
1 file changed, 3 insertions(+), 5 del
Signed-off-by: Otavio Salvador
---
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow force use, or not, of fdt
- Change 'auto' to 'try'
include/configs/mx6qsabrelite.h | 41 +--
1
Signed-off-by: Otavio Salvador
---
Changes in v3:
- Add loadfdt
- Use loadfdt
- Call exit to abort script
Changes in v2:
- Allow use of dynamic/static ip
- Allow force use, or not, of fdt
- Change 'auto' to 'try'
include/configs/mx6qsabre_common.h | 43 +---
in
On Mon, Jan 7, 2013 at 2:43 PM, Otavio Salvador wrote:
> "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0"
> \
> + "loadftd=fatload mmc ${mmcdev}:${mmcpart} ${ftd_addr} ${ftd_file}\0" \
> "mmcboot=echo Booting from mmc ...; " \
> "run mmc
Dear Marek Vasut,
On Monday, January 7, 2013 5:42:11 PM, Marek Vasut wrote:
> Dear Benoît Thébaudeau,
>
> > Dear Marek Vasut,
> >
> > On Monday, January 7, 2013 4:08:45 PM, Marek Vasut wrote:
> > > Dear Fabio Estevam,
> > >
> > > > Hi Benoît,
> > > >
> > > > On Mon, Jan 7, 2013 at 11:37 AM, Be
On Mon, Jan 7, 2013 at 2:51 PM, Fabio Estevam wrote:
> On Mon, Jan 7, 2013 at 2:43 PM, Otavio Salvador
> wrote:
>
>> "loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr}
>> ${uimage}\0" \
>> + "loadftd=fatload mmc ${mmcdev}:${mmcpart} ${ftd_addr} ${ftd_file}\0"
>> \
>>
From: Daniel Schwierzeck
To make bootm sub-command feature working on archs with
CONFIG_NEEDS_MANUAL_RELOC,
the name pointers in the sub-command table need to be relocated.
Signed-off-by: Daniel Schwierzeck
---
common/cmd_bootm.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
d
On Mon, Jan 7, 2013 at 2:58 PM, Otavio Salvador wrote:
> Yes; it will go out and won't try tftp. In this case I can remove the
> exit and change the ERROR to WARNINF. What do you think?
Yes, please remove the exit.
>
>> Also, can you confirm that your patchset works in the following cases:
>>
>
2013/1/7 Gabor Juhos :
> The bootm command supports subcommands since long time
> however those subcommands are not yet usable on MIPS.
>
> The patch is based on the ARM implementation, and it adds
> support for the 'prep' and 'go' subcommands only.
>
> Signed-off-by: Gabor Juhos
> Cc: Daniel Schw
Dear All,
I am using IMX53-Start-R board of freescale. I am trying to configure USB Host
in U-Boot of I.MX53 and I am also facing the same as you are having in I.MX25,
Please see the below dump and suggest:
CPU: Freescale i.MX53 family 2.1V at 800 MHz
mx53 pll1: 800MHz
mx53 pll2: 400MHz
York Sun wrote:
> From: James Yang
>
> getenv_f() searches the environment for a variable name and copies the
> value of the variable to a buffer pointed to by one of the function's
> parameters. However, this means that the buffer needs to exist and
> needs to be of sufficient length (passed as
Hello,
I am following up on this thread:
"Merging device trees at runtime for module-based systems"
http://lists.denx.de/pipermail/u-boot/2012-November/139618.html
I do not have a modular based system, so I do not need the full
flexibility of merging DT fragments at runtime. However, I am very
On 01/07/2013 11:01 AM, Curt Brune wrote:
> Hello,
>
> I am following up on this thread:
> "Merging device trees at runtime for module-based systems"
> http://lists.denx.de/pipermail/u-boot/2012-November/139618.html
>
> I do not have a modular based system, so I do not need the full
> flexibility
On 01/07/2013 10:36 AM, Stephen Warren wrote:
On 01/07/2013 11:01 AM, Curt Brune wrote:
Hello,
I am following up on this thread:
"Merging device trees at runtime for module-based systems"
http://lists.denx.de/pipermail/u-boot/2012-November/139618.html
I do not have a modular based system, so
2013.01.07. 18:15 keltezéssel, Daniel Schwierzeck írta:
> 2013/1/7 Gabor Juhos :
>> The bootm command supports subcommands since long time
>> however those subcommands are not yet usable on MIPS.
>>
>> The patch is based on the ARM implementation, and it adds
>> support for the 'prep' and 'go' subc
Dear Curt Brune,
In message <50eb0d92.2020...@cumulusnetworks.com> you wrote:
>
> What I would love is to have a single multi-file uImage I could use on
> all my platforms. The idea is to introduce a new image type that is a
> list of device tree blobs.
In addition to the file system based ap
2013.01.07. 20:44 keltezéssel, Gabor Juhos írta:
> 2013.01.07. 18:15 keltezéssel, Daniel Schwierzeck írta:
>> 2013/1/7 Gabor Juhos :
>>> The bootm command supports subcommands since long time
>>> however those subcommands are not yet usable on MIPS.
>>>
>>> The patch is based on the ARM implementat
Hi Everyone!
I'm working on adding device tree support for the ath79 platform. I have
experimental patches for several things already however my main problem
currently is how the DT should be passed to the kernel.
There were a thread [1] about that on the lmo list in 2011 already, but there
were
On 01/07/2013 12:12 PM, Wolfgang Denk wrote:
Dear Curt Brune,
In message <50eb0d92.2020...@cumulusnetworks.com> you wrote:
What I would love is to have a single multi-file uImage I could use on
all my platforms. The idea is to introduce a new image type that is a
list of device tree blobs.
'bool' is defined in random places. This patch consolidates them into a
single typedef.
Signed-off-by: York Sun
---
arch/blackfin/include/asm/posix_types.h |3 ---
board/Marvell/include/core.h|5 -
drivers/mtd/nand/mxc_nand.c |2 --
drivers/usb/musb-new/li
On 01/07/2013 04:10:28 PM, York Sun wrote:
diff --git a/include/linux/types.h b/include/linux/types.h
index 1b0b4a4..b359c33 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -113,6 +113,8 @@ typedef __u64 u_int64_t;
typedef__s64 in
Dear York Sun,
In message <1357596628-27501-1-git-send-email-york...@freescale.com> you wrote:
> 'bool' is defined in random places. This patch consolidates them into a
> single typedef.
Has this been actually compile tested?
...
> --- a/include/linux/types.h
> +++ b/include/linux/types.h
> @@ -
York Sun wrote:
> 'bool' is defined in random places. This patch consolidates them into a
> single typedef.
... and defines 'bool' in a completely different way, so it doesn't just
"consolidate" the definitions.
I would add a comment that says that _Bool was introduced in C99, so it
should be saf
On 01/07/2013 04:39:42 PM, Wolfgang Denk wrote:
Dear York Sun,
In message <1357596628-27501-1-git-send-email-york...@freescale.com>
you wrote:
> 'bool' is defined in random places. This patch consolidates them
into a
> single typedef.
Has this been actually compile tested?
...
> --- a/inc
Wolfgang Denk writes:
> Dear York Sun,
>
> In message <1357596628-27501-1-git-send-email-york...@freescale.com> you
> wrote:
>> 'bool' is defined in random places. This patch consolidates them into a
>> single typedef.
>
> Has this been actually compile tested?
>
> ...
>> --- a/include/linux/typ
'bool' is defined in random places. This patch consolidates them into a
single typedef, using _Bool introduced in C99.
Signed-off-by: York Sun
---
Change since v1:
Move 'false' and 'true' to the common header file.
Need help from other arch maintainers to test it. I could only test powerpc.
a
From: James Yang
This patch adds the ability for the FSL DDR interactive debugger to
automatically run the sequence of commands stored in the ddr_interactive
environment variable. Commands are separated using ';'.
ddr_interactive=compute; edit c0 d0 dimmparms caslat_X 0x3FC0; go
Signed-off-by:
On 01/04/2013 05:47:06 PM, Andrei wrote:
Hi,
Recently I am start getting strange problem
with u-boot-2011.09. MPC8313ERDB like
configuration ( main change - I am using
different NAND flash - 256MBib - need change
page size)
Please always try with the latest U-Boot when you have a problem -- or
On 01/07/2013 07:47:12 AM, Marek Vasut wrote:
Dear Benoît Thébaudeau,
> Dear Marek Vasut,
>
> On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote:
> > Dear Benoît Thébaudeau,
> >
> > > Hi all,
> > >
> > > This series aims at adding support for i.MX5 to the mxc nand mtd
> > > and spl
> > > d
On 07/01/13 18:23, Lukasz Majewski wrote:
> lcd_set_flush_dcache(1) function is called from trats configuration file
> to enable lcd_sync function.
>
> Tested-at: TRATS (Exynos 4210)
> Tested-by: Lukasz Majewski
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
Hi Lukasz,
On Mon, Jan 7, 2013 at 1:23 AM, Lukasz Majewski wrote:
> This commit makes the video subsystem code cache aware.
> Memory allocated for decompressed BMP memory is now cache line aligned.
>
> Tested-by: Lukasz Majewski
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
>
On Mon, Jan 7, 2013 at 1:23 AM, Lukasz Majewski wrote:
> lcd_set_flush_dcache(1) function is called from trats configuration file
> to enable lcd_sync function.
>
> Tested-at: TRATS (Exynos 4210)
> Tested-by: Lukasz Majewski
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc:
On 03/01/13 16:31, Piotr Wilczek wrote:
> This patch add pinmux settings for Exynos4 for mmc0 and mmc2
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> CC: Albert ARIBAUD
> ---
> arch/arm/cpu/armv7/exynos/pinmux.c | 45
> ++
On 27/12/12 15:03, Rajeshwari Shinde wrote:
> This patch set adds FDT support to I2C, I2S, SPI
> drivers for SMDK5250.
>
> Separate patch sets for each driver are rebased on lastest u-boot-samsung.
> Following is the link for each driver patch set combined
>
> 1) I2C V4: "http://comments.gmane.or
Dear Ajay Kumar,
On 21/12/12 19:35, Ajay Kumar wrote:
> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs.
> In order to get LCD console, we need to enable half word swap feature
> of FIMD and use 16 BPP.
> LCD console and proprietary Logo cannot be used simultaneously.
> We
Dear Ajay,
On 21/12/12 19:35, Ajay Kumar wrote:
> Add panel_info structure required by LCD driver
> and DP panel platdata for SMDK5250.
> Add GPIO configuration for LCD.
> Enable FIMD and DP support on SMDK5250.
> DP Panel size: 2560x1600.
> We use 16BPP resolution to get LCD console.
>
> Signed-
Hi,
On Mon, Jan 7, 2013 at 2:21 PM, Curt Brune wrote:
>
>
> On 01/07/2013 12:12 PM, Wolfgang Denk wrote:
>>
>> Dear Curt Brune,
>>
>> In message <50eb0d92.2020...@cumulusnetworks.com> you wrote:
>>>
>>>
>>> What I would love is to have a single multi-file uImage I could use on
>>> all my platform
Hi, All,
I'm not sure who would be the maintainer should I ask for review, and no
comments till now.
Could the patch be applied?
Thanks!
Best Regards,
Shaohui Xie
> -Original Message-
> From: Xie Shaohui-B21989
> Sent: Tuesday, December 18, 2012 2:11 PM
> To: u-boot@lists.denx.de
> Cc:
Hi Minkyu Kang,
Thank you for Applying the patches.
On Tue, Jan 8, 2013 at 7:28 AM, Minkyu Kang wrote:
> On 27/12/12 15:03, Rajeshwari Shinde wrote:
>> This patch set adds FDT support to I2C, I2S, SPI
>> drivers for SMDK5250.
>>
>> Separate patch sets for each driver are rebased on lastest u-boo
On 08/01/13 14:31, Ajay kumar wrote:
> Hi Minkyu,
>
> On Tue, Jan 8, 2013 at 8:05 AM, Minkyu Kang wrote:
>> Dear Ajay Kumar,
>>
>> On 21/12/12 19:35, Ajay Kumar wrote:
>>> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs.
>>> In order to get LCD console, we need to enable
Hi All,
Please do let me know if any comments on these patches.
Regards,
Rajeshwari Shinde.
On Fri, Jan 4, 2013 at 11:08 AM, Rajeshwari Shinde
wrote:
> Add FDT support to PMIC MAX77686 chip.
>
> This patch set is based on top of:
> "[U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support"
> link fo
Hi Marek,
CCing: Simon Glass
On Mon, Jan 7, 2013 at 9:07 PM, Marek Vasut wrote:
> Dear Vivek Gautam,
>
>> This patch enables Vbus required for USB 2.0 controller.
>>
>> Signed-off-by: Vivek Gautam
>> Signed-off-by: Rajeshwari Shinde
>> ---
>
> Can you please rebase on top of u-boot-usb/next ?
Hi Minkyu,
On Tue, Jan 8, 2013 at 8:05 AM, Minkyu Kang wrote:
> Dear Ajay Kumar,
>
> On 21/12/12 19:35, Ajay Kumar wrote:
>> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs.
>> In order to get LCD console, we need to enable half word swap feature
>> of FIMD and use 16 BPP
On Tue, Jan 8, 2013 at 8:10 AM, Minkyu Kang wrote:
> Dear Ajay,
>
> On 21/12/12 19:35, Ajay Kumar wrote:
>> Add panel_info structure required by LCD driver
>> and DP panel platdata for SMDK5250.
>> Add GPIO configuration for LCD.
>> Enable FIMD and DP support on SMDK5250.
>> DP Panel size: 2560x16
Dear Måns Rullgård,
In message you wrote:
>
> >> +typedef _Bool bool;
> >
> > And what exactly would "_Bool" be?
>
> _Bool is a C99 type (though I fail to imagine why). If using this, one
> might as well use the C99 header stdbool.h providing macros for 'bool',
> 'true' and 'false' instead of
Dear York Sun,
In message <1357602948-16848-1-git-send-email-york...@freescale.com> you wrote:
> 'bool' is defined in random places. This patch consolidates them into a
> single typedef, using _Bool introduced in C99.
>
> Signed-off-by: York Sun
> ---
> Change since v1:
> Move 'false' and 'true
Dear York Sun,
In message <1357323245-12455-1-git-send-email-york...@freescale.com> you wrote:
>...
> CONFIG_FSL_DDR_INTERACTIVE needs to be defined in header file. To enter the
> debug mode by key press, press key 'd' shortly after reset, like one would
> do to abort auto booting. It is fixed to
This patch enables Vbus required for USB 2.0 controller.
Signed-off-by: Vivek Gautam
Signed-off-by: Rajeshwari Shinde
---
Changes from v2:
- Rebased on top of u-boot-usb/next
- Enclosed the function definition for board_usb_vbus_init()
inside "CONFIG_USB_EHCI_EXYNOS"
Hi Daniel
Thanks for reply. patches coming soon.
Xiangfu
On 01/07/2013 03:54 AM, Daniel Schwierzeck wrote:
> 2013/1/4 Xiangfu Liu :
>> Hi
>>
>> Any chance merge this commit to upstream. make it a new year gift for me. :)
>> Thanks
>>
>> Xiangfu
>>
>
> hm, somehow I missed that patch. Please prep
On Jan 7, 2013, at 10:35 PM, Wolfgang Denk wrote:
> Dear York Sun,
>
> In message <1357323245-12455-1-git-send-email-york...@freescale.com> you
> wrote:
>> ...
>> CONFIG_FSL_DDR_INTERACTIVE needs to be defined in header file. To enter the
>> debug mode by key press, press key 'd' shortly after
Dear Scott Wood,
> On 01/07/2013 07:47:12 AM, Marek Vasut wrote:
> > Dear Benoît Thébaudeau,
> >
> > > Dear Marek Vasut,
> > >
> > > On Monday, January 7, 2013 2:02:47 PM, Marek Vasut wrote:
> > > > Dear Benoît Thébaudeau,
> > > >
> > > > > Hi all,
> > > > >
> > > > > This series aims at addin
Dear Vivek Gautam,
> Hi Marek,
>
>
> CCing: Simon Glass
>
> On Mon, Jan 7, 2013 at 9:07 PM, Marek Vasut wrote:
> > Dear Vivek Gautam,
> >
> >> This patch enables Vbus required for USB 2.0 controller.
> >>
> >> Signed-off-by: Vivek Gautam
> >> Signed-off-by: Rajeshwari Shinde
> >> ---
> >
Dear Vivek Gautam,
> From: Rajeshwari Shinde
>
> Adding fdt support to ehci-exynos in order to parse
> register base addresses from the device node.
>
> Signed-off-by: Vivek Gautam
> Signed-off-by: Rajeshwari Shinde
Applied, thanks
Best regards,
Marek Vasut
_
Dear Vivek Gautam,
> From: Rajeshwari Shinde
>
> This patch adds the device node required for USB
>
> Signed-off-by: Vivek Gautam
Please rebase on u-boot-usb/next.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
Dear Vivek Gautam,
> From: Rajeshwari Shinde
>
> Add required compatible information for USB
>
> Signed-off-by: Vivek Gautam
> Acked-by: Simon Glass
Please rebase on u-boot-usb/next.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.d
1 - 100 of 107 matches
Mail list logo