Re: [U-Boot] [PATCH v2] mx6: Fix get_board_rev() for the mx6 solo case

2013-03-28 Thread Dirk Behme
On 27.03.2013 18:36, Fabio Estevam wrote: When booting a Freescale kernel 3.0.35 on a Wandboard solo, the get_board_rev() returns 0x62xxx, which is not a value understood by the VPU (Video Processing Unit) library in the kernel and causes the video playback to fail. The expected values for ge

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-28 Thread Minkyu Kang
On 07/03/13 18:26, Amarendra Reddy wrote: > Dear Wolfgang, > Thank you for the comments. > Ok, I will make this code conditional. please don't top posting. > I will prepare a new patch and post the same. Do you have a plan to resend? > > Thanks & Regards > Amarendra > > On 6 March 2013 02:13,

Re: [U-Boot] [PATCH V7 08/10] SMDK5250: Enable EMMC booting

2013-03-28 Thread Minkyu Kang
Dear Amar, On 05/03/13 22:11, Amar wrote: > This patch adds support for EMMC booting on SMDK5250. > > Signed-off-by: Amar > Acked-by: Simon Glass > --- > Changes since V1: > 1)Updated spl_boot.c file to maintain irom pointer table > instead of using the #define values defined in hea

Re: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-03-28 Thread Minkyu Kang
Dear Amar, On 05/03/13 22:11, Amar wrote: > This patch adds FDT and non-FDT support for I2C, and initialise > the I2C channels. > > Signed-off-by: Amar > --- > Changes since V4: > New patch. > > Changes since V5: > 1)Removed the function call i2c_init() present inside the > fu

Re: [U-Boot] [PATCH RESEND 0/3] ARM: mmu: Set domain permissions to client access

2013-03-28 Thread Albert ARIBAUD
Hi Sricharan, On Tue, 5 Mar 2013 11:34:42 +0530, Sricharan R wrote: > Currently for ARM based cpu's, mmu pagetable attributes are > set with manager permissions for all 4GB address space. > Because of this the 'execute never (XN)' permission is > never checked on read sensitive regions which res

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-28 Thread Andreas Bießmann
Dear Manfred Huber, On 03/28/2013 07:06 AM, Manfred Huber wrote: > On 2013-03-27 14:37, Andreas Bießmann wrote: >> On 03/25/2013 11:02 PM, Manfred Huber wrote: >>> +serial_out(UART_LCR_DLAB, &com_port->lcr); >>> +serial_out(baud_divisor & 0xff, &com_port->dll); >>> +s

Re: [U-Boot] [PATCH] ARM: bcm2835: fix get_timer() to return mS

2013-03-28 Thread Albert ARIBAUD
Hi Stephen, On Thu, 21 Mar 2013 21:32:30 -0600, Stephen Warren wrote: > Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer > driver to conform to this. > > Signed-off-by: Stephen Warren > --- > arch/arm/cpu/arm1176/bcm2835/timer.c | 13 + > include/configs/rp

[U-Boot] [PATCH v3 0/7] This patch series adds the drivers for the cros-ec protocol that is used to

2013-03-28 Thread Hung-ying Tyan
communicate with the ChromeOS Embedded Controller (EC). The series also enables its use in Google Snow based on smdk5250. The series depends on the following patches: 1) http://patchwork.ozlabs.org/patch/217347 add dts file for Snow 2) mmc series: http://patchwork.ozlabs.org/patch/225008 3) power

[U-Boot] [PATCH v3 3/7] cros: add SPI support for cros_ec

2013-03-28 Thread Hung-ying Tyan
This patch adds SPI support for carrying out the cros_ec protocol. Signed-off-by: Hung-ying Tyan Signed-off-by: Randall Spangler Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. - Added commit message. - Dropped the period from

[U-Boot] [PATCH v3 5/7] cros: adds cros_ec keyboard driver

2013-03-28 Thread Hung-ying Tyan
This patch adds the driver for keyboard that's controlled by ChromeOS EC. Signed-off-by: Randall Spangler Signed-off-by: Simon Glass Signed-off-by: Vincent Palatin Signed-off-by: Hung-ying Tyan --- Changes in v3: - Rearranged #include directives in alphabetical order. - Removed outdated TODO

[U-Boot] [PATCH v3 7/7] cros: enable cros-ec for smdk5250

2013-03-28 Thread Hung-ying Tyan
This patch initiates cros-ec in board_init() to enable it for smdk5250. Signed-off-by: Simon Glass Signed-off-by: Vincent Palatin Signed-off-by: Hung-ying Tyan --- Changes in v3: None Changes in v2: - Moved code from smdk5250.c (non-FDT) to exynos5-dt.c (FDT). - Moved code from smdk5250.h to e

[U-Boot] [PATCH v3 6/7] cros: exynos: add cros-ec device nodes to exynos5250-snow.dts

2013-03-28 Thread Hung-ying Tyan
Signed-off-by: Hung-ying Tyan --- Changes in v3: None Changes in v2: - Added gpio node to exynos5250.dtsi. - Added commit message. - Dropped the period from commit subject. arch/arm/dts/exynos5250.dtsi | 3 ++ board/samsung/dts/exynos5250-snow.dts | 82

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-28 Thread Javier Martinez Canillas
On Thu, Mar 28, 2013 at 9:45 AM, Andreas Bießmann wrote: > Dear Manfred Huber, > > On 03/28/2013 07:06 AM, Manfred Huber wrote: >> On 2013-03-27 14:37, Andreas Bießmann wrote: > > > >>> On 03/25/2013 11:02 PM, Manfred Huber wrote: > > > +serial_out(UART_LCR_DLAB, &com_port->lcr); >>

[U-Boot] [PATCH v3 4/7] cros: add LPC support for cros_ec

2013-03-28 Thread Hung-ying Tyan
This patch adds LPC support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler Signed-off-by: Simon Glass Signed-off-by: Hung-ying Tyan --- Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. - Added commit message. - Dropped the period from

[U-Boot] [PATCH v3 2/7] cros: add I2C support for cros_ec

2013-03-28 Thread Hung-ying Tyan
This patch adds I2C support for carrying out the cros_ec protocol. Signed-off-by: Randall Spangler Signed-off-by: Simon Glass Signed-off-by: Hung-ying Tyan --- Changes in v3: None Changes in v2: - Fixed warnings of exceeding 80 chars in a line. - Added Commit message. - Dropped the period from

Re: [U-Boot] [PATCH] armv7: do not relocate _start twice

2013-03-28 Thread Albert ARIBAUD
Hi Vincent, On Fri, 15 Mar 2013 17:54:00 +0100, Vincent Stehlé wrote: > The _start symbol is already relocated, so do not add the relocation the > second > time in c_runtime_cpu_setup. > > This fixes e.g. the abort exception handling path, which ended in double fault > due to bad address in VB

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-28 Thread Amarendra Reddy
Dear Minkyu, I have plans to send a new patch to 'make this code conditional'. But it will be a new patch. I am planning to take up this activity after the V7 patchset is merged into mainline. All patches of V7 patchset have been ACKED. On top, DWMMC patchset is long pending, and any changes will

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-28 Thread Andreas Bießmann
Hi Javier, On 03/28/2013 10:11 AM, Javier Martinez Canillas wrote: > On Thu, Mar 28, 2013 at 9:45 AM, Andreas Bießmann > wrote: >> Dear Manfred Huber, >> >> On 03/28/2013 07:06 AM, Manfred Huber wrote: >>> On 2013-03-27 14:37, Andreas Bießmann wrote: >>> The reason to setup the baud is for the

Re: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

2013-03-28 Thread Albert ARIBAUD
Hi Benoît, On Wed, 6 Mar 2013 19:59:07 +0100, Benoît Thébaudeau wrote: > From: Fabio Estevam > > Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT option so that other NAND controller > drivers could use it when a 16-bit NAND is deployed. > > drivers/mtd/nand/ndfc has CONFIG_SYS_NDFC_16BIT, so just r

[U-Boot] [PATCH] logo: update to the new logo for ATMEL

2013-03-28 Thread Josh Wu
Atmel change to new logo since 2012. This patch update the logo to new one. Signed-off-by: Josh Wu --- tools/logos/atmel.bmp | Bin 26334 -> 15478 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/tools/logos/atmel.bmp b/tools/logos/atmel.bmp index 3c445c9bc365aff31bf5f6c464a

Re: [U-Boot] [RFC/PATCH 0/4] BCH8 support for OMAP3

2013-03-28 Thread Andreas Bießmann
On 11/23/2012 04:14 PM, Andreas Bießmann wrote: > This RFC series implements BCH8 for OMAP3 as provided by linux kernel in > commit > 0e618ef0a6a33cf7ef96c2c824402088dd8ef48c. > This series is heavily influenced by Ilyas series 'NAND support for AM33XX' > thus could share some code. Any comments

[U-Boot] [PATCH 2/5] powerpc/pamu : PAMU configuration for accessing SEC block

2013-03-28 Thread Ruchika Gupta
Signed-off-by: Kuldip Giroh Signed-off-by: Ruchika Gupta --- Based upon git://git.denx.de/u-boot.git branch master arch/powerpc/cpu/mpc8xxx/Makefile |2 +- arch/powerpc/cpu/mpc8xxx/fsl_pamu_table.c | 68 + arch/powerpc/include/asm/fsl_pamu.h |

[U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-28 Thread Ruchika Gupta
The patch set adds support for next level image validation (linux, rootfs, dtb) in secure boot scenarios. The patch set adds the following functaionality : 1. In secure boot, PAMU is not in bypassed mode. For validating next level images, CAAM block needs to be accessed. In order to access the CA

[U-Boot] [PATCH 4/5] FSL SEC Driver : Add support for descriptor creation

2013-03-28 Thread Ruchika Gupta
The patch add supports for descriptor creation for doing 1.SHA256 and RSA Modular exponentiation. 2. Cryptographic blob encryption/decryption Following files have been picked up from caam driver in Linux : drivers/sec/error.c include/desc_constr.h Signed-off-by: Kuldip Giroh Sign

[U-Boot] [PATCH 1/5] arch/powerpc/cpu/mpc8xxx: PAMU driver support

2013-03-28 Thread Ruchika Gupta
PAMU driver basic support for usage in Secure Boot. In secure boot PAMU is not in bypass mode. Hence to use any peripheral (SEC Job ring in our case), PAMU has to be configured. The Header file fsl_pamu.h and few functions in driver have been derived from Freescale Libos. Signed-off-by: Kuldip Gi

[U-Boot] [PATCH 5/5] Added command for validation of images in case of secure boot

2013-03-28 Thread Ruchika Gupta
1. Default environment will be used for secure boot flow which can't be edited or saved. 2. Command for secure boot is predefined in the default environment which will run on autoboot (and autoboot is the only option allowed in case of secure boot) a

Re: [U-Boot] [PATCH V2] ARM: bcm2835: fix get_timer() to return ms

2013-03-28 Thread Albert ARIBAUD
Hi Stephen, On Wed, 27 Mar 2013 22:43:23 -0600, Stephen Warren wrote: > Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer > driver to conform to this. > > Have the timer implementation export a custom API get_timer_us() for use > by the BCM2835 MMC API, which needs us resol

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread nandakumar . ramaswamy
Hello, 1) Please share me, if any one used mx53loco - LVDS settings for hannstar (mcimx-lvds1) display as per the below, setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 console=tty1 video=mxcdi1fb:RGB666,TOSHIBA-XGA di1_primary ldb=single,di=1,ch1_map=SPWG' 2) And I have modified

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread Andreas Bießmann
Dear nandakumar.ramasw...@pricoltech.com, please stop TOFU [1]. On 03/28/2013 12:49 PM, nandakumar.ramasw...@pricoltech.com wrote: > > Hello, > And I tried the below command. But not get the correct output (SPLASH Image) > through U-Boot. > > MX53LOCO U-Boot > tftp 10 /tftpboot/lvds.b

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread Fabio Estevam
On Tue, Mar 26, 2013 at 3:16 AM, wrote: > > Hello Jens, > > Thanks for your quick response. > > Actually I tried with U-Boot latest release (u-boot-2013.01.01.tar.bz2) > also.But I am not able to see the SPLASH SCREEN. > So, please share the SPLASH SCREEN image enable procedure for latest U-boot

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread Fabio Estevam
On Thu, Mar 28, 2013 at 8:49 AM, wrote: > > Hello, > > 1) Please share me, if any one used mx53loco - LVDS settings for hannstar > (mcimx-lvds1) display as per the below, > > setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 console=tty1 > video=mxcdi1fb:RGB666,TOSHIBA-XGA di1_primar

[U-Boot] Merge conflict on Tegra SPI between u-boot/master and u-boot-arm/master

2013-03-28 Thread Albert ARIBAUD
Hello all, While preparing for an ARM PR, specifically a merge between commit 417c55803118eb8e350d5ab8ba6583fb39f4e2e3 (current u-boot/master ToT) and commit d53e340edf65ff253d3a7b06ebe60501045892e3 (current Tot for u-boot-arm/master), I hit the following merge conflicts: CONFLICT (content): Merg

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread Anatolij Gustschin
Hello, On Thu, 28 Mar 2013 17:19:15 +0530 (IST) nandakumar.ramasw...@pricoltech.com wrote: > > Hello, > > 1) Please share me, if any one used mx53loco - LVDS settings for > hannstar (mcimx-lvds1) display as per the below, I've never used mx53loco board, also I never used a hannstar display. T

Re: [U-Boot] [PATCH 1/9 v2] Exynos: Change get_timer() to work correctly

2013-03-28 Thread Akshay Saraswat
Thanks for your comments. Please find the reply corresponding to comments below. >Dear Akshay, > >On 28/02/13 19:59, Akshay Saraswat wrote: >> At present get_timer() does not return sane values. It should count up >> smoothly in milliscond intervals. >> >> diff --git a/arch/arm/cpu/armv7/s5p-comm

Re: [U-Boot] [PATCH v2] mx6: Fix get_board_rev() for the mx6 solo case

2013-03-28 Thread Eric Nelson
On 03/27/2013 10:36 AM, Fabio Estevam wrote: When booting a Freescale kernel 3.0.35 on a Wandboard solo, the get_board_rev() returns 0x62xxx, which is not a value understood by the VPU (Video Processing Unit) library in the kernel and causes the video playback to fail. The expected values for ge

Re: [U-Boot] [PATCH 3/9 v2] Exynos: pwm: Fix two bugs in the exynos pwm configuration code

2013-03-28 Thread Akshay Saraswat
Hi Minkyu, Thanks for your comments. >Dear Akshay, > >On 28/02/13 19:59, Akshay Saraswat wrote: >> First, the "div" value was being used incorrectly to compute the frequency of >> the PWM timer. The value passed in is a constant which reflects the value >> that would be found in a configuration r

Re: [U-Boot] [PATCH 4/9 v2] Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4

2013-03-28 Thread Akshay Saraswat
Minkyu, Thanks for comments. Please find my reply below the comment. >On 28/02/13 19:59, Akshay Saraswat wrote: >> The pwm_config function in the exynos pwm driver divides by its period >> period parameter. A function was calling pwm_config with a 0ns period and a >> 0ns duty cycle. That doesn't

[U-Boot] [PATCH 00/11 v3] Fix and Re-organise PWM Timer

2013-03-28 Thread Akshay Saraswat
This patch set tries to fix few bugs in timer and re-organises PWM clock code. Changes since v2: - Patch-1: New patch. - Patch-2: None. - Patch-3: None. - Patch-4: None. - Patch-5: Fixed typo paremters in commit message. - Patch-6: None. - Pa

[U-Boot] [PATCH 01/11 v3] Exynos5: config: enable time command

2013-03-28 Thread Akshay Saraswat
This patch enables time command. Signed-off-by: Akshay Saraswat --- Chnages since v2: - New 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 2b9d6ac..b13aade 100644 --- a

[U-Boot] [PATCH 02/11 v3] Exynos: Change get_timer() to work correctly

2013-03-28 Thread Akshay Saraswat
From: Simon Glass At present get_timer() does not return sane values. It should count up smoothly in milliscond intervals. We can change the PWM to count down at 1MHz, providing a resolution of 1us and a range of about an hour between required get_timer() calls. Test with command "sf probe 1:0;

[U-Boot] [PATCH 03/11 v3] Exynos: Add timer_get_us function

2013-03-28 Thread Akshay Saraswat
From: Che-Liang Chiou timer_get_us returns the time in microseconds since a certain reference point of history. However, it does not guarantee to return an accurate time after a long period; instead, it wraps around (that is, the reference point is reset to some other point of history) after som

[U-Boot] [PATCH 04/11 v3] Exynos: pwm: Fix two bugs in the exynos pwm configuration code

2013-03-28 Thread Akshay Saraswat
From: Gabe Black First, the "div" value was being used incorrectly to compute the frequency of the PWM timer. The value passed in is a constant which reflects the value that would be found in a configuration register, 0 to 4. That should correspond to a scaling factor of 1, 2, 4, 8, or 16, 1 << d

[U-Boot] [PATCH 05/11 v3] Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4

2013-03-28 Thread Akshay Saraswat
From: Gabe Black The pwm_config function in the exynos pwm driver divides by its period period parameter. A function was calling pwm_config with a 0ns period and a 0ns duty cycle. That doesn't actually make any sense physically, and results in a divide by zero in the driver. This change changes t

[U-Boot] [PATCH 08/11 v3] Exynos: clock: Add generic api to get the clk freq

2013-03-28 Thread Akshay Saraswat
From: Padmavathi Venna Add generic api to get the frequency of the required peripherial. This API gets the source clock frequency and returns the required frequency by dividing with first and second dividers based on the requirement. Test with command "sf probe 1:0; time sf read 40008000 0 1000"

[U-Boot] [PATCH 09/11 v3] Exynos: clock: Correct pwm source clk selection

2013-03-28 Thread Akshay Saraswat
From: Padmavathi Venna MPLL is selected as the source clk of pwm by default Test with command "sf probe 1:0; time sf read 40008000 0 1000". Try with different numbers of bytes and see that sane values are obtained Build and boot U-boot with this patch, backlight works properly. Signed-off-by: P

[U-Boot] [PATCH 11/11 v3] Exynos: pwm: Remove dead code of function exynos5_get_pwm_clk

2013-03-28 Thread Akshay Saraswat
As we shall now be using clock_get_periph_rate function. We find no reason for keeping code in function exynos5_get_pwm_clk. Hence, removing it. Signed-off-by: Akshay Saraswat --- Changes since v2: - New patch. arch/arm/cpu/armv7/exynos/clock.c | 21 - 1 file changed

[U-Boot] [PATCH 10/11 v3] Exynos: pwm: Use generic api to get pwm clk freq

2013-03-28 Thread Akshay Saraswat
From: Padmavathi Venna Use generic api to get the pwm clock frequency Test with command "sf probe 1:0; time sf read 40008000 0 1000". Try with different numbers of bytes and see that sane values are obtained Build and boot U-boot with this patch, backlight works properly. Signed-off-by: Padmava

[U-Boot] [PATCH 06/11 v3] Exynos: Tidy up the pwm_config function in the exynos pwm driver

2013-03-28 Thread Akshay Saraswat
From: Gabe Black Some small fixes in the exynos pwm driver: 1. NS_IN_HZ is non-sensical since these are not compatible units. This constant actually describes the number of nanoseconds in a second. Renamed it to NS_IN_SEC. Also dropped the unnecessary parenthesis. 2. The variable "period" is not

Re: [U-Boot] [RFC/PATCH 0/4] BCH8 support for OMAP3

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 11:49:54AM +0100, Andreas Bie??mann wrote: > On 11/23/2012 04:14 PM, Andreas Bie??mann wrote: > > This RFC series implements BCH8 for OMAP3 as provided by linux kernel in > > commit > > 0e618ef0a6a33cf7ef96c2c824402088dd8ef48c. > > This series is heavily influenced by Ilya

Re: [U-Boot] [PATCH 1/7] USB: Some cleanup prior to USB 3.0 interface addition

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, > Some cleanup in usb framework, nothing much on feature side. > > Signed-off-by: Vikas C Sajjan > Signed-off-by: Vivek Gautam > --- > common/usb.c | 18 ++ > common/usb_storage.c | 30 -- > include/usb_defs.h |2

Re: [U-Boot] [PATCH 2/7] usb: hub: Conditionally power on usb's root-hub ports

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, > Power on root hubs' ports only when they are not yet powered on. > Its seen with USB 3.0 ports that they are powered on after > a H/W reset, as also reflected in XHCI spec (sec 4.3): > "After a Chip Hardware Reset, HCRST, or commanded to the > PLS = RxDetect state, all Root Hu

Re: [U-Boot] [PATCH 3/7] usb: Update device class in usb device's descriptor

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, > Fetch the device class into usb device's dwcriptors, > so that the host controller's driver can use this info > to differentiate between HUB and DEVICE. > > Signed-off-by: Amar Is this a full name? Otherwise this patch is OK. > --- > common/usb.c |5 + > 1 files c

Re: [U-Boot] [PATCH 5/7] usb: hub: Increase device enumeration timeout for broken drives

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, > Few broken usb mass storage devices can take some time to set > Current Connect Status (CCS) and Connect Status Change (CSC) in > Port status register after an attach. > So increasing some timeout when both CCS and CSC bits are not set. > > Signed-off-by: Amar > Signed-off-b

Re: [U-Boot] [PATCH 6/7] USB: SS: Add support for Super Speed USB interface

2013-03-28 Thread Marek Vasut
Dear Vivek Gautam, > This adds usb framework support for super-speed usb, which will > further facilitate to add stack support for xHCI. > > Signed-off-by: Vikas C Sajjan > Signed-off-by: Vivek Gautam [...] > --- a/include/usb.h > +++ b/include/usb.h > @@ -67,6 +67,16 @@ struct devrequest { >

Re: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

2013-03-28 Thread Benoît Thébaudeau
Hi Albert, On Thursday, March 28, 2013 10:55:29 AM, Albert ARIBAUD wrote: > Hi Benoît, > > On Wed, 6 Mar 2013 19:59:07 +0100, Benoît Thébaudeau > wrote: > > > From: Fabio Estevam > > > > Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT option so that other NAND > > controller > > drivers could use i

Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-28 Thread Otavio Salvador
On Thu, Mar 28, 2013 at 7:46 AM, Ruchika Gupta wrote: > The patch set adds support for next level image validation (linux, > rootfs, dtb) in secure boot scenarios. It seems to focus in PowerPC, do you know if same code could be ported to ARM? -- Otavio Salvador O.S. S

Re: [U-Boot] [PATCH V2] ARM: bcm2835: fix get_timer() to return ms

2013-03-28 Thread Stephen Warren
On 03/28/2013 05:15 AM, Albert ARIBAUD wrote: > Hi Stephen, > > On Wed, 27 Mar 2013 22:43:23 -0600, Stephen Warren > wrote: > >> Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer >> driver to conform to this. >> >> Have the timer implementation export a custom API get_timer_

Re: [U-Boot] Merge conflict on Tegra SPI between u-boot/master and u-boot-arm/master

2013-03-28 Thread Tom Warren
Albert, On Thu, Mar 28, 2013 at 6:38 AM, Albert ARIBAUD wrote: > Hello all, > > While preparing for an ARM PR, specifically a merge between commit > 417c55803118eb8e350d5ab8ba6583fb39f4e2e3 (current u-boot/master ToT) > and commit d53e340edf65ff253d3a7b06ebe60501045892e3 (current Tot for > u-boo

Re: [U-Boot] [PATCH] ARM: bcm2835: fix get_timer() to return mS

2013-03-28 Thread Stephen Warren
On 03/28/2013 03:00 AM, Albert ARIBAUD wrote: > Hi Stephen, > > On Thu, 21 Mar 2013 21:32:30 -0600, Stephen Warren > wrote: > >> Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer >> driver to conform to this. > > Is this a fix to some known issue or bug? Yes. The bootdelay

Re: [U-Boot] [PATCH V2] ARM: bcm2835: fix get_timer() to return ms

2013-03-28 Thread Albert ARIBAUD
Hi Stephen, On Thu, 28 Mar 2013 08:59:05 -0600, Stephen Warren wrote: > On 03/28/2013 05:15 AM, Albert ARIBAUD wrote: > > Hi Stephen, > > > > On Wed, 27 Mar 2013 22:43:23 -0600, Stephen Warren > > wrote: > > > >> Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer > >> driv

Re: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

2013-03-28 Thread Albert ARIBAUD
Hi Benoît, On Thu, 28 Mar 2013 15:37:57 +0100 (CET), Benoît Thébaudeau wrote: > Hi Albert, > > On Thursday, March 28, 2013 10:55:29 AM, Albert ARIBAUD wrote: > > Hi Benoît, > > > > On Wed, 6 Mar 2013 19:59:07 +0100, Benoît Thébaudeau > > wrote: > > > > > From: Fabio Estevam > > > > > > In

Re: [U-Boot] Merge conflict on Tegra SPI between u-boot/master and u-boot-arm/master

2013-03-28 Thread Tom Warren
Albert, On Thu, Mar 28, 2013 at 8:08 AM, Tom Warren wrote: > Albert, > > > On Thu, Mar 28, 2013 at 6:38 AM, Albert ARIBAUD > wrote: > >> Hello all, >> >> While preparing for an ARM PR, specifically a merge between commit >> 417c55803118eb8e350d5ab8ba6583fb39f4e2e3 (current u-boot/master ToT) >>

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 10:50:44AM +0100, Andreas Bie??mann wrote: > Hi Javier, > > On 03/28/2013 10:11 AM, Javier Martinez Canillas wrote: > > On Thu, Mar 28, 2013 at 9:45 AM, Andreas Bie??mann > > wrote: > >> Dear Manfred Huber, > >> > >> On 03/28/2013 07:06 AM, Manfred Huber wrote: > >>> On 20

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-28 Thread Tom Rini
On Wed, Mar 27, 2013 at 05:50:17AM +0100, Manfred Huber wrote: > Please test the Patch. It is very simple on a Beagleboard. I guess you > have flashed the actual SPL and u-boot and Beagleboard boots correctly. > Now press and hold 'User' button and connect power. SPL should hang. > You can see som

Re: [U-Boot] Splash Screen Enable in (u-boot-2013.01.01.tar.bz2) U-boot source code.

2013-03-28 Thread nandakumar . ramaswamy
Hello Anatolij, I really impressed for your quick response. I will correct it as per your inputs. Thank you, Regards, Nandakumar R. -Original Message- From: "Anatolij Gustschin" Sent: Thursday, 28 March, 2013 19:11 To: nandakumar.ramasw...@pricoltech.com Cc: u-boot@lists.denx.de Subje

Re: [U-Boot] [PATCH v4 1/4] menu: Add support for user defined item choice function

2013-03-28 Thread Anatolij Gustschin
On Sun, 24 Mar 2013 01:50:40 +0100 Anatolij Gustschin wrote: > From: Pali Rohár > > Selecting menu items is currently done in menu_interactive_choice() > by reading the user input strings from standard input. > > Extend menu_interactive_choice() to support user defined function > for selecting

Re: [U-Boot] [PATCH] menu: export menu_default_choice() function

2013-03-28 Thread Anatolij Gustschin
On Sun, 24 Mar 2013 01:52:04 +0100 Anatolij Gustschin wrote: > Checking the default menu item and obtaining its data can > be useful in custom menu code. Export menu_default_choice() > function which serves this purpose. > > Signed-off-by: Anatolij Gustschin > --- > common/menu.c |2 +- >

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-28 Thread Anatolij Gustschin
Hi, On Tue, 26 Mar 2013 16:19:35 +0100 Pali Rohár wrote: ... > I tested them on Nokia N900 and in qemu (hw n900). Working fine. Thanks for testing! Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-28 Thread Anatolij Gustschin
On Sun, 24 Mar 2013 01:53:08 +0100 Anatolij Gustschin wrote: > From: Pali Rohár > > The "bootmenu" command uses U-Boot menu interfaces and provides > a simple mechanism for creating menus with several boot items. > When running this command the menu will be assembled as defined > by a set of en

[U-Boot] Support required for loading U-boot on SDRAM

2013-03-28 Thread Sadashiva Reddy
Hi Sir, I am using AMCC PPC440Gx processor for our project presently the board is working fine with vxWorks(BSP + OS + Application). But our customer new requirement is same board should be ported with linux. 1. We are using BDI2000 JTAG tool for porting u-boot and kernel. 2. We are not able

Re: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

2013-03-28 Thread Benoît Thébaudeau
Hi Albert, On Thursday, March 28, 2013 4:16:06 PM, Albert ARIBAUD wrote: > Hi Benoît, > > On Thu, 28 Mar 2013 15:37:57 +0100 (CET), Benoît Thébaudeau > wrote: > > > Hi Albert, > > > > On Thursday, March 28, 2013 10:55:29 AM, Albert ARIBAUD wrote: > > > Hi Benoît, > > > > > > On Wed, 6 Mar 20

Re: [U-Boot] [PATCH RESEND] Introduced btrfs file-system with btrload command

2013-03-28 Thread Tom Rini
On Thu, Mar 21, 2013 at 02:04:45PM +, Adnan Ali wrote: > Introduces btrfs file-system to read file from > volume/sub-volumes with btrload command. This > implementation has read-only support. > This btrfs implementation is based on syslinux btrfs > code, commit 269ebc845ebc8b46ef4b0be7fa0005c7

[U-Boot] [PATCH] Tegra: Restore cp15 VBAR _start vector write for ARMv7

2013-03-28 Thread Tom Warren
A start vector fix was added by AneeshV for OMAP4 (commit 0d479b53), and caused the old monilithic Tegra builds to hang due to an undefined instruction trap. Previously, the code needed to run on both the AVP (ARM7TDI) and A9, and the AVP doesn't have a CP15 register. I corrected this in commit 6d6

[U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-28 Thread TENART Antoine
Rename some CONFIG_TI814X to a more generic CONFIG_81XX --- Makefile|2 +- arch/arm/cpu/armv7/Makefile |2 +- arch/arm/cpu/armv7/omap-common/Makefile |2 +- arch/arm/include/asm/arch-am33xx/cpu.h |2 +- arch/arm/include/asm/arch-am33xx/o

[U-Boot] [PATCH 2/8] Add TI816X mux definitions.

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/mux.h|2 + arch/arm/include/asm/arch-am33xx/mux_ti816x.h | 363 + 2 files changed, 365 insertions(+) create mode 100644 arch/arm/include/asm/arch-am33xx/mux_ti816x.h diff --git a/arch/arm/include/asm/arch-am33xx/mux.h b/a

[U-Boot] [PATCH 3/8] Add TI816X clocks definitions

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/clock.h |4 + arch/arm/include/asm/arch-am33xx/clocks_ti816x.h | 173 ++ 2 files changed, 177 insertions(+) create mode 100644 arch/arm/include/asm/arch-am33xx/clocks_ti816x.h diff --git a/arch/arm/include/asm/arch-am33xx/cloc

[U-Boot] [PATCH 4/8] Add TI816X ddr definitions

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/ddr_defs.h|4 + arch/arm/include/asm/arch-am33xx/ddr_defs_ti816x.h | 250 2 files changed, 254 insertions(+) create mode 100644 arch/arm/include/asm/arch-am33xx/ddr_defs_ti816x.h diff --git a/arch/arm/include/asm/arch-am33xx/

[U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/cpu.h|4 + arch/arm/include/asm/arch-am33xx/cpu_ti816x.h | 269 + arch/arm/include/asm/emif.h |4 + 3 files changed, 277 insertions(+) create mode 100644 arch/arm/include/asm/arch-am33xx/cpu_ti816x.h

[U-Boot] [PATCH 6/8] Add TI816X specific register definitions

2013-03-28 Thread TENART Antoine
Also move some non common defintions from hardware.h --- arch/arm/include/asm/arch-am33xx/hardware.h|7 +-- arch/arm/include/asm/arch-am33xx/hardware_am33xx.h |5 ++ arch/arm/include/asm/arch-am33xx/hardware_ti814x.h |5 ++ arch/arm/include/asm/arch-am33xx/hardware_ti816x.h |

[U-Boot] [PATCH 7/8] Add TI816X mmc clock reference

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/mmc_host_def.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h index e0a3b8b..09d7a77 100644 --- a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h +++ b/

[U-Boot] [PATCH 8/8] Add TI816X evm board support

2013-03-28 Thread TENART Antoine
--- MAINTAINERS|4 + arch/arm/include/asm/arch-am33xx/spl.h |9 + board/ti/ti816x/Makefile | 48 ++ board/ti/ti816x/evm.c | 753 boards.cfg |1 + include/configs/t

[U-Boot] [PATCH 0/8] Add TI816X EVM support

2013-03-28 Thread TENART Antoine
This serie introduce the support of the TI816X EVM board. It applies on top of Matt Porter patches introducing the support of the TI814X EVM board ("Add TI814x EVM Support"). The serie fits into the existing AM33XX SoC support and reuse some definitions from the TI814X. Based on the implementat

Re: [U-Boot] [PATCH V3 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree

2013-03-28 Thread Sricharan R
On Wednesday 27 March 2013 09:15 PM, Tom Rini wrote: > On Tue, Mar 26, 2013 at 09:57:35AM +0530, Sricharan R wrote: > >> Now with kernel moving to all device tree, the default >> boot command is changed to pass the device tree blob. >> Also, adding the findfdt command to get the dt-blob >> based o

Re: [U-Boot] [PATCH RESEND] Introduced btrfs file-system with btrload command

2013-03-28 Thread Adnan Ali
On 28/03/13 17:04, Tom Rini wrote: On Thu, Mar 21, 2013 at 02:04:45PM +, Adnan Ali wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269e

Re: [U-Boot] Merge conflict on Tegra SPI between u-boot/master and u-boot-arm/master

2013-03-28 Thread Albert ARIBAUD
Hi Tom, > Just confirmed - in tegra20_sflash.c, remove the < HEAD section (#ifdef > CONFIG_OF_CONTROL + 2 lines), and keep the "tegra: spi remove non fdt > support" section (spi->slave.bus = bus + 4 lines). Ok, thanks a lot for confirming. I'll do the merge (and tests) accordingly on u-boot-a

Re: [U-Boot] [PATCH RESEND] Introduced btrfs file-system with btrload command

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 05:45:33PM +, Adnan Ali wrote: > On 28/03/13 17:04, Tom Rini wrote: > >On Thu, Mar 21, 2013 at 02:04:45PM +, Adnan Ali wrote: > > > >>Introduces btrfs file-system to read file from > >>volume/sub-volumes with btrload command. This > >>implementation has read-only sup

Re: [U-Boot] [PATCH] Tegra: Restore cp15 VBAR _start vector write forARMv7

2013-03-28 Thread Marc Dietrich
Tom, On Thursday 28 March 2013 10:26:03 Tom Warren wrote: > A start vector fix was added by AneeshV for OMAP4 (commit 0d479b53), > and caused the old monilithic Tegra builds to hang due to an undefined > instruction trap. Previously, the code needed to run on both the > AVP (ARM7TDI) and A9, and t

[U-Boot] [PATCH] disk: add -mno-unaligned-access to CFLAGS

2013-03-28 Thread Marc Dietrich
Many on-disk structures used in the directory are accessed in a non aligned manner. gcc => 4.7 (and gcc-4.6 from Linaro) switched to -munaligned-access on default causing exceptions on ARM. The easiest way to fix this is to force no-unaligned-access in this (non speed critical) directory. Signed-o

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-28 Thread Pali Rohár
On Thursday 28 March 2013 16:32:47 Anatolij Gustschin wrote: > On Sun, 24 Mar 2013 01:53:08 +0100 > > Anatolij Gustschin wrote: > > From: Pali Rohár > > > > The "bootmenu" command uses U-Boot menu interfaces and > > provides a simple mechanism for creating menus with several > > boot items. Whe

[U-Boot] Fwd: Your message to U-Boot awaits moderator approval

2013-03-28 Thread Сергей Янович
How long does usually moderation take? -- Forwarded message -- From: Date: 18 February 2013 21:39 Subject: Your message to U-Boot awaits moderator approval To: ynv...@gmail.com Your mail to 'U-Boot' with the subject [PATCH] arm: pxa: Add support for ICP DAS LP-8x4x Is be

Re: [U-Boot] [PATCH] arm: pxa: Add support for ICP DAS LP-8x4x

2013-03-28 Thread Tom Rini
On Mon, Feb 18, 2013 at 09:30:38PM +0400, Sergey Yanovich wrote: > LP-8x4x is a programmable automation controller by ICP DAS. It is > shipped with outdated U-Boot v1.3.0 > > This patch adds enough supports to boot the board: > - 128M of 128M SDRAM > - 32M of 48M NOR Flash memory > - 1 of 4 Se

Re: [U-Boot] Fwd: Your message to U-Boot awaits moderator approval

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 11:22:52PM +0400, wrote: > How long does usually moderation take? Your message was posted to the list some time ago. Our PAX custodian (Marek) has been quite busy of late, I've replied with some general comments. -- Tom signature.asc Descript

Re: [U-Boot] Support of Beagleboard-xm

2013-03-28 Thread Tom Rini
On Thu, Mar 28, 2013 at 12:52:04PM +0800, Dashi Cao wrote: > Hi all, > I have got a Beagleboard-xm, and I'm feeling that saving environment > variable is an issue because this board has no NAND. > > U-Boot supports environment variable file located in a FAT file system. > So I set out and made a

[U-Boot] Pull request: u-boot-arm/master

2013-03-28 Thread Albert ARIBAUD
Hello Tom, Here is a pull request for u-boot-arm/master -- note it should appear trivial and result in a fast-forward as ARM ToT is actually a merge of mainline ToT so as to resolve minor manual merge issues. The following changes since commit 417c55803118eb8e350d5ab8ba6583fb39f4e2e3: apx4devk

Re: [U-Boot] [PATCH] disk: add -mno-unaligned-access to CFLAGS

2013-03-28 Thread Albert ARIBAUD
Hi Marc, On Thu, 28 Mar 2013 19:57:31 +0100, Marc Dietrich wrote: > Many on-disk structures used in the directory are accessed in a > non aligned manner. gcc => 4.7 (and gcc-4.6 from Linaro) switched > to -munaligned-access on default causing exceptions on ARM. The > easiest way to fix this is t

Re: [U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: TENART> Rename some CONFIG_TI814X to a more generic CONFIG_81XX Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/8] Add TI816X mux definitions.

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: Acked-by: Peter Korsgaard I just now noticed that you forgot to sign off on your patches (-s option). -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] [PATCH 7/8] Add TI816X mmc clock reference

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: TENART> --- TENART> arch/arm/include/asm/arch-am33xx/cpu.h|4 + TENART> arch/arm/include/asm/arch-am33xx/cpu_ti816x.h | 269 + TENART> arch/arm/include/asm/emif.h |4 + TENART> 3 files chang

Re: [U-Boot] [PATCH 6/8] Add TI816X specific register definitions

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: TENART> Also move some non common defintions from hardware.h TENART> --- TENART> arch/arm/include/asm/arch-am33xx/hardware.h|7 +-- TENART> arch/arm/include/asm/arch-am33xx/hardware_am33xx.h |5 ++ TENART> arch/arm/include/asm/arch-am

  1   2   >