Am 15.02.2013 21:45, schrieb Chaves, Kevin:
Hi,
First off, sorry I'm not used to using mailing lists. I'm not sure if this is
the best way to dig for information. We've recently switched to uboot/linux
from wince and I'm trying to understand how configuring uboot works. I'm also
trying to fi
+Doug
Hi Akshay,
On Fri, Feb 15, 2013 at 11:00 AM, Akshay Saraswat wrote:
> This patch adds fdt nodes for peripherals which require
> pin muxing and configuration. Existing pinmux code modified
> to retrieve gpio range and function related info from fdt.
>
> Signed-off-by: Akshay Saraswat
Than
Hi Amar,
On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote:
> This patch adds FDT and non-FDT support for I2C, and initialise
> the I2C channels.
>
> Signed-off-by: Amar
Acked-by: Simon Glass
(please see below)
> ---
> Changes since V4:
> New patch.
>
> Changes since V5:
> 1)Remov
On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde
wrote:
> This patch enables MAX98095 codec required for Snow
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> Changes in V4
> - New patch.
> include/configs/exynos5250-dt.h |1 +
> 1 files changed, 1 insertions(
Hi Rajeshwari,
On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde
wrote:
> This patchs adds support for MAX98095 codec in
> sound driver.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> Changes in V2:
> - None
> Chnages in V3:
> - Removed non DT support for
On Thu, Feb 14, 2013 at 9:46 PM, Rajeshwari Shinde
wrote:
> This patch adds the driver for codec MAX98095 required by Snow
> Board
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.den
On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote:
> This patch adds APIs to access(open / close) and to resize boot partiton of
> EMMC.
>
> Signed-off-by: Amar
Acked-by: Simon Glass
> ---
> Changes since V1:
> New patch.
>
> Changes since V2:
> 1)Updation of commit message and res
On Thu, Feb 14, 2013 at 10:34 PM, Amar wrote:
> Add required compatible information for DWMMC driver.
>
> Signed-off-by: Vivek Gautam
> Signed-off-by: Amar
> Acked-by: Jaehoon Chung
Acked-by: Simon Glass
> ---
> Changes since V1:
> No change.
>
> Changes since V2:
> 1)Updatio
On 02/14/2013 03:35:13 PM, Matthew McClintock wrote:
+#if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM)
+ /* for FPGA */
+ set_lbc_br(2, CONFIG_SYS_BR2_PRELIM);
+ set_lbc_or(2, CONFIG_SYS_OR2_PRELIM);
+#else
+#error CONFIG_SYS_BR2_PRELIM, CONFIG_SYS_OR2_PRELIM
Hi Tom,
This series includes the sandbox map_sysmem() feature, and gets the
memory and hashing functions running on sandbox to allow testing/code
coverage. I have run it through buildman and it seems clean, with the
proviso that I don't have fully-working toolchains for all
architectures.
The fo
On Thu, Jan 24, 2013 at 4:45 AM, Albert ARIBAUD
wrote:
> Hi Allen,
>
> On Wed, 23 Jan 2013 13:05:27 -0800, Allen Martin
> wrote:
>
>> > Shouldn't the function be given '__attribute__((noreturn))' rather than
>> > adding a non-executed 'return 0' to it?
>> >
>>
>> The function in question is sandb
Hi Tom,
Please pull the latest set of keymile 83xx board updates:
The following changes since commit 9a82b10c6657c5744802971036bb564ebc660291:
Merge branch 'master' of git://git.denx.de/u-boot (2013-02-15 17:46:50 -0600)
are available in the git repository at:
git://git.denx.de/u-boot-mpc
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use map_sysmem() so that hashing is possible on sandbox.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/hash.c | 25 +
> 1 files changed, 17 insertions(+), 8 deletions(-)
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use map_sysmem() in the memory tester so that it works as expected on
> sandbox.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c | 97
> +-
> 1 files cha
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> This config effectively has a default value of 0, so add this setting
> at the top of the code to remove an #ifdef in the C function.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c |8
> 1 files
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Enable the hash command and sha1/256 hashing for sandbox. Also use a
> better address for memory testing (since the existing one is set up
> for linux host memory space).
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> includ
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Add the CRC32 algorithm to the list of available hashes, and make
> the crc32 command use hash_command(). Add a new crc32_wd_buf() to
> make this possible, which puts its result in a buffer rather than
> returning it as a 32-bit value.
>
> Sig
On Wed, Dec 26, 2012 at 2:02 PM, Marek Vasut wrote:
> Dear Simon Glass,
>
>> We have an existing header which the crc32 definitions, so use it.
>>
>> Signed-off-by: Simon Glass
>
> Looks ok.
>
> Acked-by: Marek Vasut
Applied to x86/master.
>
> Best regards,
> Marek Vasut
__
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use setenv_hex() and setenv_addr() in net/
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> drivers/net/fm/fm.c |4 +---
> net/net.c |8 ++--
> 2 files changed, 3 insertions(+), 9 deletions(-)
___
On Mon, 21 Jan 2013 14:55:13 +0100
Holger Brunck wrote:
> All boards from this serie use i2c. There is no need to #ifdef the
> header.
>
> Signed-off-by: Holger Brunck
> ---
applied 16 out of 16 patches.
Thanks,
Kim
___
U-Boot mailing list
U-Boot@
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use setenv_ulong(), setenv_hex() and setenv_addr() in drivers/
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> fs/fs.c |4 +---
> fs/ubifs/ubifs.c |4 +---
> 2 files changed, 2 insertions(+), 6 deletions(-)
_
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use setenv_ulong(), setenv_hex() and setenv_addr() in common/
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_bootm.c| 11 +++
> common/cmd_cbfs.c |4 +---
> common/cmd_cramfs.c |4 +---
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> We might as well use this common function instead of repeating the same
> code.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_fdt.c| 11 ++-
> common/cmd_nvedit.c |8
> include/common.h
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Use a ulong for the command arguments, and only cast to an address when
> needed. This fixes warnings in sandbox where pointers are typically 64 bits
> long.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c |
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> If we get a Ctrl-C abort, we always print a newline. Move this repeated
> code out of the functions and into a single place in the caller.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c | 32 +-
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> Some of the inner loops are not indented correctly. Fix this.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c | 324
> +++---
> 1 files changed, 162 insertion
On Wed, Dec 26, 2012 at 10:57 AM, Simon Glass wrote:
> The iteration code is the same for each version of the memory test, so
> pull it out into the common function.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c | 123
> ++-
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> Half of the code is currently hidden behind an #ifdef. Move the two
> memory tests into their own functions and use the compiler to eliminate
> the unused code.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> Sandbox wants to support commands which use memory. The map_sysmen()
> call provides this feature, so use this in the memory commands.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
> ---
> common/cmd_mem.c | 122
> +++
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> Sandbox doesn't actually provide U-Boot access to the machine's physical
> memory. Instead it provides a RAM buffer of configurable size, and all
> memory accesses are within that buffer. Sandbox memory starts at 0 and
> is CONFIG_DRAM_SIZE by
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> From: Taylor Hutt
>
> Implements the tstc() interface for the serial driver. Multiplexing
> the console between the serial port and a keyboard uses a polling
> method of checking if characters are available; this means that the
> serial cons
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> The buffer cannot be changed by this function, so change the buffer
> pointer to a const. This allows callers with const pointer to use the
> function without a cast.
>
> Signed-off-by: Simon Glass
Applied to x86/master.
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote:
> There are two problems:
>
> 1. The argument count needs to be checked before argv is used
> 2. When verify is not enabled, we need to define a constant zero value
>
> Signed-off-by: Simon Glass
Applied to x86/master.
Hi,
First off, sorry I'm not used to using mailing lists. I'm not sure if this is
the best way to dig for information. We've recently switched to uboot/linux
from wince and I'm trying to understand how configuring uboot works. I'm also
trying to find out how to use the SPL framework and possib
On Mon, Dec 03, 2012 at 02:19:40PM +0200, Nikita Kiryanov wrote:
> This patchset implements card detection and write protection check for
> omap mmc. The write protect implementation also adds generic code
> that is usable by other mmc drivers.
>
> The first 3 patches are preparation patches tha
On Mon, Dec 03, 2012 at 02:19:47PM +0200, Nikita Kiryanov wrote:
> Add check for write protection in omap mmc driver.
>
> Signed-off-by: Nikita Kiryanov
> Signed-off-by: Igor Grinberg
[snip]
> -int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int
> cd_gpio)
> +int omap_mmc_ini
On Fri, Feb 15, 2013 at 11:39:13AM -0500, Tom Rini wrote:
> On Wed, Feb 13, 2013 at 09:44:04AM -0500, Matt Porter wrote:
>
> > Add a maintainer entry for the TI814x EVM.
> >
> > Signed-off-by: Matt Porter
>
> Please squash this into the patch which adds the EVM, thanks.
Will do, thanks for the
On Fri, Feb 15, 2013 at 11:39:01AM -0500, Tom Rini wrote:
> On Wed, Feb 13, 2013 at 09:44:03AM -0500, Matt Porter wrote:
>
> > Enable TI814X EVM build via ti814x_evm target.
> >
> > Signed-off-by: Matt Porter
>
> This should just get squashed into the patch that adds the board code.
> Otherwise
On Fri, Feb 15, 2013 at 04:38:22PM +, Tom Rini wrote:
> On Wed, Feb 13, 2013 at 09:44:01AM -0500, Matt Porter wrote:
>
> > Add TI814X EVM board directory and config file.
> >
> > Signed-off-by: Matt Porter
> [snip]
> > +++ b/board/ti/ti814x/evm.h
> > @@ -0,0 +1,7 @@
> > +#ifndef _EVM_H
> [sn
On Fri, Feb 15, 2013 at 04:37:33PM +, Tom Rini wrote:
> On Wed, Feb 13, 2013 at 09:43:57AM -0500, Matt Porter wrote:
>
> > Split clock.c for am335x and ti814x and add the ti814x include file.
> >
> > Signed-off-by: Matt Porter
>
> [snip]
> > +++ b/arch/arm/cpu/armv7/am33xx/clock-am335x.c
>
On Thu, Feb 14, 2013 at 03:54:23PM +, Mark Jackson wrote:
> I'm trying to diagnose why our AM335x based CPU board (based on the
> AM335x Starter Kit) can boot SPL and U-Boot from an MMC card, but is
> unable to boot from NAND (connected to CS0).
>
> Following the TI wiki
> (http://processors.
This also fixes support for mx31pdk and tx25, which had been broken by commit
e05e5de7fae5bec79617e113916dac6631251156.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- Automate 'u-boot.imx' and 'SPL' make targets for all imx processors.
- Move board_init_f() to .c.
-
Commit e05e5de7fae5bec79617e113916dac6631251156 made the 2 1st parameters of
ARM's relocate_code() useless since it moved the code handling them to crt0.S.
So, drop these parameters.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes
This image adds a dummy 1024-byte header to u-boot-with-spl.imx in order to get
an image that can be programmed on a NAND Flash page boundary.
This supports only i.MX25/35/51 so far, not i.MX53/6. For the latter, the dummy
header will have to be replaced with a generated FCB header depending at le
This image combines the SPL with the i.MX header and U-Boot. This is a
convenient way of having a single image to program on some boot devices.
The i.MX header has to be added to the SPL before appending U-Boot, so that the
boot ROM loads only the SPL.
Signed-off-by: Benoît Thébaudeau
---
Change
Use __image_copy_end instead of __bss_start for the end of the image to
relocate. This is the same as commit 033ca72, but applied to all ARM start.S.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes in v4: None
Changes in v3: None
Automatically build the 'u-boot.imx' (i.e. imx header + u-boot.bin) and 'SPL'
(i.e. imx header + u-boot-spl.bin) make targets for all imx processors
supporting this header, so for arm926ejs, arm1136 and armv7. Some combinations
were missing.
At the same time, fix the build of SPL targets not suppo
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/cpu/arm926ejs/start.S | 10 --
1 file changed, 10 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/start.S b/
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/cpu/arm1136/start.S |1 -
arch/arm/cpu/arm1176/start.S |1 -
arch/arm/cpu/arm720t/start.S |1 -
arch/a
PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE
instead.
We want to use --pad-to with a size, but this option expects an address, so use
u-boot-spl.bin instead of u-boot-spl as the input file in order to get addresses
starting at 0.
Signed-off-by: Benoît Thébaudeau
-
_TEXT_BASE must be set to CONFIG_SPL_TEXT_BASE for generic SPL, and to
CONFIG_SYS_TEXT_BASE for non-SPL builds.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/cpu/arm
The purpose of .globl is to export symbols for ld, not to declare external
symbols.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch.
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/lib/crt0.S | 21 -
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3:
- Separate code reformatting from behavioral changes.
Changes in v2: None
arch/arm/include/asm/arch-mx5/imx-regs.h |9 +++
drivers/mtd/nand/mxc_nand.c
The syndrome functions should use the page number passed as argument instead of
the page number saved upon NAND_CMD_READ0.
This does not make any difference if the NAND_NO_AUTOINCR option is set, but
otherwise this fixes accesses to the wrong pages.
Signed-off-by: Benoît Thébaudeau
---
Changes i
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6:
- New patch, extracted from "nand: mxc: Switch NAND SPL to generic SPL".
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/cpu/arm1136/start.S |2 --
1 file changed, 2 deletions(-
Commit e05e5de7fae5bec79617e113916dac6631251156 made ARM's relocate_code()
return to its caller, but it did not update its declaration accordingly.
Fixing this function declaration fixes dropped C code following calls to
relocate_code().
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
C
The page number indicated in the debug trace of mxc_nand_read_oob_syndrome() did
not match the page being worked on.
By the way, replace the GCC-specific __FUNCTION__ with __func__.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7: None
Changes in v6: None
Changes in v5:
- Replace __FUNCTION_
Add support for the Samsung K9LAG08U0M NAND Flash (2-GiB MLC NAND Flash, 2-kiB
pages, 256-kiB blocks, 30-ns R/W cycles, 1 CS) on mx53ard.
eNFC_CLK_ROOT is set up with a cycle time of 37.5 ns (400 MHz / 3 / 5) for this
board, which satisfies the 30-ns NF R/W cycle requirement.
Signed-off-by: Benoî
Add some abstraction to NFC definitions so that some parts of the current code
can also be used for future i.MX5 code.
Clean up a few things by the way.
Signed-off-by: Benoît Thébaudeau
---
Changes in v7:
- Fix typo in patch description.
Changes in v6: None
Changes in v5: None
Changes in v4: N
Don't use several instructions to build constant values.
Signed-off-by: Benoît Thébaudeau
Acked-by: Stefano Babic
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3:
- New patch.
Changes in v2: None
arch/arm/cpu/armv7/mx5/lowlevel_init.S |8
On Fri, Feb 15, 2013 at 02:00:10PM -0500, Harvey Chapman wrote:
> On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote:
> > On Thu, 14 Feb 2013 12:19:11 -0800
> > (PST), Sean Omalley wrote:
> >
> >> Is there anyway to break back into u-boot after trying to boot from linux
> >> (arm)? Similar to Op
On 02/15/2013 02:00 PM, Harvey Chapman wrote:
> On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote:
>> On Thu, 14 Feb 2013 12:19:11 -0800
>> (PST), Sean Omalley wrote:
>>
>>> Is there anyway to break back into u-boot after trying to boot from linux
>>> (arm)? Similar to Open Firmwares stop-a, ctr
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: 14 February 2013 13:44
> To: Daniel Stodden
> Cc: Prafulla Wadaskar; Luka Perkov; Sebastian Hesselbarth; Rabeeh
> Khoury; u-boot@lists.denx.de; a...@theia.denx.de; Fleming
> Subject: Re: [U-Boot] [PATCH v3 00/
On Feb 15, 2013, at 7:38 AM, Albert ARIBAUD wrote:
> On Thu, 14 Feb 2013 12:19:11 -0800
> (PST), Sean Omalley wrote:
>
>> Is there anyway to break back into u-boot after trying to boot from linux
>> (arm)? Similar to Open Firmwares stop-a, ctrl-break? I didn't see anything
>> in the documentat
This patch adds fdt nodes for peripherals which require
pin muxing and configuration. Existing pinmux code modified
to retrieve gpio range and function related info from fdt.
Signed-off-by: Akshay Saraswat
---
arch/arm/cpu/armv7/exynos/pinmux.c| 287 -
arch/a
On Thu, Feb 14, 2013 at 08:39:53PM -0800, Simon Glass wrote:
> Hi Tom,
>
> The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e:
>
> Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-02-12
> 19:03:59 -0500)
>
> are available in the git repository at:
>
>
>
On Fri, Feb 15, 2013 at 06:21:59PM +0100, Daniel Schwierzeck wrote:
> Hi Tom,
>
> please pull a bugfix for the dynamic relocation patches from last pull
> request.
> Without the patch, saveenv command is broken on MIPS.
>
> Thanks,
> Daniel
>
> The following changes since commit 9c748e02d99476
Hi Tom,
please pull a bugfix for the dynamic relocation patches from last pull request.
Without the patch, saveenv command is broken on MIPS.
Thanks,
Daniel
The following changes since commit 9c748e02d99476e6a08d55eadfd8776edffe1e2e:
Merge branch 'next' of git://git.denx.de/u-boot-mips (2013-
Remove the manual relocation of env_name_spec. This has been missed
in the previous patch series for introducing dynamic relocation
on MIPS.
Signed-off-by: Daniel Schwierzeck
---
arch/mips/lib/board.c | 8
1 file changed, 8 deletions(-)
diff --git a/arch/mips/lib/board.c b/arch/mips/li
I am trying to move from uboot-1.3.6 to uboot 2013.01, where the old
works, the new prints this before freezing:
U-Boot 2013.01 (Feb 14 2013 - 16:24:13)
CPU: AT91SAM9G20
Crystal frequency: 18.432 MHz
CPU clock: 396.288 MHz
Master clock
Stephen,
On Thursday 14 February 2013 16:12:42 Stephen Warren wrote:
> On 02/14/2013 02:04 PM, Tom Warren wrote:
> > tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
> > Tested on Seaboard, fully functional.
> >
> > Tamonten boards (medcom-wide, plutux, and tec) use a diff
On Wed, Feb 13, 2013 at 09:44:04AM -0500, Matt Porter wrote:
> Add a maintainer entry for the TI814x EVM.
>
> Signed-off-by: Matt Porter
Please squash this into the patch which adds the EVM, thanks.
--
Tom
signature.asc
Description: Digital signature
On Wed, Feb 13, 2013 at 09:44:03AM -0500, Matt Porter wrote:
> Enable TI814X EVM build via ti814x_evm target.
>
> Signed-off-by: Matt Porter
This should just get squashed into the patch that adds the board code.
Otherwise,
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital si
On Wed, Feb 13, 2013 at 09:44:02AM -0500, Matt Porter wrote:
> TI814X requires the same quirks as AM33XX to be enabled.
>
> Signed-off-by: Matt Porter
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing li
On Wed, Feb 13, 2013 at 09:44:01AM -0500, Matt Porter wrote:
> Add TI814X EVM board directory and config file.
>
> Signed-off-by: Matt Porter
[snip]
> +++ b/board/ti/ti814x/evm.h
> @@ -0,0 +1,7 @@
> +#ifndef _EVM_H
[snip]
> +++ b/include/configs/ti814x_evm.h
> @@ -0,0 +1,213 @@
> +#define __CONF
On Wed, Feb 13, 2013 at 09:44:00AM -0500, Matt Porter wrote:
> Adds a config_dmm() routine to support TI814X DMM configuration.
>
> Signed-off-by: Matt Porter
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot ma
On Wed, Feb 13, 2013 at 09:43:59AM -0500, Matt Porter wrote:
> Support the ti814x specific register definitions within
> arch-am33xx.
>
> Signed-off-by: Matt Porter
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-B
On Wed, Feb 13, 2013 at 09:43:58AM -0500, Matt Porter wrote:
> AM33XX and TI814X have a similar mux though the pinmux register
> layout and address space differ. Add a separate ti814x mux include
> to support the TI814X-specific differences.
>
> Signed-off-by: Matt Porter
Reviewed-by: Tom Rini
On Wed, Feb 13, 2013 at 09:43:57AM -0500, Matt Porter wrote:
> Split clock.c for am335x and ti814x and add the ti814x include file.
>
> Signed-off-by: Matt Porter
[snip]
> +++ b/arch/arm/cpu/armv7/am33xx/clock-am335x.c
[snip]
> +#define PRCM_MOD_EN 0x2
> +#define PRCM_FORCE_WAKEUP0
On Wed, Feb 13, 2013 at 09:43:56AM -0500, Matt Porter wrote:
> The AM33xx emif4/ddr support closely matches what is need to support
> TI814x except that TI814x has two EMIF instances. Refactor all the
> emif4 helper calls and the config_ddr() init function to use an
> additional instance number ar
On Wed, Feb 13, 2013 at 09:43:55AM -0500, Matt Porter wrote:
> Eliminate AM33xx specific names to prepare for TI814x support
> within AM33xx-land.
>
> Signed-off-by: Matt Porter
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
__
On Wed, Feb 13, 2013 at 12:59:09PM +0530, Lokesh Vutla wrote:
> Adding the build support for dra7xx_evm.
> Reusing omap5_evm.h config by moving it to omap5_common.h
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: R Sricharan
[snip]
> +#define CONFIG_DRA752_EVM
[snip]
> #define CONFIG_OMAP5430
On Wed, Feb 13, 2013 at 12:59:08PM +0530, Lokesh Vutla wrote:
> Adding new board files for DRA7XX socs.
> The pad registers layout is changed completely from OMAP5
> So introducing the new structure here and also adding the
> minimal data.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: Nishant
On Wed, Feb 13, 2013 at 12:59:07PM +0530, Lokesh Vutla wrote:
> DRA752 uses DDR3. Populating the corresponding structures
> with DDR3 data.
> Writing into MA registers if only MA is present in that soc.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: R Sricharan
Reviewed-by: Tom Rini
--
To
On Wed, Feb 13, 2013 at 12:59:06PM +0530, Lokesh Vutla wrote:
> Control module register addresses are changed from OMAP5
> to DRA7XX socs.
> So adding the necessary changes for the same.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: R Sricharan
Reviewed-by: Tom Rini
--
Tom
signature.as
On Wed, Feb 13, 2013 at 12:59:05PM +0530, Lokesh Vutla wrote:
> A new DPLL DDR is added in DRA7XX socs. Now clocks to
> EMIF CD is from DPLL DDR. So DPLL DDR should be locked
> before initializing RAM.
> Also adding other dpll data which are different from OMAP5 ES2.0.
> SYS_CLK running at 20MHz is
On Wed, Feb 13, 2013 at 12:59:04PM +0530, Lokesh Vutla wrote:
> PRCM register addresses are changed from OMAP5 ES2.0 to DRA7XX.
> So adding the necessary register changes for DRA7XX socs.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: R Sricharan
Reviewed-by: Tom Rini
--
Tom
signature.a
On Wed, Feb 13, 2013 at 12:59:03PM +0530, Lokesh Vutla wrote:
> Adding CPU detection support for the DRA752 ES1.0 soc.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: R Sricharan
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Feb 12, 2013 at 03:25:49PM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> 3a9d879f6f64585b819af728b53be0a05037fe0d:
>
> Prepare v2013.01 (2013-01-15 14:47:42 -0700)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm mast
commit d484b52 "video: Skip bitmaps which do not fit into the screen in
cfb_console" breaks splash screen alignment which is passed in as magic
(BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the alignment block
fixes this.
Signed-off-by: Matthias Weisser
---
drivers/video/cfb_console
Hi Sean,
(can you please set your mailer to wrap lines at about 70è75
characters? Thanks in advance!)
On Thu, 14 Feb 2013 12:19:11 -0800
(PST), Sean Omalley wrote:
> Is there anyway to break back into u-boot after trying to boot from linux
> (arm)? Similar to Open Firmwares stop-a, ctrl-break?
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 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d.
Signed-off-by: Adnan Ali
---
Makefile |
Adnan Ali (1):
Introduced btrfs file-system with btrload command
Makefile |1 +
common/Makefile|1 +
common/cmd_btr.c | 53 +++
fs/btrfs/Makefile | 51 ++
fs/btrfs/btrfs.c | 1131
Am Donnerstag, den 14.02.2013, 13:24 -0700 schrieb Stephen Warren:
[...]
> >>
> >> The one issue with this is that only newer versions of dtc support the
> >> -i option. The version packaged with most distros won't support it.
> >> That'll mean something like "MAKEALL -a arm" is going to fail for a
cpu.c:288:2:
warning: implicit declaration of function 'reset_85xx_watchdog'
[-Wimplicit-function-declaration]
Signed-off-by: Horst Kronstorfer
---
arch/powerpc/cpu/mpc85xx/cpu.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b
Acked-by: Gabe Black
On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass wrote:
> These are no longer used and should be removed.
>
>
> Signed-off-by: Simon Glass
> Acked-by: Graeme Russ
> ---
> Changes in v2: None
>
> board/eNET/Makefile | 52
> board/eNET/eNET.c | 284 ---
96 matches
Mail list logo