On 11/08/2012 02:30 AM, Marek Vasut wrote:
Dear Michal Simek,
On 10/05/2012 06:48 PM, Marek Vasut wrote:
Dear Michal Simek,
ext2_find_next_zero_bit must be also static if __swab32 is also static.
Warning:
include/asm/bitops.h:369:22: warning: '__fswab32' is static but
used in inline functio
Hi Bo,
On 08.11.2012 04:06, Bo Shen wrote:
> Hi Andreas,
>
> On 11/7/2012 21:26, Marek Vasut wrote:
>> Dear Bo Shen,
>>
>>> Hi Marek,
>>>
>>> On 11/7/2012 6:54, Marek Vasut wrote:
Dear Andreas Bießmann,
> From: Bo Shen
Missing commit message
> Signed-off-by: Bo S
Hello Simon,
On 05.11.2012 21:43, Simon Glass wrote:
Hi Heiko,
On Tue, Oct 30, 2012 at 10:26 PM, Heiko Schocher wrote:
Hello Simon,
On 30.10.2012 18:28, Simon Glass wrote:
Rather than using a variable in various places, add a single function,
tegra_i2c_get_bus(), which returns a pointer t
Hello Simon,
On 05.11.2012 21:39, Simon Glass wrote:
Hi,
On Thu, Nov 1, 2012 at 10:03 AM, Stephen Warren wrote:
On 11/01/2012 01:42 AM, Heiko Schocher wrote:
Hello Stephen,
On 31.10.2012 17:25, Stephen Warren wrote:
On 10/31/2012 09:56 AM, Simon Glass wrote:
Hi Stephen,
On Wed, Oct 31, 2
Hello Stephen,
On 01.11.2012 18:03, Stephen Warren wrote:
On 11/01/2012 01:42 AM, Heiko Schocher wrote:
Hello Stephen,
On 31.10.2012 17:25, Stephen Warren wrote:
On 10/31/2012 09:56 AM, Simon Glass wrote:
Hi Stephen,
On Wed, Oct 31, 2012 at 8:41 AM, Stephen
Warren wrote:
On 10/31/2012 12
Enable the SD controller driver for the Raspberry Pi. Enable a number
of useful MMC, partition, and filesystem-related commands. Set up the
environment to provide standard locations for loading a kernel, DTB,
etc. Provide a boot command that loads and executes boot.scr.uimg from
the SD card; this i
This adds a simple driver for the BCM2835's SD controller.
Workarounds are implemented for:
* Register writes can't be too close to each-other in time, or they will
be lost.
* Register accesses must all be 32-bit, so implement custom accessors.
This code was extracted from:
git://github.com/gon
The BCM2835 SoC contains (at least) two CPUs; the VideoCore (a/k/a "GPU")
and the ARM CPU. The ARM CPU is often thought of as the main CPU.
However, the VideoCore actually controls the initial SoC boot, and hides
much of the hardware behind a protocol. This protocol is transported
using the SoC's m
When an LCD driver is actually driving a regular external display, e.g.
an HDMI monitor, the display resolution might not be known until the
display controller has initialized, i.e. during lcd_ctrl_init(). However,
lcd.c calculates lcd_line_length before calling this function, thus
relying on a har
The firmware running on the bcm2835 SoC's VideoCore CPU manages the
display controller. Add a simple "LCD" driver that communicates with the
firmware using the property mailbox protocol. This configures the
display and frame-buffer to match whatever physical resolution the
firmware chosen when boot
The firmware running on the bcm2835 SoC's VideoCore CPU determines how
much of the system RAM is available for use by the ARM CPU. Previously,
U-Boot assumed that only 128MB was available, since this was the
smallest value configured by any public firmware. However, we can now
query the actual valu
On 11/07/2012 01:47 PM, Oleksandr Tymoshenko wrote:
> On 11/6/2012 6:58 PM, Stephen Warren wrote:
>> On 10/26/2012 10:54 PM, Stephen Warren wrote:
>>> (Sorry for the resend; I sent this to the wrong U-Boot mailing list the
>>> first time around)
>>>
>>> Dom, ddv2005, Gray,
>>>
>>> I'm trying to get
This patch adds FDT support to sound init.
Signed-off-by: Rajeshwari Shinde
---
common/cmd_sound.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/common/cmd_sound.c b/common/cmd_sound.c
index 459d1eb..ad8669f 100644
--- a/common/cmd_sound.c
+++ b/common/cmd_sound.c
@
This patch adds FDT support to the driver.
Signed-off-by: Rajeshwari Shinde
---
drivers/sound/sound.c | 228 +++--
include/sound.h |9 ++
2 files changed, 230 insertions(+), 7 deletions(-)
diff --git a/drivers/sound/sound.c b/drivers/sound/
Add required compatible information for sound driver.
Signed-off-by: Rajeshwari Shinde
---
include/fdtdec.h |3 +++
lib/fdtdec.c |2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index d501d7e..a8dacac 100644
--- a/include/fdtde
Adds sound and codec device node parameters
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
---
board/samsung/dts/exynos5250-smdk5250.dts | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/board/samsung/dts/exynos5250-smdk5250.dts
b/boa
Add sound device node data for exynos
Signed-off-by: Rajeshwari Shinde
---
arch/arm/dts/exynos5250.dtsi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index e877e6c..3f750f0 100644
--- a/arch/arm/dts/exynos
This patch adds FDT support for Sound driver.
This patch is based on following patchset.
"EXYNOS5: FDT Support for I2C"
Rajeshwari Shinde (5):
EXYNOS5: FDT: Add sound device node data
EXYNOS5: FDT: Add sound and codec device node informations
EXYNOS5: FDT: Add compatible strings for sound
Signed-off-by: Rajeshwari Shinde
---
board/samsung/smdk5250/smdk5250.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/board/samsung/smdk5250/smdk5250.c
b/board/samsung/smdk5250/smdk5250.c
index db2457b..dfb7239 100644
--- a/board/samsung/smdk5250/smdk5250.c
+++ b/
Functions added to get the I2C bus number and reset I2C bus using
FDT node.
Signed-off-by: Simon Glass
Signed-off-by: Rajeshwari Shinde
---
drivers/i2c/s3c24x0_i2c.c | 89 -
drivers/i2c/s3c24x0_i2c.h |7
include/i2c.h | 28 +++
This patch adds api to find compatible id for a given
FDT node
Signed-off-by: Rajeshwari Shinde
---
include/fdtdec.h | 14 ++
lib/fdtdec.c | 12
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index f9aac31..d50
Add required compatible information for I2C driver.
Signed-off-by: Rajeshwari Shinde
---
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 180dfff..f9aac31 100644
--- a/include/fdtdec.h
+
This patch adds aliases for I2C.
Signed-off-by: Rajeshwari Shinde
---
board/samsung/dts/exynos5250-smdk5250.dts | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/board/samsung/dts/exynos5250-smdk5250.dts
b/board/samsung/dts/exynos5250-smdk5250.dts
index 2d3ecca
Add I2C device node data for exynos
Signed-off-by: Rajeshwari Shinde
---
arch/arm/dts/exynos5250.dtsi | 64 ++
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index db22db6..e877
This patch set adds FDT support for I2C driver and
API's to acess the bus number using the fdt node
and also reset the port.
Rajeshwari Shinde (6):
EXYNOS5: FDT: Add I2C device node data
EXYNOS5 : FDT: Add Aliases for I2C device
EXYNOS5: FDT: Add compatible string for I2C
FDT: Api to find
On 11/7/2012 7:40 PM, Stefan Roese wrote:
Hi Vipin,
On 11/02/2012 06:39 PM, Vipin Kumar wrote:
This patchset is split in several pieces
- Drivers: This is essentially a few new drivers and fixes in already exiasting
drivers
- Enhancement: This series enhances the already existing spear suppo
On 11/7/2012 7:40 PM, Stefan Roese wrote:
Hi Vipin,
On 11/02/2012 06:39 PM, Vipin Kumar wrote:
This patchset is split in several pieces
- Drivers: This is essentially a few new drivers and fixes in already exiasting
drivers
- Enhancement: This series enhances the already existing spear suppo
Hi Andreas,
On 11/7/2012 21:26, Marek Vasut wrote:
Dear Bo Shen,
Hi Marek,
On 11/7/2012 6:54, Marek Vasut wrote:
Dear Andreas Bießmann,
From: Bo Shen
Missing commit message
Signed-off-by: Bo Shen
Signed-off-by: Andreas Bießmann
---
since v2:
* add this single patch
drivers/v
Dear Allen Martin,
> On Wed, Nov 07, 2012 at 05:18:27AM -0800, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> > > On 11/06/2012 03:56 PM, Marek Vasut wrote:
> > > > Dear Simon Glass,
> > > >
> > > >> Hi Marek,
> > > >>
> > > >> On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut wrote:
> > > >>> De
Dear Stephen Warren,
> On 11/07/2012 06:21 AM, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> >> On 11/06/2012 03:57 PM, Marek Vasut wrote:
> >>> Dear Stephen Warren,
> >>>
> On 11/06/2012 03:43 PM, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> >> On 11/05/2012 05:54 PM,
Dear Michal Simek,
> On 10/05/2012 06:48 PM, Marek Vasut wrote:
> > Dear Michal Simek,
> >
> >> ext2_find_next_zero_bit must be also static if __swab32 is also static.
> >>
> >> Warning:
> >> include/asm/bitops.h:369:22: warning: '__fswab32' is static but
> >> used in inline function 'ext2_find_
Hi Rommel,
Looks good to me. Thank you.
Acked-by: Jaehoon Chung
On 11/08/2012 06:46 AM, Rommel G Custodio wrote:
> modification for commit 804c7f422169212e92530e1ddaf74bf1ca9ebfa1
>
> The original patch contained a bug.
> Using a char with sdhci_readl/sdhci_writel operation.
> The adjacent byt
On 11/07/2012 03:57 PM, Fleming Andy-AFLEMING wrote:
On Nov 7, 2012, at 5:47 PM, York Sun wrote:
mpc86xx platforms should use CONFIG_SYS_MPC86xx_DDR2_ADDR in utils.c
if applicable.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/util.c |4
1 file changed, 4 insertions(+)
di
On Nov 7, 2012, at 5:47 PM, York Sun wrote:
> mpc86xx platforms should use CONFIG_SYS_MPC86xx_DDR2_ADDR in utils.c
> if applicable.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/util.c |4
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/powerpc/cpu/mpc8xxx/dd
mpc86xx platforms should use CONFIG_SYS_MPC86xx_DDR2_ADDR in utils.c
if applicable.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/util.c |4
1 file changed, 4 insertions(+)
diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/util.c
b/arch/powerpc/cpu/mpc8xxx/ddr/util.c
index 940.
Hi,
On Tue, 30 Oct 2012 09:15:16 -0700
Simon Glass wrote:
> Often a particular patch may change only for some versions of a series.
> For versions where there is no change, issue a change log indicating
> that (for example 'Changes in v4: None').
>
> For such lines, don't add a blank line after
On Tue, 30 Oct 2012 10:45:21 +0100
Stefan Roese wrote:
> By extracting these defines into a header, they can be re-used by other
> C sources as well. This will be done by the SPL framework OS boot
> support.
>
> Signed-off-by: Stefan Roese
> ---
> Changes in v6:
> - Fix compile warning: release
Hi,
On Tue, 23 Oct 2012 10:28:28 +0200
Stefan Roese wrote:
...
> Stefan Roese (7):
> powerpc: Extract EPAPR_MAGIC constants into processor.h
> SPL: Port SPL framework to powerpc
> env: Enable getenv_f() for SPL_BUILD
> mpc5200: Add SPL support
> mpc5200: Add a3m071 board support
> Mak
On 11/6/2012 6:58 PM, Stephen Warren wrote:
On 10/26/2012 10:54 PM, Stephen Warren wrote:
(Sorry for the resend; I sent this to the wrong U-Boot mailing list the
first time around)
Dom, ddv2005, Gray,
I'm trying to get Signed-off-by lines for all code in the Raspberry Pi
Linux kernel trees rel
Hi,
On Mon, 5 Nov 2012 19:51:11 -0600
Kim Phillips wrote:
> commit 199adb601ff34bdbbd0667fac80dfe0a87bffc2b "common/misc: sparse
> fixes" broke the help command trying to fix the sparse error
> "command.c:44:38: error: bad constant expression".
>
> As Henrik points out, the fix was bad because
Hi,
On Tue, Nov 6, 2012 at 2:30 PM, Marek Vasut wrote:
> Dear Pavel Machek,
>
>> On Tue 2012-11-06 01:56:50, Marek Vasut wrote:
>> > Dear Pavel Machek,
>> >
>> > > Hi!
>> > >
>> > > In message <20121105200340.GA15821@xo-6d-61-c0.localdomain> you
>> > > wrote:
>> > > >> > > > /* A
Hi,
On Sun, Nov 4, 2012 at 2:47 PM, Albert ARIBAUD
wrote:
> Hi Simon,
>
>> OK, messaged received loud and clear. It does require a change of
>> process at my end - now I have to find relationships between commits
>> in different series going to different maintainers and try to tie them
>> togethe
Hi Hatim,
On Wed, Nov 7, 2012 at 5:08 AM, Hatim Ali wrote:
> This patch series adds support for TMU driver using device tree for Exynos5250
> based SMDK5250 board.
> This patch series is dependent on the patch series
> "Add DT based ethernet driver for SMDK5250" by Hatim Ali
>
> Changes since v1:
Hi Hatim,
On Wed, Nov 7, 2012 at 5:08 AM, Hatim Ali wrote:
> From: Akshay Saraswat
>
> Adding Exynos Thermal Management Unit driver to monitor SOC
> temperature and take actions corresponding to states of TMU.
> System will shutdown if tripping temperature is reached.
>
> Signed-off-by: Akshay S
Hi Hatim,
On Wed, Nov 7, 2012 at 5:08 AM, Hatim Ali wrote:
> From: Alim Akhtar
>
> Adds a new u-boot command to read current temprature from tmu driver.
>
> Signed-off-by: Alim Akhtar
> Acked-by: Simon Glass
Sorry I missed this before, but I think you are supposed to update the
README and add
modification for commit 804c7f422169212e92530e1ddaf74bf1ca9ebfa1
The original patch contained a bug.
Using a char with sdhci_readl/sdhci_writel operation.
The adjacent bytes to SDHCI_HOST_CONTROL (specially SDHCI_POWER_CONTROL)
get mangled and can result in the controller entering an unstable stat
On Mon, Nov 5, 2012 at 9:44 PM, Henrik Nordström
wrote:
> mån 2012-11-05 klockan 19:51 -0600 skrev Kim Phillips:
>> commit 199adb601ff34bdbbd0667fac80dfe0a87bffc2b "common/misc: sparse
>> fixes" broke the help command trying to fix the sparse error
>> "command.c:44:38: error: bad constant expressi
Hi Allen,
On Thu, Nov 1, 2012 at 4:41 PM, Allen Martin wrote:
> Add support for CONSOLE_MUX to tegra-kbc driver. This requires
> adding a flag to struct keyb to know the driver has already been
> initialized so if we try to initialize it again we can just return
> success. Also call into iomux_
Hi Wolfgang,
On Sat, Nov 3, 2012 at 8:32 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1351902453-27956-15-git-send-email-...@chromium.org> you wrote:
>> From: Anton Staaf
>>
>> Move the overwrite_console function call to before the search for
>> the console devices. This lets th
On 11/06/2012 11:15:42 PM, Vipin Kumar wrote:
On 11/7/2012 5:00 AM, Scott Wood wrote:
On 11/02/2012 12:40:02 PM, Vipin Kumar wrote:
+#if defined(CONFIG_CMD_NAND)
+ printf("\n");
+ nand_info_t *nand;
+ image_header_t image_header;
+ image_header_t *header = &image_header;
+ int nand_dev = nand_c
Hi Wolfgang,
On Wed, Nov 7, 2012 at 11:35 AM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> > This is not exactly a proposal that triggers enthusiasm to me.
>>
>> Enthusiasm is a strong word...
>
> I tried to find a strictly non-negative phrasing here, because I felt
>
Hi Greg,
What is the exact value of your PMU_MISC1 register? Did you change the code
to clear LVDSCLK2_IBEN and set LVDSCLK2_OBEN as well?
We haven't tried a PCIe switch. We just have an FPGA directly connected to
the i.MX6.
Thanks,
Carolyn
On Wed, Nov 7, 2012 at 8:38 AM, Greg Topmiller wrote:
Dear Simon,
In message
you wrote:
>
> > This is not exactly a proposal that triggers enthusiasm to me.
>
> Enthusiasm is a strong word...
I tried to find a strictly non-negative phrasing here, because I felt
that would be somewhat better ;-)
> Let's take an example. We have AHCI/SATA support
On Wed, Nov 07, 2012 at 05:18:27AM -0800, Marek Vasut wrote:
> Dear Stephen Warren,
>
> > On 11/06/2012 03:56 PM, Marek Vasut wrote:
> > > Dear Simon Glass,
> > >
> > >> Hi Marek,
> > >>
> > >> On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut wrote:
> > >>> Dear Allen Martin,
> > >>>
> > Check
Hi Ilya,
On 11/06/2012 01:01 PM, Ilya Yanok wrote:
On Tue, Nov 6, 2012 at 9:24 AM, Felix Radensky
mailto:fe...@embedded-sol.com>> wrote:
Hi Marek,
On 11/06/2012 12:57 AM, Marek Vasut wrote:
Can you please avoid top-posting? Does U-Boot even support
your USB device
On 07/11/2012 18:39, Ashok Kumar Reddy wrote:
> Remove unused macro CONFIG_DISCOVER_PHY from configs.
>
> Signed-off-by: Ashok Kumar Reddy
> ---
> include/configs/apx4devkit.h |1 -
> include/configs/sc_sps_1.h |1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/include/configs/a
On 07/11/2012 18:37, Ashok Kumar Reddy wrote:
> Use IMX_GPO_NR macro
>
> Signed-off-by: Ashok Kumar Reddy
> ---
> board/freescale/mx35pdk/mx35pdk.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/freescale/mx35pdk/mx35pdk.c
> b/board/freescale/mx35pdk/mx35pdk.
Remove unused macro CONFIG_DISCOVER_PHY from configs.
Signed-off-by: Ashok Kumar Reddy
---
include/configs/apx4devkit.h |1 -
include/configs/sc_sps_1.h |1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index 6764b47..73c66a
Use IMX_GPO_NR macro
Signed-off-by: Ashok Kumar Reddy
---
board/freescale/mx35pdk/mx35pdk.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx35pdk/mx35pdk.c
b/board/freescale/mx35pdk/mx35pdk.c
index 7cb6b30..e9b3827 100644
--- a/board/freescale/mx35pdk/mx
On 11/07/2012 06:21 AM, Marek Vasut wrote:
> Dear Stephen Warren,
>
>> On 11/06/2012 03:57 PM, Marek Vasut wrote:
>>> Dear Stephen Warren,
>>>
On 11/06/2012 03:43 PM, Marek Vasut wrote:
> Dear Stephen Warren,
>
>> On 11/05/2012 05:54 PM, Marek Vasut wrote:
>>> Dear Stephen War
Hi Carolyn,
I saw your message on the Denx mailing list.
I have the Novpek board with the MX6 quad on it and a full PCIe interface. I
am working in the Freescale Linux kernel and to get the interface to work we
had to change a clock source for the PCIe. We had to use the LVDS2 as SATA
clock
On 07/11/2012 17:27, Benoît Thébaudeau wrote:
> Hi Stefano,
>
> On Wednesday, November 7, 2012 5:16:47 PM, Stefano Babic wrote:
>> On 05/11/2012 21:13, Benoît Thébaudeau wrote:
>>> Add support for the OTG port on the mx35pdk Personality board.
>>>
>>> Signed-off-by: Benoît Thébaudeau
>>> Cc: Stef
On 05/11/2012 23:55, Marek Vasut wrote:
> Dear Benoît Thébaudeau,
>
>> The EHCI definitions in i.MX31's imx-regs.h are MXC-generic, so move them
>> to ehci-fsl.h so that all MXC SoCs can use them.
>>
>> Signed-off-by: Benoît Thébaudeau
>> Cc: Marek Vasut
>> Cc: Stefano Babic
> [...]
>
> I'll d
Hi Stefano,
On Wednesday, November 7, 2012 5:16:47 PM, Stefano Babic wrote:
> On 05/11/2012 21:13, Benoît Thébaudeau wrote:
> > Add support for the OTG port on the mx35pdk Personality board.
> >
> > Signed-off-by: Benoît Thébaudeau
> > Cc: Stefano Babic
> > Cc: Marek Vasut
> > ---
> > Note: I
Hi Wolfgang,
On Wed, Nov 7, 2012 at 5:06 AM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> >> I accept that it has sat there for a while without a board config to
>> >> use it. But I would very much like to keep this code and see no sense
>> >> in removing it now that
Hi Wolfgang,
On Wed, Nov 7, 2012 at 4:38 AM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> Yes I am now completely lost :-)
>
> Me too.
>
>> Where have I changed the licensing model?
>>
>> Your original request was to remove the CREDITS line I think. I have
>> done tha
Hi Wolfgang,
On Wed, Nov 7, 2012 at 6:08 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> OK, but I still don't quite get it. As I asked in the other thread,
>> are you not interested in TPM functionality at all until we have a
>> verified boot implementation, o
On 05/11/2012 21:13, Benoît Thébaudeau wrote:
> Add support for the OTG port on the mx35pdk Personality board.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Stefano Babic
> Cc: Marek Vasut
> ---
> Note: I have tested this on a similar board, but not on the mx35pdk itself. So
> please, someone test
Microblaze platform can use CONFIG_OF_EMBED option
but also it is necessary to support boards
which don't want to use this option.
U-Boot doesn't compile dts/libdts.o for #undef CONFIG_OF_EMBED
case that's why it should be guarded by ifdef.
Signed-off-by: Michal Simek
---
v2: Change commit messa
On 10/05/2012 06:48 PM, Marek Vasut wrote:
Dear Michal Simek,
ext2_find_next_zero_bit must be also static if __swab32 is also static.
Warning:
include/asm/bitops.h:369:22: warning: '__fswab32' is static but
used in inline function 'ext2_find_next_zero_bit'
which is not static [enabled by defau
Hi Wolfgang,
On Wed, Nov 7, 2012 at 4:55 AM, Wolfgang Denk wrote:
> Dear Simon,
>
> In message
> you
> wrote:
>>
>> > "compiler to read the PC back from the stack after the dcache flush" -
>> > can you please explain what exactly this means, and which exact
>> > problem it causes?
>>
>> This i
Hi Sricharan,
R Sricharan writes:
> In the latest, pad mux and clocks for all
> non-essential modules at U-BOOT were removed.
>
> This might also cause the problem.
> We can bring this back in u-boot by adding the following macros
> and check if it works fine again.
>
> include/configs/om
The patch
"include/linux/byteorder: import latest endian definitions from linux"
(sha1: eef1cf2d5cf1cae5fb76713e912263dedf110aeb)
Introduced a lot of compilation failures with unknow types.
include/linux/byteorder/big_endian.h:45:1: error: unknown type name '__le64'
include/linux/byteorder/big_end
On 05/11/2012 21:13, Benoît Thébaudeau wrote:
> Add support for the OTG port on the mx35pdk Personality board.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Stefano Babic
> Cc: Marek Vasut
> ---
> Note: I have tested this on a similar board, but not on the mx35pdk itself. So
> please, someone test
On 05/11/2012 21:07, Benoît Thébaudeau wrote:
> The mx5 lowlevel_init.S contains board-specific code based on the reference
> design. Let's keep it since it avoids creating new lowlevel_init files and it
> may be used by many boards. But add a config to make it optional in order not
> to
> cause i
Dear Felix Radensky,
>
>
>
>http-equiv="Content-Type">
>
[...]
I cannot read this email, ignored, sorry.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Lucas Stach,
> Dear Marek Vasut,
>
> Am Mittwoch, den 07.11.2012, 14:25 +0100 schrieb Marek Vasut:
> > Dear Lucas Stach,
> >
> > > Dear Marek Vasut,
> > >
> > > Am Dienstag, den 06.11.2012, 23:35 +0100 schrieb Marek Vasut:
> > > > I don't see how you transfer DT information into controller
Hi Vipin,
On 11/02/2012 06:39 PM, Vipin Kumar wrote:
> This patchset is split in several pieces
> - Drivers: This is essentially a few new drivers and fixes in already
> exiasting
> drivers
> - Enhancement: This series enhances the already existing spear support
> - spear13xx: This is a totally
Dear Simon Glass,
In message
you wrote:
>
> OK, but I still don't quite get it. As I asked in the other thread,
> are you not interested in TPM functionality at all until we have a
> verified boot implementation, or are you happy to have things progress
> in stages? I'm will to work through thi
Dear Marek Vasut,
Am Mittwoch, den 07.11.2012, 14:25 +0100 schrieb Marek Vasut:
> Dear Lucas Stach,
>
> > Dear Marek Vasut,
> >
> > Am Dienstag, den 06.11.2012, 23:35 +0100 schrieb Marek Vasut:
> > > I don't see how you transfer DT information into controller # ...
> > >
> > > > There is really
Dear Bo Shen,
> Hi Marek,
>
> On 11/7/2012 6:54, Marek Vasut wrote:
> > Dear Andreas Bießmann,
> >
> >> From: Bo Shen
> >
> > Missing commit message
> >
> >> Signed-off-by: Bo Shen
> >> Signed-off-by: Andreas Bießmann
> >> ---
> >>
> >> since v2:
> >> * add this single patch
> >>
> >>
Dear Lucas Stach,
> Dear Marek Vasut,
>
> Am Dienstag, den 06.11.2012, 23:35 +0100 schrieb Marek Vasut:
> > Dear Lucas Stach,
> >
> > [...]
> >
> > > > > > > What do you think?
> > > > > >
> > > > > > What about passing port private / platform data instead of ID ?
> > > > >
> > > > > The ID i
Dear Stephen Warren,
> On 11/06/2012 03:57 PM, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> >> On 11/06/2012 03:43 PM, Marek Vasut wrote:
> >>> Dear Stephen Warren,
> >>>
> On 11/05/2012 05:54 PM, Marek Vasut wrote:
> > Dear Stephen Warren,
> >
> >> From: Stephen Warren
>
From: Alim Akhtar
This enables the tmu command to read the current SOC
temperature with the help of TMU
Signed-off-by: Alim Akhtar
Acked-by: Simon Glass
---
Changes since v1:
- Added Acked-by: Simon Glass
include/configs/exynos5250-dt.h |1 +
1 files changed, 1 insertions(+), 0 d
From: Alim Akhtar
Adds a new u-boot command to read current temprature from tmu driver.
Signed-off-by: Alim Akhtar
Acked-by: Simon Glass
---
Changes since v1:
- Include new generic tmu header file
- Made printf()s consistent
- Added Acked-by: Simon Glass
common/Makefi
From: Akshay Saraswat
Enables TMU driver support for exynos5250
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Added Acked-by: Simon Glass
include/configs/exynos5250-dt.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/inclu
Dear Stephen Warren,
> On 11/06/2012 03:56 PM, Marek Vasut wrote:
> > Dear Simon Glass,
> >
> >> Hi Marek,
> >>
> >> On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut wrote:
> >>> Dear Allen Martin,
> >>>
> Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P.
> Control characte
Dear Simon,
In message
you wrote:
>
> > NAK as is. Please make sure to keep all arhcitectures in sync. The
> > long term goal iss till to merge the lib/board.c files into a single,
> > common one.
>
> See my notes on the other patch, most of which apply here.
>
> http://patchwork.ozlabs.org
From: Akshay Saraswat
This adds call to tmu_init() and TMU status polling in board_poll_devices()
funtion to monitor temperature change of the SOC.
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Removed debug print under TMU_STATUS_NORMAL case
- Ad
From: Akshay Saraswat
Adding a generic polling function to continuously monitor events and
trigger actions corresponding to them.
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Removed GEN tag from subject
- Changed description comment for board_po
From: Akshay Saraswat
Adding API in power for system shutdown when tripping value is reached
in Exynos Thermal Management Unit.
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Changed description comment for power_shutdown function
- Added Acked-by:
Dear Allen Martin,
> On Tue, Nov 06, 2012 at 02:56:37PM -0800, Marek Vasut wrote:
> > Dear Simon Glass,
> >
> > > Hi Marek,
> > >
> > > On Tue, Nov 6, 2012 at 2:49 PM, Marek Vasut wrote:
> > > > Dear Allen Martin,
> > > >
> > > >> Check for scancodes for arrow keys and map them to ^F/^B, ^N/^P
From: Akshay Saraswat
Adding Exynos Thermal Management Unit driver to monitor SOC
temperature and take actions corresponding to states of TMU.
System will shutdown if tripping temperature is reached.
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Added new
From: Akshay Saraswat
Fdt entry for Exynos TMU driver specific pre-defined values used for
calibration of current temperature and defining threshold values.
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes since v1:
- Added Acked-by: Simon Glass
arch/arm/dts/exynos525
This patch series adds support for TMU driver using device tree for Exynos5250
based SMDK5250 board.
This patch series is dependent on the patch series
"Add DT based ethernet driver for SMDK5250" by Hatim Ali
Changes since v1:
- Created new generic header file include/tmu.h
- Remov
Dear Simon,
In message
you wrote:
>
> >> I accept that it has sat there for a while without a board config to
> >> use it. But I would very much like to keep this code and see no sense
> >> in removing it now that it is actually in use.
> >
> > Feel free to re-add it when there are any real use
Dear Simon,
In message
you wrote:
>
> > "compiler to read the PC back from the stack after the dcache flush" -
> > can you please explain what exactly this means, and which exact
> > problem it causes?
>
> This is the code without the patch (armv7) using -O0:
>
> 0248 :
> 248: e92d4810
Dear Simon,
In message
you wrote:
>
> Yes I am now completely lost :-)
Me too.
> Where have I changed the licensing model?
>
> Your original request was to remove the CREDITS line I think. I have
> done that in this patch:
>
> http://patchwork.ozlabs.org/patch/197314/
>
> The above discuss
Hi,
looking on freescale files, i found this possible issue
line 65
out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL);
considering:
CONFIG_SYS_CS0_MASK for m5235evb board is
define CONFIG_SYS_CS0_CTRL 0x1D00
and
flexbus registers are as:
typedef struct fbcs {
u16 csar0; /* Ch
99 matches
Mail list logo