On 25/11/2012 01:03, Marek Vasut wrote:
> These registers don't have _SET, _CLR and _TOG at the respective offsets
> available, these registers has to be toggled via R-M-W if needed. Thus do
> not export these offsets anymore.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
Applied to
On Mon, Dec 3, 2012 at 5:30 AM, Rajeshwari Shinde
wrote:
> Add required compatible information for USB
>
> Signed-off-by: Vivek Gautam
Acked-by: Simon Glass
> ---
> include/fdtdec.h |1 +
> lib/fdtdec.c |1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/incl
Hi Rajeshwari,
On Mon, Dec 3, 2012 at 5:18 AM, Rajeshwari Shinde
wrote:
> This patch enables Vbus required for USB.
>
> Signed-off-by: Vivek Gautam
> Signed-off-by: Rajeshwari Shinde
> ---
> board/samsung/smdk5250/smdk5250.c | 17 +
> 1 files changed, 17 insertions(+), 0 dele
Hi Rajeshwari,
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde
wrote:
> This patch adds fdt support to MAX77686.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> drivers/misc/pmic_max77686.c | 34 +-
> 1 files changed, 29 insertions(+), 5 deletions(-)
>
> diff --
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde
wrote:
> Add device node for MAX77686
>
> Signed-off-by: Rajeshwari Shinde
> ---
> board/samsung/dts/exynos5250-smdk5250.dts |7 +++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/board/samsung/dts/exynos5250-smdk5250
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde
wrote:
> Add required compatible information for PMIC
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> include/fdtdec.h |1 +
> lib/fdtdec.c |1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
wrote:
> Add SPI device node data for exynos.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> arch/arm/dts/exynos5250.dtsi | 25 +
> 1 files changed, 25 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/dts/exynos5250
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
wrote:
> Add required compatible information for SPI driver.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> include/fdtdec.h |1 +
> lib/fdtdec.c |1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff
Hi Rajeshwari,
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
wrote:
> This patch adds aliases for SPI.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> board/samsung/dts/exynos5250-smdk5250.dts |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/board/samsung/dts/exy
Hi,
On Sun, Dec 2, 2012 at 10:35 PM, wrote:
> Dear All,
>
>
>
> Can you please help me how to make u-boot to support it on x86 64 bit PC
> intel i5 processor (MIH61R-MB ) for Tizen kernel loading on x86 processor.
>
>
>
> What are the things i need to take care of ?
>
>
>
> Please help me ASAP.
If we're sending a cover letter make sure to CC everyone that we're
CCing on each of the individual patches.
Signed-off-by: Doug Anderson
---
Changes in v2:
- Added requested comment in the README to document this.
tools/patman/README|3 +++
tools/patman/patman.py |2 +-
tools/patma
Hi Stephen,
On Mon, Dec 3, 2012 at 4:57 PM, Stephen Warren wrote:
> On 12/03/2012 05:49 PM, Simon Glass wrote:
>> Hi Stephen,
>>
>> On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote:
>>> On 12/03/2012 04:45 PM, Tom Warren wrote:
These are stripped down for bringup, They'll be filled out
On 12/03/2012 05:49 PM, Simon Glass wrote:
> Hi Stephen,
>
> On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote:
>> On 12/03/2012 04:45 PM, Tom Warren wrote:
>>> These are stripped down for bringup, They'll be filled out later
>>> to match-up with the kernel DT contents, and/or as devices are
>
On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson wrote:
> There are cases that we want to support different settings (or maybe
> even different aliases) for different projects. Add support for this
> by:
> * Adding detection for two big projects: U-Boot and Linux.
> * Adding default settings for Lin
On Mon, Dec 3, 2012 at 4:40 PM, Doug Anderson wrote:
> If we're sending a cover letter make sure to CC everyone that we're
> CCing on each of the individual patches.
>
> Signed-off-by: Doug Anderson
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot
On 12/03/2012 04:45 PM, Tom Warren wrote:
> This build is stripped down. It boots to the command prompt.
> GPIO is the only peripheral supported. Others TBD.
>
> include/configs/tegra-common.h now holds common config options
> for Tegra SoCs.
> diff --git a/board/nvidia/cardhu/cardhu.c b/board/nv
Hi Stephen,
On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote:
> On 12/03/2012 04:45 PM, Tom Warren wrote:
>> These are stripped down for bringup, They'll be filled out later
>> to match-up with the kernel DT contents, and/or as devices are
>> brought up (mmc, usb, spi, etc.).
>>
>> Signed-off
Currently we go through and generate the CC list for patches twice.
This gets slow when (in a future CL) we add a call to
get_maintainer.pl on Linux. Instead of doing things twice, just cache
the CC list when it is first generated.
Signed-off-by: Doug Anderson
---
Changes in v2: None
tools/pat
For Linux the best way to figure out where to send a patch is with the
"get_maintainer.pl" script. Add support for calling it from patman.
Support is added unconditionally for "scripts/get_maintainer.pl" in
case it is helpful for any other projects.
Signed-off-by: Doug Anderson
---
Changes in v2
This patch adds support for a [settings] section in the .patman file.
In this section you can add settings that will affect the default
values for command-line options.
Support is added in a generic way such that any setting can be updated
by just referring to the "dest" of the option that is pass
The settings modules now has doctests, so run them.
Signed-off-by: Doug Anderson
---
Changes in v2: None
tools/patman/patman.py |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/patman/patman.py b/tools/patman/patman.py
index 2e9e5dc..e56dd01 100755
--- a/tools/
There are cases that we want to support different settings (or maybe
even different aliases) for different projects. Add support for this
by:
* Adding detection for two big projects: U-Boot and Linux.
* Adding default settings for Linux (U-Boot is already good with the
standard patman defaults).
Simon,
Thanks!
On Mon, Dec 3, 2012 at 3:04 PM, Simon Glass wrote:
> Hi Doug,
>
> On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote:
>> There are cases that we want to support different settings (or maybe
>> even different aliases) for different projects. Add support for this
>> by:
>> * Add
On 12/03/2012 04:45 PM, Tom Warren wrote:
> This patch adds basic Tegra30 (T30) build support - no specific
> board is targeted.
> diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
> int board_early_init_f(void)
> {
> +#if defined(CONFIG_TEGRA30)
> + pinmux_init();
> +#
Simon,
Thanks for the review!
On Mon, Dec 3, 2012 at 3:00 PM, Simon Glass wrote:
> On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote:
>> If we're sending a cover letter make sure to CC everyone that we're
>> CCing on each of the individual patches.
>>
>> Signed-off-by: Doug Anderson
>
> Loo
On 12/03/2012 04:45 PM, Tom Warren wrote:
> These are stripped down for bringup, They'll be filled out later
> to match-up with the kernel DT contents, and/or as devices are
> brought up (mmc, usb, spi, etc.).
>
> Signed-off-by: Tom Warren
> diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/
On 12/03/2012 04:45 PM, Tom Warren wrote:
> These files are for code that runs on the CPU (A9) on T30 boards.
> At this time, it's only the RCM (Recovery Mode) cmd file, which
> is in tegra-common. As T30-specific run-time code is added, it'll
> go here.
I don't think this patch adds any code any
On 12/03/2012 04:45 PM, Tom Warren wrote:
> This provides SPL support for T30 boards - AVP early init, plus
> CPU (A9) init/jump to main U-Boot.
>
> Some changes were made to Tegra20 cpu.c to move common routines
> into tegra-common/cpu.c and reduce code duplication.
> arch/arm/cpu/arm720t/tegra
From: Gabe Black
Because calculate_relocation_address now uses the e820 map, it will be able
to avoid addresses over 32 bits and regions that are at high addresses but
not big enough for U-Boot. It also means we can remove the hack which
limitted U-Boot's idea of the size of memory to less than 4
On 12/03/2012 04:45 PM, Tom Warren wrote:
> Common Tegra files are in arch-tegra, shared between T20 and T30.
> Tegra30-specific headers are in arch-tegra30. Note that some of
> these will be filled in as more T30 support is added (drivers,
> WB/LP0 support, etc.). A couple of Tegra20 files were ch
On 12/03/2012 04:45 PM, Tom Warren wrote:
> This patch series adds basic (boot to cmd prompt) support for Tegra30.
> This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI)
> boot proc) first, then control is transferred to the CPU (A9 quad cluster).
> It is based on current u-boot-t
When running from coreboot we don't want this code, so make it
optional.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch to remove video code, to avoid compile error
README|7 +++
arch/x86/lib/Makefile |4 ++--
2 files changed, 9 insertions(+), 2 deleti
From: Vadim Bendebury
Some u-boot modules rely on availability of get_ticks() and
get_tbclk() functions, reporting a free running clock and its
frequency respectively. Traditionally these functions return number
and frequency of timer interrupts.
Intel's core architecture processors however are
From: Duncan Laurie
Coreboot was always using MTRR 7 for the write-protect
cache entry that covers the ROM and U-boot was removing it.
However with 4GB configs we need more MTRRs for the BIOS
and so the WP MTRR needs to move. Instead coreboot will
always use the last available MTRR that is norma
From: Stefan Reinauer
This helps us monitor boot progress and determine where U-Boot dies if
there are any problems.
Signed-off-by: Stefan Reinauer
Signed-off-by: Simon Glass
---
Changes in v2:
- Enable boot progress in coreboot config file
arch/x86/cpu/coreboot/coreboot.c |2 ++
includ
This contains just the minimum information for a coreboot-based board.
Signed-off-by: Stefan Reinauer
Signed-off-by: Gabe Black
Signed-off-by: Simon Glass
---
Changes in v2:
- Update alex to use this include file
- Add an empty link .dts which also uses this include file
arch/x86/dts/coreboot
This build is stripped down. It boots to the command prompt.
GPIO is the only peripheral supported. Others TBD.
include/configs/tegra-common.h now holds common config options
for Tegra SoCs.
Signed-off-by: Tom Warren
---
V2:
* Move pinmux_init to cardhu.c, move pinmux-config header here, too.
*
This patch adds basic Tegra30 (T30) build support - no specific
board is targeted.
Signed-off-by: Tom Warren
---
V2:
* Use generic CONFIG_TEGRA in Makefile instead of specific SOC test
* Cleanup a couple of include files due to T20/T30 build differences
* Move pinmux_init to board code
Makefile
These are stripped down for bringup, They'll be filled out later
to match-up with the kernel DT contents, and/or as devices are
brought up (mmc, usb, spi, etc.).
Signed-off-by: Tom Warren
---
V2: Reduce to the minimum needed to build/boot to cmd prompt
arch/arm/dts/tegra30.dtsi |6
These files are used by both SPL and main U-Boot.
Also made minor changes to shared Tegra code to support
T30 differences.
Signed-off-by: Tom Warren
---
V2:
* Differentiate between T20 and T30 in ODMDATA and query_sdram_size.
* Fix numerous func entries in pingroup table as per Stephen.
* Added w
These files are for code that runs on the CPU (A9) on T30 boards.
At this time, it's only the RCM (Recovery Mode) cmd file, which
is in tegra-common. As T30-specific run-time code is added, it'll
go here.
Signed-off-by: Tom Warren
---
V2: Cleanup whitespace issues
arch/arm/cpu/armv7/tegra30/Mak
This provides SPL support for T30 boards - AVP early init, plus
CPU (A9) init/jump to main U-Boot.
Some changes were made to Tegra20 cpu.c to move common routines
into tegra-common/cpu.c and reduce code duplication.
Signed-off-by: Tom Warren
---
V2: Move common CPU init code to tegra-common/cpu.
Common Tegra files are in arch-tegra, shared between T20 and T30.
Tegra30-specific headers are in arch-tegra30. Note that some of
these will be filled in as more T30 support is added (drivers,
WB/LP0 support, etc.). A couple of Tegra20 files were changed
to support common headers in arch-tegra, als
This patch series adds basic (boot to cmd prompt) support for Tegra30.
This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI)
boot proc) first, then control is transferred to the CPU (A9 quad cluster).
It is based on current u-boot-tegra/next. Some Tegra20 files were
changed or move
Hi Tom,
On Tue, Dec 4, 2012 at 10:39 AM, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 12/03/12 17:19, Simon Glass wrote:
>> Hi Graeme,
>>
>> On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ
>> wrote:
>>> Hi Tom, Simon, Wolfgang,
>>>
>>> On Tue, Dec 4, 2012 at 1:54 AM, Tom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/03/12 17:19, Simon Glass wrote:
> Hi Graeme,
>
> On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ
> wrote:
>> Hi Tom, Simon, Wolfgang,
>>
>> On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote:
>>> On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote:
> The settings modules now has doctests, so run them.
>
> Signed-off-by: Doug Anderson
Acked-by: Simon Glass
> ---
> tools/patman/patman.py |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/tools/patman/patm
Hi Doug,
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote:
> There are cases that we want to support different settings (or maybe
> even different aliases) for different projects. Add support for this
> by:
> * Adding detection for two big projects: U-Boot and Linux.
> * Adding default setti
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote:
> This patch adds support for a [settings] section in the .patman file.
> In this section you can add settings that will affect the default
> values for command-line options.
>
> Support is added in a generic way such that any setting can be up
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote:
> For Linux the best way to figure out where to send a patch is with the
> "get_maintainer.pl" script. Add support for calling it from patman.
> Support is added unconditionally for "scripts/get_maintainer.pl" in
> case it is helpful for any o
On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote:
> If we're sending a cover letter make sure to CC everyone that we're
> CCing on each of the individual patches.
>
> Signed-off-by: Doug Anderson
Looks good, but can you please add a note to the README under the
'Where Patches Are Sent' heade
On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote:
> Currently we go through and generate the CC list for patches twice.
> This gets slow when (in a future CL) we add a call to
> get_maintainer.pl on Linux. Instead of doing things twice, just cache
> the CC list when it is first generated.
>
>
Sorry - hit send too soon. A couple of minor edits and I'll resend.
> -Original Message-
> From: Tom Warren [mailto:twarren.nvi...@gmail.com]
> Sent: Monday, December 03, 2012 3:18 PM
> To: u-boot@lists.denx.de
> Cc: twarren.nvi...@gmail.com; s...@chromium.org; Stephen Warren;
> albert.u.b
Hi Graeme,
On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ wrote:
> Hi Tom, Simon, Wolfgang,
>
> On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote:
>> On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote:
>>> Hi Wolfgang,
>>>
>>> On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote:
>>> > Dear
This patch series adds basic (boot to cmd prompt) support for Tegra30.
This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI)
boot proc) first, then control is transferred to the CPU (A9 quad cluster).
It is based on current u-boot-tegra/next. Some Tegra20 files were
changed or move
Hi Tom, Simon, Wolfgang,
On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote:
> On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote:
>> Hi Wolfgang,
>>
>> On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote:
>> > Dear Simon Glass,
>> >
>> > In message <1353100842-20126-1-git-send-email-...@
Acked-By: Che-Liang Chiou
On Mon, Dec 3, 2012 at 8:28 AM, Richard Genoud wrote:
> As far as every arch has a get_timer function,
> run_command_and_time_it code can now disappear.
>
> Signed-off-by: Richard Genoud
> ---
> common/cmd_time.c | 33 ++---
> common/comm
Acked-by: Che-Liang Chiou
On Mon, Dec 3, 2012 at 8:23 AM, Richard Genoud wrote:
> 2012/12/3 Stefan Roese :
>>> @@ -543,7 +543,9 @@ enum command_ret_t cmd_process(int flag, int argc, char
>>> * const argv[],
>>>
>>> /* If OK so far, then do the command */
>>> if (!rc) {
>>> +
On Wed, Nov 28, 2012 at 1:39 AM, Andy Fleming wrote:
>
> Timur Tabi (5):
> powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del
> CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC
> powerpc/85xx: add support for the Freescale P5040DS Superhydra
> reference board
> powerpc/85xx: implement check for err
From: Rob Herring
Standard pxelinux servers will typically use a zImage rather than u-boot
image format, so fallback to bootz if bootm fails.
Signed-off-by: Rob Herring
---
v2:
- Only fall back to bootz when bootm fails instead of being either or
option.
common/cmd_pxe.c | 11 ++-
Hi Tom,
On Mon, Dec 3, 2012 at 5:59 AM, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 12/02/12 09:55, Simon Glass wrote:
>> From: Gabe Black
>>
>> The default implementation of this function is just memset, but
>> other implementations will be needed when physical memo
As far as every arch has a get_timer function,
run_command_and_time_it code can now disappear.
Signed-off-by: Richard Genoud
---
common/cmd_time.c | 33 ++---
common/command.c |6 +-
common/hush.c |2 +-
common/main.c |2 +-
include/command.
2012/12/3 Stefan Roese :
>> @@ -543,7 +543,9 @@ enum command_ret_t cmd_process(int flag, int argc, char
>> * const argv[],
>>
>> /* If OK so far, then do the command */
>> if (!rc) {
>> + if (ticks) *ticks = get_timer(0);
>
> Newline please:
>
> if (ticks)
>
OMAP5 has 8b i2c data register field, like OMAP2, 3 and 4. Handle in the same
way. This fixes the following error on OMAP5:
OMAP5430 EVM # mmc rescan
timed out in wait_for_bb: I2C_STAT=1410
twl6035: could not turn on LDO9.
Signed-off-by: Vincent Stehlé
---
drivers/i2c/omap24xx_i2c.c | 1
On 12/03/2012 04:28 PM, Richard Genoud wrote:
> As far as every arch has a get_timer function,
> run_command_and_time_it code can now disappear.
>
> Signed-off-by: Richard Genoud
> ---
> common/cmd_time.c | 33 ++---
> common/command.c |4 +++-
> common/hush.c
As far as every arch has a get_timer function,
run_command_and_time_it code can now disappear.
Signed-off-by: Richard Genoud
---
common/cmd_time.c | 33 ++---
common/command.c |4 +++-
common/hush.c |2 +-
common/main.c |2 +-
include/command.h
We handle i2c_write return code and complain in case of error. We propagate the
error, too, to allow better handling at the upper level in the future.
Signed-off-by: Vincent Stehlé
---
drivers/power/twl6035.c | 17 +
include/twl6035.h |2 +-
2 files changed, 14 insert
We add a return code to wait_for_bb() to be able to report errors to the
callers properly. We in turn handle this new error code in i2c_read, i2c_write
and i2c_probe.
Signed-off-by: Vincent Stehlé
---
drivers/i2c/omap24xx_i2c.c | 20 ++--
1 file changed, 14 insertions(+), 6 del
Hi,
I am encountering the following i2c error on OMAP5 with mainline u-boot:
OMAP5430 EVM # mmc rescan
timed out in wait_for_bb: I2C_STAT=1410
It seems the first call to i2c_write for bus I2C1 will fail and will leave the
bus with SCL stuck low, preventing further i2c operations.
While stil
On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote:
> Hi Wolfgang,
>
> On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote:
> > Dear Simon Glass,
> >
> > In message <1353100842-20126-1-git-send-email-...@chromium.org> you wrote:
> >> The previous generic board series hit a snag in that
Dear Pantelis Antoniou,
> When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined
> the makefile links objects twice.
>
> This patch uses a Makefile specific idiom of
> 'if defined(CONFIG_USB_GADGET) || defined(CONFIG_USB_ETHER)'
> to handle the case.
>
> Signed-off-by: Pantelis Antoniou
[..
Dear Nikita Kiryanov,
> Update usb host support to use new version of omap_ehci_hcd_init.
>
> Signed-off-by: Nikita Kiryanov
> ---
> Explanation: apparently there was a failed remote update and I did not have
> the latest version of the code.
> @Marek: If it's possible to fold this into commit "
Dear Rajeshwari Shinde,
> This patch set adds FDT support for USB device.
>
> Rajeshwari Shinde (3):
> EHCI: Exynos: Add fdt support
> EXYNOS5: Add device node for USB.
> EXYNOS5: FDT: Add compatible strings for USB
>
> arch/arm/dts/exynos5250.dtsi |6
> drivers/usb/host/ehci-e
Dear Rajeshwari Shinde,
> Adding fdt support to ehci-exynos in order to parse
> register base addresses from the device node.
>
> Signed-off-by: Vivek Gautam
[...]
$ ./tools/checkpatch.pl \[PATCH\ 1_3\]\ EHCI_Exynos_Add\ fdt\ support.mbox
WARNING: line over 80 characters
#136: FILE: drivers/us
Dear Rob Herring,
> On 12/02/2012 10:58 PM, Marek Vasut wrote:
> > Dear Rob Herring,
> >
> >> From: Rob Herring
> >>
> >> Since wfi instruction is only available on ARMv7, add a conditional
> >> macro for it.
> >>
> >> Signed-off-by: Rob Herring
> >> ---
> >>
> >> arch/arm/include/asm/syste
Dear Rajeshwari Shinde,
> This patch sets adds pinmux for USB and function to init VBus.
>
> Rajeshwari Shinde (2):
> EXYNOS5: Add pinmux for VBus
> SMDK5250: Enable VBus for USB
>
> arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++
> arch/arm/include/asm/arch-exynos/periph.h |
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <201212030457.11755.ma...@denx.de> you wrote:
> > > IMHO it would make more sense to just make sure that LC_ALL is not set
> > > at all, i. e. to explicitly unset it.
> >
> > Hrm ... shall we introduce a patch that sanitizes the env then? Ma
On Sat, Dec 01, 2012 at 11:42:28AM -0800, Simon Glass wrote:
> Hi Tom,
>
> On Sat, Dec 1, 2012 at 10:32 AM, Tom Rini wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On 12/01/12 09:38, Simon Glass wrote:
> >> The following changes since commit
> >> b8715d8def240014da5614a4f940
On Mon, Dec 3, 2012 at 10:27 AM, Simon Glass wrote:
> Hi Otavio,
>
> On Mon, Dec 3, 2012 at 4:12 AM, Otavio Salvador
> wrote:
> >[snip]
>
> > Maybe it is the time to move patman to another git repository?
> >
> > patman is nice for many projects so maybe it could live outside U-Boot
> git?
>
> M
Update usb host support to use new version of omap_ehci_hcd_init.
Signed-off-by: Nikita Kiryanov
---
Explanation: apparently there was a failed remote update and I did not have
the latest version of the code.
@Marek: If it's possible to fold this into commit "cm-t35: add USB host support"
that wo
On 12/03/2012 06:22 AM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you
> wrote:
>> From: Rob Herring
>>
>> Standard pxelinux servers would use zImage rather than u-boot image
>> format, so use bootz instead of bootm if enable
On Mon, Dec 3, 2012 at 10:38 PM, Rajeshwari Birje
wrote:
> Hi Kyungmin Park,
>
> On Mon, Dec 3, 2012 at 7:00 PM, Kyungmin Park wrote:
>> On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde
>> wrote:
>>> This patch sets pinmux for VBus of USB.
>>>
>>> Signed-off-by: Vivek Gautam
>>> Signed-off-by
On Sat, Dec 01, 2012 at 06:38:43AM -0800, Simon Glass wrote:
> The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:
>
> Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
> 06:41:56 -0700)
>
> are available in the git repository at:
>
> git://git.denx.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/02/12 09:55, Simon Glass wrote:
> From: Gabe Black
>
> The default implementation of this function is just memset, but
> other implementations will be needed when physical memory isn't
> accessible by U-Boot using normal addressing mechanisms.
On Fri, Nov 30, 2012 at 03:07:05PM +0900, Nobuhiro Iwamatsu wrote:
> Hi Tom,
>
> Please pull u-boot-sh master branch.
>
> Best regards,
> Nobuhiro
>
> The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:
>
> Merge branch 'master' of git://git.denx.de/u-boot-fdt (201
On Thu, Nov 15, 2012 at 04:35:26PM +0900, Nobuhiro Iwamatsu wrote:
> When __BYTEORDER_HAS_U64__ is not defined, we got warning following:
>
> -
> /tmp/include/linux/byteorder/little_endian.h: In function
> ???__cpu_to_be64p???:
> /tmp/include/linux/byteorder/little_endian.h:71:2: warning: im
Hi Kyungmin Park,
On Mon, Dec 3, 2012 at 7:00 PM, Kyungmin Park wrote:
> On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde
> wrote:
>> This patch sets pinmux for VBus of USB.
>>
>> Signed-off-by: Vivek Gautam
>> Signed-off-by: Rajeshwari Shinde
>> ---
>> arch/arm/cpu/armv7/exynos/pinmux.c
On 12/02/2012 10:58 PM, Marek Vasut wrote:
> Dear Rob Herring,
>
>> From: Rob Herring
>>
>> Since wfi instruction is only available on ARMv7, add a conditional
>> macro for it.
>>
>> Signed-off-by: Rob Herring
>> ---
>> arch/arm/include/asm/system.h |6 ++
>> 1 file changed, 6 inserti
On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde
wrote:
> This patch sets pinmux for VBus of USB.
>
> Signed-off-by: Vivek Gautam
> Signed-off-by: Rajeshwari Shinde
> ---
> arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++
> arch/arm/include/asm/arch-exynos/periph.h |1 +
> 2 f
Add required compatible information for USB
Signed-off-by: Vivek Gautam
---
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 976e6af..09d1d38 100644
--- a/include/fdtdec.h
+++ b/include/
This patch adds the device node required for USB
Signed-off-by: Vivek Gautam
---
arch/arm/dts/exynos5250.dtsi |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index e8ecf3f..dd2c6ac 100644
--- a/arch/arm/dts
Adding fdt support to ehci-exynos in order to parse
register base addresses from the device node.
Signed-off-by: Vivek Gautam
---
drivers/usb/host/ehci-exynos.c | 57 ---
1 files changed, 52 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/host/ehci-e
This patch set adds FDT support for USB device.
Rajeshwari Shinde (3):
EHCI: Exynos: Add fdt support
EXYNOS5: Add device node for USB.
EXYNOS5: FDT: Add compatible strings for USB
arch/arm/dts/exynos5250.dtsi |6
drivers/usb/host/ehci-exynos.c | 57
Change e-mail address of Luka Perkov.
Signed-off-by: Luka Perkov
CC: Luka Perkov
---
MAINTAINERS | 2 +-
board/iomega/iconnect/iconnect.c| 2 +-
board/iomega/iconnect/iconnect.h| 2 +-
board/iomega/iconnect/kwbimage.cfg | 2 +-
board/raidsonic/ib62x0/ib62x0.c
This patch enables Vbus required for USB.
Signed-off-by: Vivek Gautam
Signed-off-by: Rajeshwari Shinde
---
board/samsung/smdk5250/smdk5250.c | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/board/samsung/smdk5250/smdk5250.c
b/board/samsung/smdk5250/smdk
This patch sets pinmux for VBus of USB.
Signed-off-by: Vivek Gautam
Signed-off-by: Rajeshwari Shinde
---
arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++
arch/arm/include/asm/arch-exynos/periph.h |1 +
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/
This patch sets adds pinmux for USB and function to init VBus.
Rajeshwari Shinde (2):
EXYNOS5: Add pinmux for VBus
SMDK5250: Enable VBus for USB
arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++
arch/arm/include/asm/arch-exynos/periph.h |1 +
board/samsung/smdk5250/smdk5250.c
Hi Otavio,
On Mon, Dec 3, 2012 at 4:12 AM, Otavio Salvador wrote:
>[snip]
> Maybe it is the time to move patman to another git repository?
>
> patman is nice for many projects so maybe it could live outside U-Boot git?
Maybe one day, but we still have a number of things to sort out - e.g.
the t
Dear Marek Vasut,
In message <201212030457.11755.ma...@denx.de> you wrote:
>
> > IMHO it would make more sense to just make sure that LC_ALL is not set
> > at all, i. e. to explicitly unset it.
>
> Hrm ... shall we introduce a patch that sanitizes the env then? Maybe we can
> fix
> the LDFLAGS
Dear Rob Herring,
In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you wrote:
> From: Rob Herring
>
> Standard pxelinux servers would use zImage rather than u-boot image
> format, so use bootz instead of bootm if enabled.
Why would this be the case? We should encourage the
1 - 100 of 127 matches
Mail list logo