> -Original Message-
> >
> > +/* Check USB PHY clock valid */
> > +static int usb_phy_clk_valid(struct usb_ehci *ehci) {
> > + if ((!(in_be32(&ehci->control) & PHY_CLK_VALID)) &&
> > + (!in_be32(&ehci->prictrl))) {
>
> (!A && !B) condition can certainly be done without
Dear Shengzhou Liu,
> when missing USB PHY clock, u-boot will hang during USB
> initialization when issuing "usb start". We should check
> USBGP[PHY_CLK_VALID] bit to avoid CPU hanging in this case.
>
> Signed-off-by: Shengzhou Liu
CCing PPC experts.
> ---
> against master branch of upstream u
Hi Marek,
On Sat, 21 Jul 2012 17:02:21 +0200, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Oliver Brown
> Cc: Wolfgang Denk
> Cc: Albert Aribaud
> Cc: U-Boot DM
> ---
> arch/arm/cpu/arm1176/tnetv107x/Makefile |2
> +-
> drivers/watchdog/Makefile
Fix the build error by clean up the lds file.
Signed-off-by: Jason Jin
---
board/astro/mcf5373l/u-boot.lds | 64 +++
1 files changed, 11 insertions(+), 53 deletions(-)
diff --git a/board/astro/mcf5373l/u-boot.lds b/board/astro/mcf5373l/u-boot.lds
index a1d
Clean up the lds file and fix the environment build error.
Signed-off-by: Jason Jin
---
board/freescale/m5282evb/u-boot.lds |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/board/freescale/m5282evb/u-boot.lds
b/board/freescale/m5282evb/u-boot.lds
index 4ba1964..500fefd
Resend the patches as they are not found in patchwork.
Two patches together with:
Marek Vasut (5):
m68k: Fix wrong assembler instruction in start.S
m68k: Fix unused variable warning
m68k: Fix unused variable warning in speed.c
m68k: Fix unused variable in board.c
m68k: net: Fix unused variab
On Wed, Oct 17, 2012 at 4:36 PM, Tom Rini wrote:
> Stephen brings up a good point in that this is a ChromeOS specific
> work-around for a real issue. With my TI hat on, we've been pushing
> the idea that our releases will be mainline + patches, and those patches
> will be things that are either
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Tuesday, October 16, 2012 2:23 PM
> To: Liu Shengzhou-B36685
> Cc: Andy Fleming; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] powerpc/usb: fix bug of CPU halt when
> missing USB PHY clock
>
> Dear Liu Shengzh
when missing USB PHY clock, u-boot will hang during USB
initialization when issuing "usb start". We should check
USBGP[PHY_CLK_VALID] bit to avoid CPU hanging in this case.
Signed-off-by: Shengzhou Liu
---
against master branch of upstream u-boot tree
drivers/usb/host/ehci-fsl.c | 22
On 10/17/2012 06:05 PM, Simon Glass wrote:
> Hi Stephen.
>
> On Tue, Oct 16, 2012 at 3:43 PM, Stephen Warren wrote:
>> On 10/16/2012 04:09 PM, Lucas Stach wrote:
>>> Am Dienstag, den 16.10.2012, 15:50 -0600 schrieb Stephen Warren:
From: Stephen Warren
The SPL has grown. Increase C
On 10/17/2012 06:03 PM, Simon Glass wrote:
> Hi Stephen,
>
> On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote:
>> From: Stephen Warren
>>
>> If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely
>> corrupt the main U-Boot binary during execution, causing the main U-Boot
>> bin
On 10/17/2012 05:58 PM, Simon Glass wrote:
> Hi Stephen,
>
> On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote:
>> From: Stephen Warren
>>
>> When -ffunction-sections or -fdata-section are used, symbols are placed
>> into sections such as .data.eserial1_device and .bss.serial_current.
>> Upd
>-Original Message-
>From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>On Behalf Of Fabio Estevam
>Sent: Thursday, October 18, 2012 1:33 AM
>To: sba...@denx.de
>Cc: Estevam Fabio-R49496; u-boot@lists.denx.de
>Subject: [U-Boot] [PATCH 2/2] mx6qarm2: Enable DCACHE and
Hi All,
I want to get the mailing's help.
My problem is that i2c_init is located after called mmc_initialize.
I want to control the pmic with i2c.
But i2c_init is called into stdio_init(). so i didn't control the pmic.
Is there a special reason that i2c_init() is located into stdio_init()?
If the
HI ALL:
Is it just conventional to access IO register with wriltel, readl?
or is there any specific reason here.
what's the difference with direct access? writel has few arch releated
operation to guarantee hardware access?
for example:
struct base_gpt {
unsigned int control;
Hi Simon,
On 10/17/2012 05:50 PM, Simon Glass wrote:
Hi Eric,
On Wed, Oct 17, 2012 at 5:41 PM, Eric Nelson
wrote:
Hi Simon,
On 10/17/2012 03:07 PM, Simon Glass wrote:
Hi Eric,
On Wed, Oct 17, 2012 at 8:34 AM, Eric Nelson
wrote:
On 10/17/2012 03:38 AM, Lukasz Majewski wrote:
Hi Eric,
On Wed, Oct 17, 2012 at 5:41 PM, Eric Nelson
wrote:
> Hi Simon,
>
>
> On 10/17/2012 03:07 PM, Simon Glass wrote:
>>
>> Hi Eric,
>>
>> On Wed, Oct 17, 2012 at 8:34 AM, Eric Nelson
>> wrote:
>>>
>>> On 10/17/2012 03:38 AM, Lukasz Majewski wrote:
> Certainly
Hi Simon,
On 10/17/2012 03:07 PM, Simon Glass wrote:
Hi Eric,
On Wed, Oct 17, 2012 at 8:34 AM, Eric Nelson
wrote:
On 10/17/2012 03:38 AM, Lukasz Majewski wrote:
Certainly we could make the flushing more fine grained. My reasons for
not (so far) are:
1. It is simpler to flush everything
Hi David, Jon,
Kim Phillips created a series of patches to change variable declarations
that are big endian to be __be32/__be64. Since the device tree is
defined to be big endian, he created a patch to mark the appropriate
libfdt entities as __be*.
On 10/16/2012 08:28 PM, Kim Phillips wrote:
> T
Hi Stephen.
On Tue, Oct 16, 2012 at 3:43 PM, Stephen Warren wrote:
> On 10/16/2012 04:09 PM, Lucas Stach wrote:
>> Am Dienstag, den 16.10.2012, 15:50 -0600 schrieb Stephen Warren:
>>> From: Stephen Warren
>>>
>>> The SPL has grown. Increase CONFIG_SYS_TEXT_BASE so SPL's BSS does not
>>> overlap
Hi Stephen,
On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> If the SPL extends beyond CONFIG_SYS_TEXT_BASE, then it will likely
> corrupt the main U-Boot binary during execution, causing the main U-Boot
> binary to fail. Check for this situation during the build
Hi Stephen,
On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> The rules to generate u-boot-{no,}dtb-tegra.bin were almost identical.
> Combine them into a single paremeterized rule. This will allow the next
> patch to edit a single rule, rather than being cut/past
Hi Stephen,
On Tue, Oct 16, 2012 at 2:50 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> When -ffunction-sections or -fdata-section are used, symbols are placed
> into sections such as .data.eserial1_device and .bss.serial_current.
> Update the linker script to explicitly include these. Wit
Hi Tom,
On Wed, Oct 17, 2012 at 4:39 PM, Stefan Reinauer wrote:
> On Wed, Oct 17, 2012 at 4:36 PM, Tom Rini wrote:
>>
>> Stephen brings up a good point in that this is a ChromeOS specific
>> work-around for a real issue. With my TI hat on, we've been pushing
>> the idea that our releases will b
+original CC list
Hi,
On Tue, Oct 16, 2012 at 10:23 PM, Hatim Rv wrote:
> Hello,
>
> On Tue, Oct 2, 2012 at 11:40 AM, Simon Glass wrote:
>>
>> Hi,
>>
>> On Tue, Jul 31, 2012 at 4:01 AM, Rajeshwari Shinde
>> wrote:
>> > This patch enables SPI Booting for EXYNOS5
>> >
>> > Signed-off-by: Rajeshw
Hi Hatim,
On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali wrote:
> From: Rajeshwari Shinde
>
> This patch enables SPI Booting for EXYNOS5
>
> Signed-off-by: Rajeshwari Shinde
> ---
>
> Changes since v4:
> No Change
>
> board/samsung/smdk5250/Makefile |2 +-
> board/samsung/smdk5250/mm
Hi Hatim,
On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali wrote:
> From: Rajeshwari Shinde
>
> This patch enables SPI driver for EXYNOS5.
>
> Signed-off-by: Rajeshwari Shinde
> Signed-off-by: Hatim Ali
> ---
>
> Changes since v4:
> - Rebased on u-boot-samsung.git
>
> board/samsung/smdk5250
Hi Hatim,
On Tue, Oct 16, 2012 at 3:58 AM, Hatim Ali wrote:
> From: Rajeshwari Shinde
>
> This patch adds pinmux support for SPI channels
>
> Signed-off-by: Rajeshwari Shinde
> Signed-off-by: Hatim Ali
Acked-by: Simon Glass
> ---
> Changes since v4:
> Fixed minor nits suggested by S
On Fri, Oct 12, 2012 at 05:26:10PM -0700, Simon Glass wrote:
> From: Stefan Reinauer
>
> ChromeOS uses a GPT partition table to partition the disk.
> However, Windows will refuse to install on a GPT partitioned
> disk if there is no EFI available (Even if there is an MBR, too)
> To hide the GPT p
From: Wei Ni
Add support for the LCD peripheral at the Tegra2 SOC level. A separate
LCD driver will use this functionality to configure the display.
Signed-off-by: Mayuresh Kulkarni
Mayuresh Kulkarni:
- changes to remove bitfields and clean up for submission
Signed-off-by: Simon Glass
Simon G
Add calls to the LCD driver from Nvidia board code.
Signed-off-by: Simon Glass
---
Changes in v7:
- Rebase onto upstream/master
Changes in v4:
- Change order of LCD init so that PWM comes first
Changes in v3:
- Add separate call to pwm_init() in board_init()
board/nvidia/common/board.c | 19
This provides an option for the LCD to flush the dcache after each update
(puts, scroll or clear).
Signed-off-by: Simon Glass
---
Changes in v4:
- Use lcd_puts() for echoing user input so lcd cached data is flushed
Changes in v3:
- Put the LCD cache flush logic back into lcd_puts()
Changes in v
Add support for adjusting the L1 cache behavior by updating the MMU
configuration. The mmu_set_region_dcache_behaviour() function allows
drivers to make these changes after the MMU is set up.
It is implemented only for ARMv7 at present.
This is needed for LCD support, where we want to make the LC
From: Mayuresh Kulkarni
Enable the Seaboard's 16-bit LCD and use it as the console.
Signed-off-by: Mayuresh Kulkarni
Signed-off-by: Simon Glass
---
Changes in v4:
- Add CONFIG_BOARD_LATE_INIT to enable LCD
- Use CONFIG_CONSOLE_SCROLL_LINES instead of CONSOLE_SCROLL_LINES
- Enable separate CONF
Add support for selecting the required cache mode for the LCD:
off, write-through or write-back.
Signed-off-by: Simon Glass
---
Changes in v7:
- Rename mmu_set_region_dcache() to mmu_set_region_dcache_behaviour()
Changes in v3:
- Handle a cached frame buffer out of normal U-Boot memory
drivers
For tegra we want to enable the cache for the LCD. This is easier if
we can avoid using L2 page tages, so align the LCD to a section
boundary.
Signed-off-by: Simon Glass
---
Changes in v2:
- Align tegra display using new CONFIG_LCD_ALIGNMENT feature
include/configs/tegra20-common.h |3 +++
This driver supports driving a single LCD and providing a U-Boot console
on it.
Signed-off-by: Simon Glass
---
Changes in v7:
- Add cast on call to tegra_display_probe()
Changes in v6:
- Add an additional delay before enabling the panel
- Don't access beyond end of config.panel_timings[]
- Set L
The Seaboard has a 1366x768 16bpp LCD. The backlight is controlled
by one of the PWMs.
Signed-off-by: Simon Glass
---
Changes in v6:
- Add 400ms delay before enabling panel VDD
Changes in v5:
- Enable required LCD fdt nodes (which are now disabled by default)
Changes in v4:
- Adjust LCD fdt nod
This binding will apparently soon be in linux-next. Bring it in now
since we need to do something, and may as well try to target what
Linux will have.
Signed-off-by: Simon Glass
---
Changes in v5:
- Update Tegra PWM binding s/duty cycle/period/
Changes in v3:
- Add new commit for pwm binding and
The pulse width/frequency modulation peripheral supports generating
a repeating pulse. It is useful for controlling LCD brightness.
Signed-off-by: Simon Glass
---
Changes in v4:
- Add CONFIG_PWM_TEGRA to control inclusion of PWM support
- Add a little more debugging to the PWM driver
- Move code
When the cursor position gets to the end of the LCD console we normally
scroll by one line. This adds an option to increase that value.
Console scrolling is often slow, and if a large amount of output is
being sent, increasing this option to 10 or so will speed things up
considerably.
Signed-off-
These two functions don't actually modify their arguments so add a const
keyword.
Signed-off-by: Simon Glass
Acked-by: Mike Frysinger
---
Changes in v2:
- Add new patch to use const in pinmux_config_pingroup/table()
arch/arm/cpu/tegra20-common/pinmux.c |4 ++--
arch/arm/include/asm/a
The normal alignment is PAGE_SIZE, but if this is defined, we can support
other alignments.
The motivation for this change is to make the display section-aligned on
ARM so that we can easily turn off data caching for the frame buffer region
without resorting to level 2 page tables.
Signed-off-by:
Add support for a default pin mapping for display1.
Signed-off-by: Simon Glass
---
Changes in v3:
- Remove LPW1 pin which is not needed by display
Changes in v2:
- Use const where possible in funcmux
arch/arm/cpu/tegra20-common/funcmux.c | 37 +
1 files change
Add LCD definitions and also a proposed binding for LCD displays.
The PWM is as per what will likely be committed to linux-next soon.
The displaymode binding comes from a proposal here:
http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html
The panel binding is new, and fills a n
This series adds support for the Tegra2x's display peripheral. This
supports the LCD display on Seaboard and we use this to enable console
output in U-Boot on the LCD.
Configuration is via the device tree. Proposed bindings are included
in this series, taken from pwm bindings that should be in lin
On Tue, Oct 16, 2012 at 04:07:06PM +0200, Stefano Babic wrote:
> Add video support to the board with the display
> focaltech etm070003dh6.
>
> Signed-off-by: Stefano Babic
[snip]
> +int board_video_init(void)
> +{
> + struct prcm *prcm_base = (struct prcm *)PRCM_BASE;
> + void *fb;
> +
>
On Wed, Oct 17, 2012 at 02:38:47PM -0700, Troy Kisky wrote:
> On 10/17/2012 2:05 PM, Tom Rini wrote:
> >-BEGIN PGP SIGNED MESSAGE-
> >Hash: SHA1
> >
> >On 10/17/12 13:32, Troy Kisky wrote:
> >>On 10/11/2012 4:15 PM, Tom Rini wrote:
> >>>On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babi
Hi Albert,
On Sat, Oct 13, 2012 at 4:21 AM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> No comment on the patch itself except for one general question:
>
> On Mon, 8 Oct 2012 14:42:29 -0700, Simon Glass
> wrote:
>
>> Add support for adjusting the cachability of an L1 section by updating
>> the MMU. T
Hi Eric,
On Wed, Oct 17, 2012 at 8:34 AM, Eric Nelson
wrote:
> On 10/17/2012 03:38 AM, Lukasz Majewski wrote:
>>
>> Hi Simon,
>>
>>> Hi,
>>>
>>> On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski
>>> wrote:
Hi Simon,
> This provides an option for the LCD to flush the dcache aft
On 10/17/2012 2:05 PM, Tom Rini wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/17/12 13:32, Troy Kisky wrote:
On 10/11/2012 4:15 PM, Tom Rini wrote:
On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote:
[snip]
One reason to move into the board directory is that there was
On Wed, Oct 17, 2012 at 12:01:47AM +0200, Daniel Schwierzeck wrote:
> Hi Tom,
>
> The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
>
> Merge branch 'ag...@denx.de-next' of
> git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700)
>
> are available in the git r
On Wed, Oct 17, 2012 at 05:51:05AM +0200, Heiko Schocher wrote:
> Hello Tom,
>
> The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
>
> Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging
> (2012-10-15 13:37:22 -0700)
>
> are available in the git r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/17/12 13:32, Troy Kisky wrote:
> On 10/11/2012 4:15 PM, Tom Rini wrote:
>> On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote:
>>
>> [snip]
>>> One reason to move into the board directory is that there was a
>>> decision to move rules
On 10/11/2012 4:15 PM, Tom Rini wrote:
On Fri, Oct 12, 2012 at 12:27:09AM +0200, stefano babic wrote:
[snip]
One reason to move into the board directory is that there was a decision
to move rules related to only one arch or SOC where they belong to, that
is in the corresponding arch/ or board/
With ELDK4.2 libserial.o is too large to fit in the area before the
environment. Swap in libinput instead which is a little smaller.
Cc: Michael Schwingen
Signed-off-by: Tom Rini
---
board/actux1/u-boot.lds |2 +-
board/actux2/u-boot.lds |2 +-
board/actux3/u-boot.lds |2 +-
3 file
> "Tom" == Tom Rini writes:
Hi,
>> Again, I haven't been able to do any real tests on this board
>> because of missing nand support. Are you aware of any in progress
>> effort on this within TI?
Tom> Yes, Ilya Yanok is working on that, as well as finishing MUSB
Tom> support currently.
D0/D1 Swapped or not is a board property, not anything specific to
the am33xx SoC, so add a custom define for it.
At the same time correct the bit handling for the swapped mode
(DPE0 should be cleared and SI/DPE1 set).
Signed-off-by: Peter Korsgaard
---
drivers/spi/omap3_spi.c | 11 +-
> "Tom" == Tom Rini writes:
Hi,
Tom> Alright, can you post a patch that works for you? Thanks!
Sure, will do so now.
--
Bye, Peter Korsgaard
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, Oct 17, 2012 at 2:48 AM, Wolfgang Denk wrote:
>
> CONFIG_ISP1362_USB is an option used only in the respective board
> config files, used there to set up a mapping for the respective
> device memory; if enabled, we define CONFIG_SYS_BR5_ISP1362 and
> CONFIG_SYS_OR5_ISP1362 which are then us
From: Fabio Estevam
Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now.
Signed-off-by: Fabio Estevam
---
include/configs/mx6qarm2.h |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index 965bea3..b42
From: Fabio Estevam
Data cache and CONFIG_MMC_BOUNCE_BUFFER can be safely enabled now.
Signed-off-by: Fabio Estevam
---
include/configs/mx6qsabre_common.h |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/mx6qsabre_common.h
b/include/configs/mx6qsabre_co
Hi Stephen,
On Wednesday, October 17, 2012 6:44:59 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> This makes the FAT filesystem API more consistent with other
> block-based
> filesystems. If in the future standard multi-filesystem commands such
> as
> "ls" or "load" are implemented, having
From: Stephen Warren
cur_part_info.{name,type} are strings. So, we don't need to memset()
the entire thing, just put the NULL-termination in the first byte.
Add missing initialization of the bootable and uuid fields.
None of these fields are actually used by fat.c. However, since it
stores the
From: Stephen Warren
This makes the FAT filesystem API more consistent with other block-based
filesystems. If in the future standard multi-filesystem commands such as
"ls" or "load" are implemented, having FAT work the same way as other
filesystems will be necessary.
Convert cmd_fat.c to the new
From: Stephen Warren
A future patch will implement the more standard filesystem API
fat_set_blk_dev(). This API has no way to know which partition number
the partition represents. Equally, future DM rework will make the
concept of partition number harder to pass around.
So, simply remove cur_par
On Wed, Sep 26, 2012 at 11:43:54AM -, Paul Gortmaker wrote:
> The sbc8548/60 (both similar, just variations in UART hardware)
> support has been removed from the linux kernel as of v3.6-rc1~132
> so lets also now remove it from the u-boot tree as well.
>
> Signed-off-by: Paul Gortmaker
Appl
Am 09/05/2012 11:36, schrieb Stefano Babic:
> On 07/05/2012 22:56, Fabio Estevam wrote:
>> From: Fabio Estevam
>>
>> Add the software workaround for ARM erratum ID 468414.
>>
>> According to mx53/mx51 errata document:
>>
>> "ENGcm11133 - ARM: NEON load data can be incorrectly forwarded to a
>> sub
On 10/17/2012 10:12 AM, Tom Rini wrote:
> On 10/17/12 09:04, Stephen Warren wrote:
...
>> BTW, I had also posted a minor fix "disk: initialize name/part
>> fields when returning a whole disk" which may have been overlooked?
>> Perhaps it's still in your queue.
>
> That is still in my queue. I'm t
On Mon, Oct 15, 2012 at 08:07:44PM +0200, Pavel Herrmann wrote:
> On Monday 15 of October 2012 10:40:25 Stephen Warren wrote:
> > On 10/13/2012 01:38 PM, Pavel Herrmann wrote:
> > > Hi
> > >
> > > On Wednesday 10 October 2012 12:14:00 Stephen Warren wrote:
> > >> From: Stephen Warren
> > >>
> >
Am 08/08/2012 14:26, schrieb Dirk Behme:
> The recent U-Boot version 2012.07 has improved drivers
> (e.g. MMC and network/FEC) regarding DCache handling.
> So it should be safe to use the DCache on the i.MX6, now.
>
> Signed-off-by: Dirk Behme
> ---
Applied to u-boot-imx, thanks. Sorry for delay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/17/12 09:04, Stephen Warren wrote:
> On 10/17/2012 09:01 AM, Tom Rini wrote:
>> On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote:
>>
>>> From: Stephen Warren
>>>
>>> Simplify the partition printing loop in print_part_efi() to
>>>
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx53loco has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam
> ---
> include/configs/mx53loco.h |1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/mx53loco.h b/include/configs/mx53lo
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx53evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DEN
Am 15/10/2012 19:26, schrieb Fabio Estevam:
> mx51evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DENX
Am 15/10/2012 17:37, schrieb Fabio Estevam:
> Since PLL2 now has changed, it is necessary to adapt the CONFIG_IPUV3_CLK
> accordingly.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
Am 15/10/2012 17:37, schrieb Fabio Estevam:
> init_clock is currently shared between mx51 and mx53 and it contains lots of
> ifdef's which makes it really hard to follow the code.
>
> Split the init_clock between mx51 and mx53 to allow easier readability.
>
> No functional changes are made.
>
>
Am 15/10/2012 17:37, schrieb Fabio Estevam:
> Currently PLL2 is not explicitely configured for mx53 and it runs at 333MHz.
>
> Since PLL2 is the parent clock for DDR2, IPU, VPU, we should set it at 400MHz
> instead.
>
> Without doing so, it is not possible to use a 2.6.35 FSL kernel and display
The patch adds SPL for the arm1136 architecture and
inserts SPL (the produced binary) to clobber target
in the main Makefile.
Signed-off-by: Stefano Babic
---
Changes in v3:
- Fix commit message
Makefile |1 +
arch/arm/cpu/arm1136/config.mk |3 +++
2 files changed,
On 10/17/2012 09:01 AM, Tom Rini wrote:
> On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote:
>
>> From: Stephen Warren
>>
>> Simplify the partition printing loop in print_part_efi() to bail
>> out early when the first invalid partition is found, rather than
>> indenting the whole bo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/17/12 08:46, Peter Korsgaard wrote:
>> "Tom" == Tom Rini writes:
>
>
> Tom> I'd like to see it as board/ti/am33xx/board.[ch] but other
> than that I Tom> can see where you're coming from.
>
> Ok, fine - Will use board.{c,h} in next versio
> "Tom" == Tom Rini writes:
Tom> I'd like to see it as board/ti/am33xx/board.[ch] but other than that I
Tom> can see where you're coming from.
Ok, fine - Will use board.{c,h} in next version.
Tom> Can you post a WIP version of your s_init / board_init? I'd like
Tom> to see what maybe
On Sun, Oct 07, 2012 at 01:17:34PM +0200, Igor Grinberg wrote:
> Neither cm-t35, nor cm-t3730 is using OneNAND or flash.
> Remove the related defines from config file.
>
> Signed-off-by: Igor Grinberg
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Mon, Oct 01, 2012 at 11:06:52AM -0400, Andrew Bradford wrote:
> Fix usage of 'mmc rescan' by many configs. Proper use is
> 'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan
> the device. 'mmc rescan' itself does not take any arguments.
>
> Signed-off-by: Andrew Bradford
On Tue, Sep 25, 2012 at 12:49:47PM -0400, Joel A Fernandes wrote:
> DDR3 support is tested and working with beaglebone hardware. Include a check
> for this board type and configure DDR3. The timings and other configuration
> match EVM SK.
>
> Signed-off-by: Joel A Fernandes
Applied to u-boot-ti
On Thu, Sep 13, 2012 at 12:38:16PM -0700, Tom Rini wrote:
> From: Pankaj Bharadiya
>
> The endpoint rx count register value will be zero if it is read before
> receive packet ready bit (PERI_RXCSR:RXPKTRDY) is set.
>
> Check for the receive packet ready bit (PERI_RXCSR:RXPKTRDY) before
> readin
On 10/17/2012 03:38 AM, Lukasz Majewski wrote:
Hi Simon,
Hi,
On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski
wrote:
Hi Simon,
This provides an option for the LCD to flush the dcache after each
update (puts, scroll or clear).
Signed-off-by: Simon Glass
---
Changes in v2:
- Put the LCD ca
On Wed, Oct 17, 2012 at 08:47:57AM +0200, Peter Korsgaard wrote:
> > "Tom" == Tom Rini writes:
>
> Tom> Add the required config.mk logic for this SoC as well as the BOOT_DEVICE
> Tom> define. Finally, enable the options on the am335x_evm.
>
> Tom> Signed-off-by: Tom Rini
> Tom> ---
>
On Tue, Oct 09, 2012 at 07:20:22AM -, Marek Vasut wrote:
> The mkcksum() function now takes one parameter, the pointer to
> 11-byte wide character array, which it then operates on.
>
> Currently, the function is wrongly passed (dir_entry)->name, which
> is only 8-byte wide character array. Th
On Sun, Oct 07, 2012 at 05:56:05AM -, Pavel Herrmann wrote:
> There is no difference in codepath with CONFIG_SC3 enabled, so just remove it
>
> Signed-off-by: Pavel Herrmann
This, and the rest of the series (with v2 for 2, 4, 7 and 8) has been
applied to u-boot/master, thanks!
--
Tom
si
On Mon, Oct 08, 2012 at 08:14:32AM -, Stephen Warren wrote:
> From: Stephen Warren
>
> Simplify the partition printing loop in print_part_efi() to bail out
> early when the first invalid partition is found, rather than indenting
> the whole body of the loop. This simplifies later patches.
>
On Mon, Oct 08, 2012 at 07:45:54AM -, Stephen Warren wrote:
> From: Stephen Warren
>
> When no valid partitions are found, guarantee that we return -1. This
> most likely already happens, since the most recent get_partition_info()
> will have returned an error. However, it's best to be expli
On Sat, Oct 06, 2012 at 02:07:01PM -, Marek Vasut wrote:
> U-Boot contains a lot of duplicit implementations of serial_puts()
> call which just pipes single characters into the port in loop. Implement
> function that does this behavior into common code, so others can make
> easy use of it.
>
On Wed, Sep 19, 2012 at 03:18:53AM -, Stefan Roese wrote:
> As the board seems to be unmaintained for some time, lets remove
> the support in mainline completely.
>
> Signed-off-by: Stefan Roese
> Cc: Marek Vasut
> Cc: James F. Dougherty
> Cc: Wolfgang Denk
> Acked-by: Marek Vasut
Appli
On Tue, Apr 17, 2012 at 04:41:14PM -, Nobuhiro Iwamatsu wrote:
> With almost all the architecture and board BOARD_LATE_INIT does not use.
> CONFIG_BOARD_LATE_INIT is used instead.
> This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.
>
> Signed-off-by: Nobuhiro Iwamatsu
> CC: Macpaul L
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/17/12 00:05, Peter Korsgaard wrote:
>> "Tom" == Tom Rini writes:
>
> Tom> At some point the am335x evm hardware was updated to
> previosly Tom> used in all other designs layout, so remove the now
> incorrect Tom> code.
>
> Could we please
This patch adds essential components for generation of the contents of
the linker section that is used by the linker-generated array. All of
the contents is held in a separate file, u-boot.lst, which is generated
at runtime just before U-Boot is linked.
The purpose of this code is to especially ge
Hi Simon,
> Hi,
>
> On Thu, Aug 9, 2012 at 12:43 AM, Lukasz Majewski
> wrote:
> > Hi Simon,
> >
> >> This provides an option for the LCD to flush the dcache after each
> >> update (puts, scroll or clear).
> >>
> >> Signed-off-by: Simon Glass
> >> ---
> >> Changes in v2:
> >> - Put the LCD cache
Dear Wolfgang Denk,
On 17.10.2012 12:05, Wolfgang Denk wrote:
> Dear Andreas Bießmann,
>
> In message <1350467910-2014-1-git-send-email-andreas.de...@googlemail.com>
> you wrote:
>> This patch adds time measurement and throughput calculation for the ext2load
>> and
>> ext4load commands.
> ...
>
Dear Andreas Bießmann,
In message <1350467910-2014-1-git-send-email-andreas.de...@googlemail.com> you
wrote:
> This patch adds time measurement and throughput calculation for the ext2load
> and
> ext4load commands.
...
> + unsigned long time_start;
...
> + time_start = get_timer(0);
>
1 - 100 of 116 matches
Mail list logo