Hi Tom,
please pull these 3 changes to your tree.
Thanks,
Michal
The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.gi
Hi Tom,
On 10/30/2013 03:49 PM, Michal Simek wrote:
> From: Soren Brinkmann
>
> Signed-off-by: Soren Brinkmann
> Signed-off-by: Michal Simek
> ---
> drivers/serial/serial_zynq.c | 4
> 1 file changed, 4 deletions(-)
Can you please add this patch to your tree?
If you like, I can send yo
Hi Albert,
please pull these two patches to your arm next branch.
It depends on "zynq: Use arch_cpu_init() instead of lowlevel_init()"
(sha1: 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b) patch
which you have in your branch that's why I have rebased them
on the top.
Thanks,
Michal
The following cha
Hi Wolfgang,
On 06.11.2013 08:24, Wolfgang Denk wrote:
> if (autoconf_version_variable())
> setenv("ver", version_string); /* set version variable */
>
> By chance I ran about "include/linux/kconfig.h" in the Linux kernel
> tree, which provides (among other things) the IS_
Hi Bo,
First of all, sorry for a little delay.
> Hi Lukasz,
>
> On 11/4/2013 18:17, Lukasz Majewski wrote:
> > Hi Bo,
> >
> >> After dfu buffer is initialized, the buffer should be all
> >> available, while not 0. Initialize its value to min(dfu_buf_size,
> >> dfu->r_left).
> >>
> >> Signed-off-
Perhaps we should try his other email address; he seems to be using it
more than the gmail one now (added Cc).
On 11/04/2013 10:49 PM, Tom Rini wrote:
On Wed, Oct 16, 2013 at 05:23:23PM +0300, Nikita Kiryanov wrote:
This patch ports the Linux driver for DataImage SCF0403852GGU04 and
SCF0403526
Hi Pekon,
Thanks to Tom Rini's hint I have tried to execute your patch sets (
http://patchwork.ozlabs.org/project/uboot/list/?submitter=17320&state=*) in
order to get Linux and U-Boot working with same NAND flash. Set-up is
pretty much like Mathias has before in this chain. Latest problem I faced
w
On Mon, 4 Nov 2013 15:49:57 -0500
Tom Rini wrote:
> On Wed, Oct 16, 2013 at 05:23:23PM +0300, Nikita Kiryanov wrote:
>
> > This patch ports the Linux driver for DataImage SCF0403852GGU04 and
> > SCF0403526GGU20 LCD panels into U-Boot. As a preparation step, variable SPI
> > word
> > length supp
Hi
On Tuesday 05 of November 2013 14:34:03 Simon Glass wrote:
> >> +Declaring Uclasses
> >> +--
> >> +
> >> +The demo uclass is declared like this:
> >> +
> >> +U_BOOT_CLASS(demo) = {
> >> + .id = UCLASS_DEMO,
> >> +};
> >> +
> >> +It is also possible to specify spe
Hi Minkyu Kang,
On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje
wrote:
> Hi Minkyu Kang,
>
> Kindly do review the patch set and do let me know if any review comments.
> Pantelis Antoniou has merged the patch 10 (DWMMC: SMDK5420: Disable
> SMU for eMMC) into mmc tree.
>
We have merge window in n
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to
detect unconfigured pads for the i2c bus in use. These checks are
all in the form of
if (status == I2C_STAT_XRDY) {
printf("unconfigured pads\n");
return -1;
}
This check seems peculiar to me since the meaning o
On 11/06/2013 12:14 PM, Anatolij Gustschin wrote:
On Mon, 4 Nov 2013 15:49:57 -0500
Tom Rini wrote:
Did the mailing list eat the CC? I expect these changes to come in via
the spi tree, since Anatolij acked the other parts. Thanks!
The patch this series depends on is not in u-boot.git/mast
Hi Heiko,
On Mon, Nov 4, 2013 at 10:30 PM, Heiko Schocher wrote:
> Hello Vaibhav Bedia,
>
> Am 04.11.2013 20:45, schrieb Vaibhav Bedia:
>
>> Hi Marek,
>>
>> On Mon, Nov 4, 2013 at 12:34 PM, Marek Vasut wrote:
>>>
>>> Dear Vaibhav Bedia,
>>>
On Mon, Nov 4, 2013 at 8:15 AM, Heiko Schocher wr
This fixes following warning:
---8<---
abiessmann@punisher % ./MAKEALL -m at91rm9200ek
at91rm9200ek:awk: warning: escape sequence `\ ' treated as plain ` '
awk: warning: escape sequence `\ ' treated as plain ` '
andreas.de...@gmail.com
--->8---
Signed-off-by: Andreas Bießmann
Cc: Albert Aribaud
HI Lokesh :)
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> PRCM, timer base addresses and offsets are different from
> AM33xx. Updating the same.
>
> Signed-off-by: Lokesh Vutla
> ---
> arch/arm/include/asm/arch-am33xx/cpu.h | 17 +++--
> arch/arm/include/asm/
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> Use ti_armv7_common.h config file to inclde the common
> configs.
[...]
> +/* Clock Defines */
> +#define V_OSCK 2400 /* Clock output from T2 */
> +#define V_SCLK (V_OSCK)
I know this is
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> From: Sekhar Nori
>
> Add support for reading onboard EEPROM to enable
> board detection.
>
> Signed-off-by: Sekhar Nori
> Signed-off-by: Lokesh Vutla
> ---
> arch/arm/include/asm/arch-am33xx/omap.h |2 ++
> board/ti/am43xx/board.c
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> Selecting the Master osc clk as Timer2 clock source.
I obviously missed the first round of patches for AM43xx here. Why is
timer2 being used here? Don't we use the synctimer and timer1 in the kernel?
Regards,
Vaibhav
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> Updating the mux data for UART, and adding data for i2c0 and mmc.
>
> Signed-off-by: Lokesh Vutla
> ---
> arch/arm/include/asm/arch-am33xx/mux_am43xx.h |4 +++-
> board/ti/am43xx/mux.c | 24 +
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM.
> Following are the DPLL locking frequencies at OPP NOM:
> MPU locks at 600MHz
> Core locks at 1000MHz
> Per locks at 960MHz
> DDR locks at 266MHz
>
Why is this not readi
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> Adding DPLLs Multiplier and DIvider values for GP EVM
> Following are the DPLL locking frequencies at OPP NOM
> MPU locks at 600MHz
> Core locks at 1000MHz
> Per locks at 960MHz
> DDR locks at 400MHz
>
Comment on getting the data from eFuse o
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A)
> Adding LPDDR2 init sequence and register details for the same.
> Below is the brief description of LPDDR2 init sequence:
> -> Configure VTP
> -> Configure DDR IO settings
> ->
Add basic support for the Bachmann electronic ot1205 board. It
is powered by an imx6d and will come in different flavours. This
patch adds support for the mr flavour. It has a front panel with
some LEDs and some keys.
Signed-off-by: Christian Gmeiner
---
board/bachmann/ot1205/Makefile |9 ++
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
> GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C).
> Adding details for the same.
> Below is the brief description of DDR3 init sequence(SW leveling):
> -> Enable VTT regulator
> -> Configure VTP
> -> Configure DDR IO settings
> -> D
Hi Vibhav,
Thanks for the review...:)
On Wednesday 06 November 2013 05:58 PM, Vaibhav Bedia wrote:
> HI Lokesh :)
>
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> PRCM, timer base addresses and offsets are different from
>> AM33xx. Updating the same.
>>
>> Signed-off-by: Lokesh Vutla
Hi Vaibhav,
On Wednesday 06 November 2013 06:04 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> Use ti_armv7_common.h config file to inclde the common
>> configs.
>
> [...]
>
>
>> +/* Clock Defines */
>> +#define V_OSCK 2400 /* Cl
On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> From: Sekhar Nori
>>
>> Add support for reading onboard EEPROM to enable
>> board detection.
>>
>> Signed-off-by: Sekhar Nori
>> Signed-off-by: Lokesh Vutla
>> ---
>> arch/arm
On 06-Nov-13 14:12, Nikita Kiryanov wrote:
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to
detect unconfigured pads for the i2c bus in use. These checks are
all in the form of
if (status == I2C_STAT_XRDY) {
printf("unconfigured pads\n");
return -1;
}
This check seem
On Wednesday 06 November 2013 06:13 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> Updating the mux data for UART, and adding data for i2c0 and mmc.
>>
>> Signed-off-by: Lokesh Vutla
>> ---
>> arch/arm/include/asm/arch-am33xx/mux_am43xx.h |4 +++-
>> board
On Wednesday 06 November 2013 06:18 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM.
>> Following are the DPLL locking frequencies at OPP NOM:
>> MPU locks at 600MHz
>> Core locks at 1000MHz
>
On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A)
>> Adding LPDDR2 init sequence and register details for the same.
>> Below is the brief description of LPDDR2 init
This patch add new defines for usb phy for Exynos4x12.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes for v2:
- no changes
drivers/usb/gadget/regs-otg.h|5 +
drivers/usb/gadget/s3c_udc_otg.c | 10 --
2 files changed, 13 insertions(
This patch adds support for USB and enables 'ums' command on Trats2 board.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
This patch depends on the lated u-boot-usb/master.
Changes for v2:
- rebased on current USB tree
- removed unnecessary pmic probing
board
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 11/6/13 12:45 AM, Michal Simek wrote:
> On 11/06/2013 05:17 AM, Dinh Nguyen wrote:
>>
>> On 11/5/13 11:46 AM, Jagannadha Sutradharudu Teki wrote:
>>> Zynq uart controller support two serial ports like
>>> CONFIG_ZYNQ_SERIAL_UART0 and CONFIG_ZYNQ
Dear Lukasz Majewski,
> Hi Bo,
>
> First of all, sorry for a little delay.
>
> > Hi Lukasz,
> >
> > On 11/4/2013 18:17, Lukasz Majewski wrote:
> > > Hi Bo,
> > >
> > >> After dfu buffer is initialized, the buffer should be all
> > >> available, while not 0. Initialize its value to min(dfu_buf_
On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote:
> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>> GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C).
>> Adding details for the same.
>> Below is the brief description of DDR3 init sequence(SW leveling):
>> -> Enable VTT
Switch to using the generic gpio_led driver instead of the private to
cm_t35 board led implementation.
Signed-off-by: Igor Grinberg
Tested-by: Nikita Kiryanov
---
board/compulab/cm_t35/Makefile | 2 +-
board/compulab/cm_t35/leds.c | 33 -
include/configs/cm_t3
Hi Tom,
Please, disregard this patch in favor to the new one I've just sent.
Thanks and sorry for the noise!
On 11/05/13 10:23, Igor Grinberg wrote:
> Compulab boards can use the same leds code, so move the leds related
> code to live under board/compulab/common directory.
>
> Signed-off-by: Ig
Add platform glue logic for the SATA controller.
Signed-off-by: Roger Quadros
---
arch/arm/cpu/armv7/omap-common/Makefile | 3 ++
arch/arm/cpu/armv7/omap-common/sata.c | 78 +
arch/arm/include/asm/arch-omap5/sata.h | 48
3 files changed, 1
Hi,
This series adds SATA support for OMAP5 uevm board.
This is an RFC patchset for review only. Patches are based
on v2013.10.
cheers,
-roger
---
Roger Quadros (5):
ahci: Error out with message on malloc() failure
ARM: OMAP5: Add Pipe3 PHY driver
ARM: OMAP5: Add PRCM and Control informat
Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is
a driver for the Pipe3 PHY.
Signed-off-by: Roger Quadros
---
arch/arm/cpu/armv7/omap-common/Makefile| 4 +
arch/arm/cpu/armv7/omap-common/pipe3-phy.c | 233 +
arch/arm/cpu/armv7/omap-common/pipe3-phy.h |
If malloc() fails, we don't want to continue in ahci_init() and
ahci_init_one(). Also print a more informative error message on
malloc() failures.
CC: Rob Herring
Signed-off-by: Roger Quadros
---
drivers/block/ahci.c | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff
Adds the necessary PRCM and Control register information for
SATA on OMAP5.
Signed-off-by: Roger Quadros
---
arch/arm/cpu/armv7/omap5/prcm-regs.c| 5 +
arch/arm/include/asm/arch-omap5/clock.h | 3 +++
arch/arm/include/asm/arch-omap5/omap.h | 3 +++
arch/arm/include/asm/omap_common.h
The uevm has a SATA port. Inititialize the SATA controller.
Signed-off-by: Roger Quadros
---
board/ti/omap5_uevm/evm.c| 7 +++
include/configs/omap5_uevm.h | 10 ++
2 files changed, 17 insertions(+)
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
index 470633
Hi Tom,
Please pull from u-boot-coldfire.git, thanks!
The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-coldfire.git master
Jens Schar
There is no CONFIG_PCA953X_INFO symbol.
U-Boot uses CONFIG_CMD_PCA953X_INFO instead, which is described in
"Monitor Functions" section and thus no need to be repeated in the
"GPIO Support" section.
Remove the whole line.
Signed-off-by: Igor Grinberg
---
README | 1 -
1 file changed, 1 deletion(-
Dear Christian Gmeiner,
In message <1383742312-10922-1-git-send-email-christian.gmei...@gmail.com> you
wrote:
> Add basic support for the Bachmann electronic ot1205 board. It
> is powered by an imx6d and will come in different flavours. This
> patch adds support for the mr flavour. It has a front
Hi Christian,
On 11/06/2013 05:51 AM, Christian Gmeiner wrote:
Add basic support for the Bachmann electronic ot1205 board. It
is powered by an imx6d and will come in different flavours. This
patch adds support for the mr flavour. It has a front panel with
some LEDs and some keys.
...
+
+iomux
Hi,
Rob, yes that's correct.
To Albert's question: the disassembled instruction I had showed
LDR R3,ff0a0fc0 is load of r3 with address of the variable holding
the stack address; "this write" is the str which I've now copied in below.
IRQ_STACK_START_IN = gd->irq_sp + 8;
ff0a0fb0: e5992044
On Wed, Nov 6, 2013 at 8:25 AM, Lokesh Vutla wrote:
> On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote:
>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>>> From: Sekhar Nori
>>>
>>> Add support for reading onboard EEPROM to enable
>>> board detection.
>>>
>>> Signed-off-by: Se
On Wed, Nov 6, 2013 at 8:32 AM, Lokesh Vutla wrote:
> On Wednesday 06 November 2013 06:13 PM, Vaibhav Bedia wrote:
>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>>> Updating the mux data for UART, and adding data for i2c0 and mmc.
>>>
>>> Signed-off-by: Lokesh Vutla
>>> ---
>>> arch/a
On Wed, Nov 6, 2013 at 8:45 AM, Lokesh Vutla wrote:
> On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote:
>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>>> AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A)
>>> Adding LPDDR2 init sequence and register details for
On Wed, Nov 6, 2013 at 8:54 AM, Lokesh Vutla wrote:
> On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote:
>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>>> GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C).
>>> Adding details for the same.
>>> Below is the brief descr
Hi Christian,
On 06/11/2013 13:51, Christian Gmeiner wrote:
> Add basic support for the Bachmann electronic ot1205 board. It
> is powered by an imx6d and will come in different flavours. This
> patch adds support for the mr flavour. It has a front panel with
> some LEDs and some keys.
Maybe it he
On 11/05/2013 11:03 PM, Jim Lin wrote:
> Fix the timeout issue after running "bootp" command in u-boot
> console. For example you see "EHCI timed out on TD- token=0x...".
> TXFIFOTHRES bits of TXFILLTUNING register should be set to 0x10
> after a controller reset and before RUN bit is set
> (per te
On 11/06/2013 02:50 PM, Dinh Nguyen wrote:
>
>
> On 11/6/13 12:45 AM, Michal Simek wrote:
>> On 11/06/2013 05:17 AM, Dinh Nguyen wrote:
>>>
>>> On 11/5/13 11:46 AM, Jagannadha Sutradharudu Teki wrote:
Zynq uart controller support two serial ports like
CONFIG_ZYNQ_SERIAL_UART0 and CONFIG
On Wed, Nov 6, 2013 at 10:51 AM, Christian Gmeiner
wrote:
> +int dram_init(void)
> +{
> + gd->ram_size = get_ram_size((void *)PHYS_SDRAM, PHYS_SDRAM_SIZE);
> +
> + return 0;
> +}
> +
> +iomux_v3_cfg_t const uart1_pads[] = {
You can make it static.
> +int board_early_init_f(void)
> +
Hi Matti and Matthias
Sorry I was away from my mailbox so couldn't reply you earlier.
I'm still away from my setup and other boards, so cannot replicate
the issue below until early next week. But I'll surely do so asap..
However, please see my replies below, which might help you someway.
> From
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/06/2013 11:44 AM, Vaibhav Bedia wrote:
> On Wed, Nov 6, 2013 at 8:45 AM, Lokesh Vutla
> wrote:
>> On Wednesday 06 November 2013 06:27 PM, Vaibhav Bedia wrote:
[snip]
>>> Are the steps really different enough to warrant a new file?
>>> Can't the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/06/2013 11:39 AM, Vaibhav Bedia wrote:
> On Wed, Nov 6, 2013 at 8:25 AM, Lokesh Vutla wrote:
>> On Wednesday 06 November 2013 06:08 PM, Vaibhav Bedia wrote:
>>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
From: Sekhar Nori
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/06/2013 09:47 AM, Roger Quadros wrote:
> Pipe3 PHY is used by SATA, USB3 and PCIe modules. This is
> a driver for the Pipe3 PHY.
>
> Signed-off-by: Roger Quadros
[snip]
> +#define perror(fmt, args...) printf("%s: " fmt, __func__ , ##args)
Plea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/06/2013 09:47 AM, Roger Quadros wrote:
> Add platform glue logic for the SATA controller.
>
> Signed-off-by: Roger Quadros
[snip]
> diff --git a/arch/arm/cpu/armv7/omap-common/Makefile
> b/arch/arm/cpu/armv7/omap-common/Makefile
> index 6e4a0f
Move udoo configuration files to board/udoo/ folder.
Align clock configuration and DDR3 calibration to Seco suggested value
to increase system stability.
Signed-off-by: Giuseppe Pagano
Cc: sba...@denx.de
...
diff -uNr a/board/udoo/1066mhz_4x256mx16.cfg
b/board/udoo/1066mhz_4x256mx16.cfg
--- a/b
Add Ethernet and networking support on uDoo board (FEC + phy Micrel)
Signed-off-by: Giuseppe Pagano
Cc: sba...@denx.de
---
diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c
--- a/board/udoo/udoo.c
+++ b/board/udoo/udoo.c
@@ -9,6 +9,7 @@
#include
#include
#include
+#include
#include
#
To have watchdog quiet during kernel boot it is necessary to
change gpio wdt trigger direction.
Signed-off-by: Giuseppe Pagano
Cc: sba...@denx.de
---
diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c
--- a/board/udoo/udoo.c 2013-11-06 18:47:26.0 +0100
+++ b/board/udoo/udoo.c 2013-11-06
Add Sata support on uDoo Board.
Signed-off-by: Giuseppe Pagano
Cc: sba...@denx.de
---
diff -uNr a/board/udoo/udoo.c b/board/udoo/udoo.c
--- a/board/udoo/udoo.c 2013-11-06 18:45:22.0 +0100
+++ b/board/udoo/udoo.c 2013-11-06 18:46:00.0 +0100
@@ -208,6 +208,32 @@
return 0;
Change u-boot default environment for uDoo board to:
- mount /dev/mmcblk0p1 partition
- activate hdmi monitor by default (instead of nothing)
Signed-off-by: Giuseppe Pagano
Cc: sba...@denx.de
---
diff -uNr a/include/configs/udoo.h b/include/configs/udoo.h
--- a/include/configs/udoo.h201
On Wed, Nov 06, 2013 at 03:08:54PM +, Zhengxiong Jin wrote:
> Hi Tom,
>
> Please pull from u-boot-coldfire.git, thanks!
>
> The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
>
> pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
>
> are available i
On Wed, Nov 06, 2013 at 09:17:00AM +0100, Michal Simek wrote:
> Hi Tom,
>
> please pull these 3 changes to your tree.
>
> Thanks,
> Michal
>
>
> The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
>
> pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
>
On Tue, Nov 05, 2013 at 05:03:22PM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
>
> ---
> board/freescale/p1_p2_rdb_pc/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/freescale/p1_p2_rdb_pc/Makefile
> b/board/freescale/p1_p2_rdb_pc/Make
On Tue, Nov 05, 2013 at 05:09:02PM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
>
> ---
> This is a follow-up patch of the series:
> First step towards Kbuild: Use Kbuild style makefiles
>
> The series broke the build rule of u-boot.sb
>
> u-boot.sb is never automatically gen
Hi,
On 06/11/13 20:42, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje
> wrote:
>> Hi Minkyu Kang,
>>
>> Kindly do review the patch set and do let me know if any review comments.
>> Pantelis Antoniou has merged the patch 10 (DWMMC: SMDK5420: Disabl
Acked-by: Jaehoon Chung
On 11/06/2013 10:46 PM, Piotr Wilczek wrote:
> This patch adds support for USB and enables 'ums' command on Trats2 board.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> This patch depends on the lated u-boot-usb/master.
>
> C
Dear Piotr.
On 11/06/2013 10:46 PM, Piotr Wilczek wrote:
> This patch add new defines for usb phy for Exynos4x12.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
> ---
> Changes for v2:
> - no changes
>
> drivers/usb/gadget/regs-otg.h|5 +
> dri
Hello Lubomir,
Am 06.11.2013 14:19, schrieb Lubomir Popov:
On 06-Nov-13 14:12, Nikita Kiryanov wrote:
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to
detect unconfigured pads for the i2c bus in use. These checks are
all in the form of
if (status == I2C_STAT_XRDY) {
printf(
Hi, experts:
I tried to turn on log buffer function by defined CONFIG_LOGBUFFER.
When compiled source code, it tips:
Should define _POST_WORD_ADDR .
But i think:
_POST_WORD_ADDR is not related with CONFIG_LOGBUFFER.
_POST_WORD_ADDR is justed related with CONFIG_POST
So, should revise i
Nowhere pass a value to len, which always 0, make no transfer which
cause uploading failed.
This patch make nand upload working. However it needs enough malloc
buffer to store read data, that means the buffer at least equal to
the upload partition size, or else it doesn't work.
Signed-off-by: Bo
Dear Jaehoon,
> -Original Message-
> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
> Sent: Thursday, November 07, 2013 5:49 AM
> To: Piotr Wilczek; u-boot@lists.denx.de
> Cc: Kyungmin Park
> Subject: Re: [U-Boot] [PATCH V2 1/2] driver:usb:s3c_udc: add support
> for Exynos4x12
>
> De
Add support for status LED. Use the STATUS_LED APIs for indicating a
boot progress.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
board/compulab/cm_t335/cm_t335.c |3 +++
board/compulab/cm_t335/mux.c |6 ++
include/configs/cm_t335.h| 10 ++
3 fil
This patch series adds support for the Compulab CM-T335 board.
The board is based on TI Sitara AM3352/4 SoC and provides folowing features:
- 128MB to 512MB DDR3
- 128MB to 1GB NAND as a main storage
- Micro SD/MMC card as a secondary storage
- USB2.0 x4 host ports or USB2.0 x1 OTG port
- Giga
Add cm_t335 board directory, config file. Enable build.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
arch/arm/include/asm/arch-am33xx/ddr_defs.h |6 +
board/compulab/cm_t335/Makefile | 32 ++
board/compulab/cm_t335/cm_t335.c| 159 ++
Add support for the 16 bits pca9555 i2c to gpio extender featured
by the SB-T335 baseboard.
Signed-off-by: Ilya Ledvich
Signed-off-by: Igor Grinberg
---
include/configs/cm_t335.h | 12
1 file changed, 12 insertions(+)
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t
Hi Heiko,
On 07-Nov-13 7:14, Heiko Schocher wrote:
Hello Lubomir,
Am 06.11.2013 14:19, schrieb Lubomir Popov:
On 06-Nov-13 14:12, Nikita Kiryanov wrote:
In drivers/i2c/omap24xx_i2c.c there are a few checks that attempt to
detect unconfigured pads for the i2c bus in use. These checks are
all i
83 matches
Mail list logo