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
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,
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
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
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
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
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
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
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
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
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
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
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);
>>
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
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
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
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
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
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
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
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
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 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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;
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
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
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
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"
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
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
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
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
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
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
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
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
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
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 {
>
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
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
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_
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
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
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
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
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)
>>
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
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
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
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
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 +-
>
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
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
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
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
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
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
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
---
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
---
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
---
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/
---
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
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 |
---
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/
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> "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
> "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
> "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
> "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
> "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 - 100 of 132 matches
Mail list logo