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:
> 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/
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:
> 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!
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
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).
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/
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
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
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
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
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
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 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 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
>
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
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,
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.
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
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
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 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 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
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 --
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
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
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
101 - 127 of 127 matches
Mail list logo