Hey Hyungwon Hwang,
On Tue, 2014-12-09 at 13:10 +0900, Hyungwon Hwang wrote:
> Dear all,
>
> On Mon, 08 Dec 2014 19:36:46 -0800
> Suriyan Ramasami wrote:
> > In odroid_xu3.h you might want to add the below as well (for LAN +
> > USB storage)
> >
> > +/* Enable USB */
> > +#define CONFIG_CMD_US
On 08.12.2014 23:53, Scott Wood wrote:
=> nand device
Device 0: 2x nand0, sector size 128 KiB
Page size 2048 b
OOB size 64 b
Erase size 131072 b
Shouldn't you see "Device 0" and "Device 1" ?
The "2x" indicates that there are two identical chips being treated as
a sin
Refer to "Table 5-1. LS1 memory map" in "LS1 SoC Architecture Specification".
It shows that:
Start Address: 0x2 Size: 16MB DCSR
Or, see the dcsr node in arch/arm/boot/dts/ls1021a.dtsi in Linux.
Thanks,
Chenhui
From: York Sun
Sent: Tuesday, De
Hello Simon,
Am 09.12.2014 06:31, schrieb Simon Glass:
Hi,
On Dec 5, 2014 8:32 AM, "Simon Glass" wrote:
The uclass implements the same operations as the current I2C framework but
makes some changes to make it fit driver model better:
- Remove the chip address from API calls
- Remove the add
Hi Simon,
On Mon, 8 Dec 2014 22:31:59 -0700
Simon Glass wrote:
> Hi,
>
> On Dec 5, 2014 8:32 AM, "Simon Glass" wrote:
> >
> > The uclass implements the same operations as the current I2C framework but
> > makes some changes to make it fit driver model better:
> >
> > - Remove the chip address
Hi,
On Dec 5, 2014 8:32 AM, "Simon Glass" wrote:
>
> The uclass implements the same operations as the current I2C framework but
> makes some changes to make it fit driver model better:
>
> - Remove the chip address from API calls
> - Remove the address length from API calls
> - Remove concept of
Suriyan Ramasami writes:
> Hello Hyungwon Hwang,
>
> On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang
> wrote:
>> Dear Sjoerd,
>>
>> On Fri, 05 Dec 2014 21:26:10 +0100
>> Sjoerd Simons wrote:
>>
>>> Add samsung,vbus-gpio information for the XU3. This allows the usage
>>> of the EHCI controller o
Dear all,
On Mon, 08 Dec 2014 19:36:46 -0800
Suriyan Ramasami wrote:
> Hello Hyungwon Hwang,
>
> On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang
> wrote:
> > Dear Sjoerd,
> >
> > On Fri, 05 Dec 2014 21:26:10 +0100
> > Sjoerd Simons wrote:
> >
> >> Add samsung,vbus-gpio information for the XU3.
Hello Hyungwon Hwang,
On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang wrote:
> Dear Sjoerd,
>
> On Fri, 05 Dec 2014 21:26:10 +0100
> Sjoerd Simons wrote:
>
>> Add samsung,vbus-gpio information for the XU3. This allows the usage
>> of the EHCI controller on the XU3, which is connected to the SMSC
Dear Sjoerd,
On Fri, 05 Dec 2014 21:26:10 +0100
Sjoerd Simons wrote:
> Add samsung,vbus-gpio information for the XU3. This allows the usage
> of the EHCI controller on the XU3, which is connected to the SMSC
> LAN9514 chip (usb hub + network).
>
> Signed-off-by: Sjoerd Simons
> ---
> Changes s
On Mon, Dec 08, 2014 at 07:52:10PM -0600, Robert Nelson wrote:
> On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote:
> > Hey all,
> >
> > I've pushed v2015.01-rc3 out to the repository and tarballs should exist
> > soon.
> >
> > So, we're nearing the end now, relatively speaking, so things should
> >
The media for boot and environment is a board-specific feature, not a
processor-specific. This is same to console port number and some
other addresses. This patch moves the that kinds of configs to each
board-specific files from the common config file for Exynos5420.
Signed-off-by: Hyungwon Hwang
This patch adds documentation for Odroid-XU3. This documentation is
based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak.
The documentation includes basic information about boot media layout,
environment, partition layout, and the instruction to burn the u-boot
image to boot media
This is v11 of the patchset adding support Odroud XU3 board.
link to the previous version:
v2: https://www.mail-archive.com/u-boot@lists.denx.de/msg152275.html
v3: https://www.mail-archive.com/u-boot%40lists.denx.de/msg152677.html
v4: https://patchwork.ozlabs.org/patch/407411/
v5: https://patchwor
This patch adds support for Odroid-XU3.
Signed-off-by: Hyungwon Hwang
Reviewed-by: Sjoerd Simons
Tested-by: Sjoerd Simons
Acked-by: Simon Glass
Cc: Minkyu Kang
Cc: Lukasz Majewski
Cc: Sjoerd Simons
Cc: Javier Martinez Canillas
Cc: Simon Glass
---
Changes for v3:
- Remove unnecessary node
Hi Jagan,
On Tue, Dec 9, 2014 at 2:04 AM, Jagan Teki wrote:
> Hi Bin,
>
> On 1 November 2014 at 14:23, Bin Meng wrote:
>> Currently if SST flash advertises SST_WP flag in the params table
>> the word program command (ADh) with auto address increment will be
>> used for the flash write op. Howeve
Dear Simon,
On Tue, 02 Dec 2014 10:22:55 -0700
Simon Glass wrote:
> Hi,
>
> On 2 December 2014 at 00:07, Hyungwon Hwang
> wrote:
> > This patch adds documentation for Odroid-XU3. This documentation is
> > based on that of Odroid (doc/README-odroid) made by Przemyslaw
> > Marczak. The documenta
Dear Sjoerd,
On Fri, 05 Dec 2014 20:31:25 +0100
Sjoerd Simons wrote:
> On Tue, 2014-12-02 at 16:07 +0900, Hyungwon Hwang wrote:
> > This patch adds support for Odroid-XU3.
> >
>
> > diff --git a/configs/odroid-xu3_defconfig
> > b/configs/odroid-xu3_defconfig new file mode 100644
> > index
On Mon, Dec 8, 2014 at 7:52 PM, Robert Nelson wrote:
> On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote:
>> Hey all,
>>
>> I've pushed v2015.01-rc3 out to the repository and tarballs should exist
>> soon.
>>
>> So, we're nearing the end now, relatively speaking, so things should
>> start getting qu
On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote:
> Hey all,
>
> I've pushed v2015.01-rc3 out to the repository and tarballs should exist
> soon.
>
> So, we're nearing the end now, relatively speaking, so things should
> start getting quieter. I'd like everyone to please build their
> respective ar
Hi Simon,
Simon Glass writes:
> On 8 December 2014 at 10:58, Kevin Hilman wrote:
[...]
>> FWIW, the XU3 firmware is broken in other ways as well which have a
>> major impact on power management.
>>
>> First, with mainline kernels using MCPM, only 6 of 8 CPUs come
>> online. However, even wit
Implement a feature to allow fastboot to write the downloaded image
to the space reserved for the Protective MBR and the Primary GUID
Partition Table.
Signed-off-by: Steve Rae
---
Changes in v2:
add validation of the GPT before writing to flash
(suggested by: Lukasz Majewski )
README
Internal memory controller counters can reach a bad state after
training in DDR4 mode if accumulated ECC or DBI mode is eanbled.
Signed-off-by: York Sun
---
arch/arm/include/asm/arch-ls102xa/config.h |1 +
drivers/ddr/fsl/fsl_ddr_gen4.c |8
2 files changed, 9 inserti
On Sun, 2014-12-07 at 06:26 +0100, Marek Vasut wrote:
> On Sunday, December 07, 2014 at 02:50:25 AM, Scott Wood wrote:
> > On Sun, 2014-12-07 at 02:32 +0100, Marek Vasut wrote:
> > > On Sunday, December 07, 2014 at 12:45:30 AM, Scott Wood wrote:
> > > > On Sat, 2014-12-06 at 14:07 +0100, Marek Vasu
Hi Kevin,
On 8 December 2014 at 10:58, Kevin Hilman wrote:
> Lukasz Majewski writes:
>
> [...]
>
>>> On 28 November 2014 at 06:46, Lukasz Majewski
>>> wrote:
>>> > Hello Javier,
>>> >
>>> >> Hello Lukasz,
>>> >>
>>> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski
>>> >> wrote:
>>> >> >> I
Hi Ian,
On 8 December 2014 at 07:54, Ian Campbell wrote:
> This is based on some old patches from the chromeos-v2011.12 branch of
> http://git.chromium.org/chromiumos/third_party/u-boot.git by Taylor Hutt.
> Specifically:
>
> http://git.chromium.org/gitweb/?p=chromiumos/third_party/u-boot.git;a=c
Dear Tom,
In message <20141208214410.GJ20704@bill-the-cat> you wrote:
>
> I've pushed v2015.01-rc3 out to the repository and tarballs should exist
> soon.
Tarball is on the FTP server.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 16
Hi,
A while ago [1], a RFC was posted to disable workaround for
besides others, errata 430973. It is a bit unclear to me which
revision actually need this workaround, but as suggested in
[2] also enabling this workaround in Linux seem to make some
weird problems go away in linux (signal 4, bad in
On Sun, Dec 07, 2014 at 09:27:27PM +0100, Hans de Goede wrote:
> Hi,
>
> This is still a bit rough around the edges, I'll clean it up as
> time permits and then post it upstream.
>
> In the mean time people interested can find $subject here:
> https://github.com/jwrdegoede/u-boot-sunxi/commits/su
On Fri, Nov 28, 2014 at 11:13:28AM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.d
Hey all,
I've pushed v2015.01-rc3 out to the repository and tarballs should exist
soon.
So, we're nearing the end now, relatively speaking, so things should
start getting quieter. I'd like everyone to please build their
respective areas and make sure everything is building right.
As always, if
On Tue, Dec 09, 2014 at 12:23:36AM +0900, Masahiro YAMADA wrote:
> Hi Tom,
>
> If it is not too late, please let me replace the PR I sent yesterday
> with this one.
>
> This includes one fixes.
>
>
> The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
>
> Merge bra
On Fri, Nov 28, 2014 at 11:13:26AM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.d
On Fri, Nov 28, 2014 at 11:13:27AM +0900, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.d
On Sat, Nov 29, 2014 at 05:26:04PM +0900, Masahiro Yamada wrote:
> From: Peter Kümmel
>
> Warning:
> In file included from scripts/kconfig/zconf.tab.c:2537:0:
> scripts/kconfig/menu.c: In function ‘get_symbol_str’:
> scripts/kconfig/menu.c:590:18: warning: ‘jump’ may be used uninitialized in
>
On Thu, Nov 27, 2014 at 01:24:16PM -0800, Suriyan Ramasami wrote:
> The boot commands - bootz/bootm mandate a third argument which is the
> address to the FDT blob. In cases where this argument is not specified,
> boot fails with a message indicating a missing FDT.
>
> This causes non-FDT kernels
On Wed, Nov 26, 2014 at 04:00:58PM +0900, Masahiro Yamada wrote:
> Including is enough for general use.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing li
On Wed, Nov 26, 2014 at 04:02:53PM +0900, Masahiro Yamada wrote:
> __user and __iomem are defined in include/linux/compiler.h.
> MAX_ERRNO is defined in include/linux/err.h.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signat
On Fri, Nov 21, 2014 at 01:29:51PM -0800, Steve Rae wrote:
> - updates to support Cygnus and NSP board families better
> - add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards
>
> Signed-off-by: Steve Rae
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Di
On Mon, Nov 24, 2014 at 03:36:57PM +0100, ang...@sysam.it wrote:
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, Nov 26, 2014 at 04:02:54PM +0900, Masahiro Yamada wrote:
> The macro __iomem is defined in include/linux/compiler.h.
> Let's include it rather than double __iomem defines.
>
> Signed-off-by: Masahiro Yamada
> Cc: Sonic Zhang
Applied to u-boot/master, thanks!
--
Tom
signature.asc
De
On Tue, Nov 25, 2014 at 10:05:41AM +0100, ang...@sysam.it wrote:
> Signed-off-by: Angelo Dureghello
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
On Fri, Nov 21, 2014 at 11:51:33PM +0100, Daniel Schwierzeck wrote:
> Introduce a Makefile under arch/$ARCH/ and include it in the
> top Makefile (similar to Linux kernel). This allows further
> refactoringi like moving architecture-specific code out of global
> makefiles, deprecating config varia
On Fri, Nov 21, 2014 at 10:34:21AM -0800, Vikas Manocha wrote:
> Receive line control uses same setting as transmit line control, also one lcrh
> write is effective for both baud rate & receive line control internal update.
>
> Signed-off-by: Vikas Manocha
> Acked-by: Simon Glass
Applied to u-
On Fri, Nov 21, 2014 at 10:34:23AM -0800, Vikas Manocha wrote:
> Signed-off-by: Vikas Manocha
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.d
On Fri, Nov 21, 2014 at 10:34:22AM -0800, Vikas Manocha wrote:
> pl010 & pl011 have different control register offsets, setting it as per
> the pl01x type.
>
> Signed-off-by: Vikas Manocha
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital s
On Fri, Nov 21, 2014 at 10:34:20AM -0800, Vikas Manocha wrote:
> UART_IBRD, UART_FBRD, and UART_LCR_H form a single 30-bit wide register which
> is updated on a single write strobe generated by a UART_LCR_H write. So, to
> internally update the content of UART_IBRD or UART_FBRD, a write to UART_LC
On Fri, Nov 21, 2014 at 10:34:19AM -0800, Vikas Manocha wrote:
> Although we were checking the pl01x type, seems like PL010 type was being
> passed by mistake.
>
> Signed-off-by: Vikas Manocha
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digit
On Fri, Nov 21, 2014 at 11:50:10AM +0900, Masahiro Yamada wrote:
> The CPU directory of IMX6 is arch/arm/cpu/armv7, so setting
> CONFIG_SPL_START_S_PATH to arch/arm/cpu/armv7 is totally redundant.
>
> Signed-off-by: Masahiro Yamada
> Cc: Stefano Babic
Applied to u-boot/master, thanks!
--
Tom
On Fri, Nov 21, 2014 at 11:50:09AM +0900, Masahiro Yamada wrote:
> The CPU directory of this board is arch/powerpc/cpu/mpc5xxx.
> Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines,
> the same start.o and u-boot-spl.lds are selected by default.
>
> Signed-off-by: Masahiro Yamada
On Fri, Nov 21, 2014 at 11:26:11AM +0900, Masahiro Yamada wrote:
> This board sprinkles #ifdef(CONFIG_HERMES) over various global files
> such as include/common.h, common/board_r.c, common/cmd_bdinfo.c.
> Let's zap such an ill-behaved board.
>
> It has not been converted to generic board yet and
On Fri, Nov 21, 2014 at 11:50:08AM +0900, Masahiro Yamada wrote:
> The CPU directory of this board is arch/powerpc/cpu/ppc4xx.
> Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines,
> the same start.o and u-boot-spl.lds are selected by default.
>
> Signed-off-by: Masahiro Yamada
On Wed, Nov 19, 2014 at 08:41:03PM -0700, Stephen Warren wrote:
> The U-Boot port runs on a variety of RPi models, not just the B. So,
> rename the port to something slightly more generic.
>
> Signed-off-by: Stephen Warren
> Reviewed-by: Simon Glass
> Tested-by: Simon Glass
Applied to u-boot/
On Wed, Nov 19, 2014 at 08:20:11PM +0100, Daniel Schwierzeck wrote:
> Signed-off-by: Daniel Schwierzeck
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Tue, Nov 18, 2014 at 09:40:21PM -0700, Stephen Warren wrote:
> Detect the board revision early during boot, and print the decoded
> model name.
>
> Eventually, this information can be used for tasks such as:
> - Allowing/preventing USB device mode; some models have a USB device on-
> board s
On Thu, Nov 20, 2014 at 09:27:42AM +0100, Hector Palacios wrote:
> Fuse drivers, like the mxs_ocotp.c, may return negative error codes but
> the commands are only allowed to return CMD_RET_* enum values to the
> shell, otherwise the following error appears:
>
> "exit not allowed from main i
On Wed, Nov 19, 2014 at 08:20:11PM +0100, Daniel Schwierzeck wrote:
> Signed-off-by: Daniel Schwierzeck
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Wed, Nov 19, 2014 at 08:41:04PM -0700, Stephen Warren wrote:
> Enable ENV_IS_IN_FAT so that the environment can be stored persistently.
> It's stored in the FAT partition that the RPi firmware requires. On most
> RPis, this is on the SD card (which must be present in order for the
> system to b
On Tue, Nov 18, 2014 at 01:07:08PM +0800, Wu, Josh wrote:
> Currenly when CONFIG_BOOTP_SERVERIP is defined, the SERVERIP is not changed
> when receive the BOOTP packet. But BOOTFILE is changed via BOOTP packet.
>
> As we will load the BOOTFILE from SERVERIP, if the BOOTFILE is modified
> by bootp
On Tue, Nov 18, 2014 at 10:44:46AM +0100, Guillaume GARDET wrote:
> In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board
> hangs. This patch allows to
> try MMCSD_MODE_FS then, if available.
>
> It has been tested on a pandaboard (rev. A3).
>
> Signed-off-by: Guillaume G
On Tue, Nov 18, 2014 at 09:08:45AM +0100, Heiko Schocher wrote:
> Add me for UBI custodian.
>
> Signed-off-by: Heiko Schocher
> Acked-by: Stefan Roese
> Acked-by: Kyungmin Park
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Thu, Nov 13, 2014 at 08:51:12PM -0700, Simon Glass wrote:
> Commit 709ea54 made a subtle change to the way the U-Boot API jump table
> is set up. So at present putc(), getc(), tstc() and puts() do not work
> correctly from functions that use the U-Boot API.
>
> Previously these were set to the
On Sun, Nov 16, 2014 at 08:30:11PM +0100, Daniel Schwierzeck wrote:
> get_maintainer.pl always fails with following message:
> ./scripts/get_maintainer.pl: The current directory does not appear to be a
> linux kernel source tree.
>
> This was caused by commit:
>
> commit 548b310c68ac99a0330d8b5
On Sat, Nov 08, 2014 at 11:14:56PM +0100, Paul Kocialkowski wrote:
> Raw images of U-Boot can be stored inside MMC partitions, so it makes sense to
> read the partition table, looking for a partition number instead of using
> a fixed sector address.
>
> Signed-off-by: Paul Kocialkowski
> Reviewe
On Sat, Nov 08, 2014 at 11:14:55PM +0100, Paul Kocialkowski wrote:
> CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION ought to be called
> CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to keep it consistent with other config
> options such as: CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR.
>
> In addition, it is not related t
On Fri, Dec 05, 2014 at 08:10:01AM -0800, York Sun wrote:
> Tom,
>
> The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38
> -0500)
>
> are available in the git repository at:
>
>
> git
On Fri, Dec 05, 2014 at 11:15:17AM +0900, Nobuhiro Iwamatsu wrote:
> Dear Tom Rini.
>
> Please pull u-boot-sh master branch.
>
> The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
>
> Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
> 09:24:05 -0500
On Mon, Dec 08, 2014 at 07:29:16AM +0100, Heiko Schocher wrote:
> Hello Tom,
>
> please pull from u-boot-i2c.git
>
> The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
>
> Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05
> -0500)
>
> are
On Fri, Dec 05, 2014 at 09:53:49AM -0500, Tom Rini wrote:
> Hello myself,
>
> The following changes since commit f0c6e1c31b94f193047619b6adf67c2d792b659e:
>
> Revert "image-fdt: boot_get_fdt() return value when no DTB exists"
> (2014-12-03 13:19:34 -0500)
>
> are available in the git reposit
On Thu, Dec 04, 2014 at 11:27:29AM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
On 12/06/2014 06:46 AM, Alison Wang wrote:
> This patch adds NAND boot support for LS1021AQDS board. SPL
> framework is used. PBL initialize the internal RAM and copy
> SPL to it, then SPL initialize DDR using SPD and copy u-boot
> from NAND flash to DDR, finally SPL transfer control to u-boot.
>
On 12/08/2014 11:31 AM, Scott Wood wrote:
> On Mon, 2014-12-08 at 10:13 -0800, York Sun wrote:
>> Guys,
>>
>> I need some help to understand the link error introduced by commit
>> d455d8789d5b35a39a0a179b3af4b423db13bfdd
>> fs: API changes enabling extra parameter to return size of type loff_t
>>
>
Not all portals might be managed and therefore visible.
Set the isdr register so that the corresponding isr register
won't be set. This is needed for deepsleep.
Signed-off-by: Jeffrey Ladouceur
---
The following dependent patches should be applied first:
http://patchwork.ozlabs.org/patch/403532
h
Not all portals might be managed and therefore visible.
Set the isdr register so that the corresponding isr register
won't be set. This is required when supporting power management.
Signed-off-by: Jeffrey Ladouceur
---
The following dependent patches should be applied first:
http://patchwork.ozla
On Mon, 2014-12-08 at 10:13 -0800, York Sun wrote:
> Guys,
>
> I need some help to understand the link error introduced by commit
> d455d8789d5b35a39a0a179b3af4b423db13bfdd
> fs: API changes enabling extra parameter to return size of type loff_t
>
> I don't see anything wrong with this commit, bu
Lukasz Majewski writes:
[...]
>> On 28 November 2014 at 06:46, Lukasz Majewski
>> wrote:
>> > Hello Javier,
>> >
>> >> Hello Lukasz,
>> >>
>> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski
>> >> wrote:
>> >> >> I have yet to take him up on that offer though, but it sounds
>> >> >> like a
Add support for Seagate BlackArmor NAS220
Signed-off-by: Evgeni Dobrev
---
arch/arm/cpu/arm926ejs/kirkwood/Kconfig |4 +
board/Seagate/nas220/Kconfig| 12 +++
board/Seagate/nas220/MAINTAINERS|6 ++
board/Seagate/nas220/Makefile |7 ++
board/Seagate/nas
Hi,
On 08-12-14 15:28, Chen-Yu Tsai wrote:
On Mon, Dec 8, 2014 at 4:27 AM, Hans de Goede wrote:
Hi,
This is still a bit rough around the edges, I'll clean it up as
time permits and then post it upstream.
In the mean time people interested can find $subject here:
https://github.com/jwrdegoede
Hi Lukasz,
On 14-12-08 03:21 AM, Lukasz Majewski wrote:
Hi Steve,
Implement a feature to allow fastboot to write the downloaded image
to the space reserved for the Protective MBR and the Primary GUID
Partition Table.
Signed-off-by: Steve Rae
---
README | 7 +++
common/fb_mm
Guys,
I need some help to understand the link error introduced by commit
d455d8789d5b35a39a0a179b3af4b423db13bfdd
fs: API changes enabling extra parameter to return size of type loff_t
I don't see anything wrong with this commit, but some of my targets don't link
after this commit. The error I go
Hi Bin,
On 1 November 2014 at 14:23, Bin Meng wrote:
> Currently if SST flash advertises SST_WP flag in the params table
> the word program command (ADh) with auto address increment will be
> used for the flash write op. However some SPI controllers do not
> support the word program command (like
On 08.12.2014 17:13, Fabio Estevam wrote:
I just tested it. And it doesn't help. I really think this code is not
reached in this failure case. As the SPL is not loaded completely.
Do you have this patch applied?
commit f2863ff3f47c99c4b5ba00be572e3a2c4213c5a2
Author: Nikita Kiryanov
Date: W
Hi Stefan,
On Mon, Dec 8, 2014 at 1:42 PM, Stefan Roese wrote:
> I just tested it. And it doesn't help. I really think this code is not
> reached in this failure case. As the SPL is not loaded completely.
Do you have this patch applied?
commit f2863ff3f47c99c4b5ba00be572e3a2c4213c5a2
Author: N
On 08.12.2014 16:36, Fabio Estevam wrote:
Could you test this on one of your board? If your board also fails to
boot
via the "bmode mmc0" command if the CCGR0 register value is missing?
I am currently out of the office without access to my mx6 board,
I see. Perhaps you could do that once yo
On Mon, Dec 8, 2014 at 1:19 PM, Stefan Roese wrote:
> Hi Fabio,
>
> On 08.12.2014 15:51, Fabio Estevam wrote:
>>>
>>> Could you test this on one of your board? If your board also fails to
>>> boot
>>> via the "bmode mmc0" command if the CCGR0 register value is missing?
>>
>>
>> I am currently out
Hi Tom,
If it is not too late, please let me replace the PR I sent yesterday
with this one.
This includes one fixes.
The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
09:24:05 -0500)
are available
Hi Fabio,
On 08.12.2014 15:51, Fabio Estevam wrote:
Could you test this on one of your board? If your board also fails to boot
via the "bmode mmc0" command if the CCGR0 register value is missing?
I am currently out of the office without access to my mx6 board,
I see. Perhaps you could do tha
2014-12-09 0:16 GMT+09:00 Masahiro Yamada :
> Signed-off-by: Masahiro Yamada
> ---
>
> Changes in v2:
> - Add "clock-frequency" property
Applied to u-boot-uniphier.
--
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://
2014-12-09 0:16 GMT+09:00 Masahiro Yamada :
> Add I2C controller and NAND controller devices. Fix indentation too.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> Changes v2:
> - I2C Ch4 does not exist on PH1-Pro4
> - Add "clock-frequency" property
Applied to u-boot-uniphier.
--
Best Regard
lcd_logo() has the following return value:
#if defined(CONFIG_LCD_LOGO) && !defined(CONFIG_LCD_INFO_BELOW_LOGO)
return (void *)((ulong)lcd_base + BMP_LOGO_HEIGHT * lcd_line_length);
#else
return (void *)lcd_base;
#endif
This return value gets assigned to lcd_console_address.
lc
Signed-off-by: Masahiro Yamada
---
Changes in v2:
- Add "clock-frequency" property
arch/arm/dts/Makefile | 1 +
arch/arm/dts/uniphier-ph1-sld3-ref.dts | 60
arch/arm/dts/uniphier-ph1-sld3.dtsi| 125 +
3 files changed, 18
Add I2C controller and NAND controller devices. Fix indentation too.
Signed-off-by: Masahiro Yamada
---
Changes v2:
- I2C Ch4 does not exist on PH1-Pro4
- Add "clock-frequency" property
arch/arm/dts/uniphier-ph1-ld4-ref.dts | 27 +++---
arch/arm/dts/uniphier-ph1-ld4.dtsi | 44
Introduce lcd_getbgcolor() and lcd_getfgcolor(), and use them where
applicable.
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
---
Changes in V3:
- Instead of invoking lcd_get(bg|fg)col
common/lcd.c is a mix of code portions that do different but related
things. To improve modularity, the various code portions should be split
into their own modules. Separate lcd console code into its own file.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Cc: Stephen Wa
COLOR_MASK macro doesn't do anything; Remove it to reduce visual
complexity.
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Acked-by: Simon Glass
Tested-by: Simon Glass
---
Changes in V3:
Introduce set_console_row(), set_console_col(), and lcd_init_console().
Use these functions in lcd functions: lcd_init(), lcd_clear(), lcd_logo().
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Rename console_(row|col) to console_curr_(row|col) to better distinguish
it from console_(rows|cols).
This is a preparatory step for extracting lcd console code into its own file.
Signed-off-by: Nikita Kiryanov
Cc: Simon Glass
Cc: Anatolij Gustschin
Acked-by: Simon Glass
Tested-by: Simon Glas
Remove code duplication from lcd_drawchars().
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Acked-by: Simon Glass
---
Changes in V3:
- No changes.
Changes in V2:
- No changes.
common/lcd.c | 14 +-
1 file changed, 1 insertion(+), 13 deleti
CONSOLE_ROW_SECOND, CONSOLE_ROW_LAST, and
CONSOLE_SCROLL_SIZE are unused. Remove them.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Acked-by: Simon Glass
Tested-by: Simon Glass
---
Changes in V3:
- No changes.
Changes in V2:
- New patch.
common/lcd_
Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the
original macro values.
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: Nikita Kiryanov
Cc: Anatolij Gustschin
Cc: Simon Glass
Acked-by: Simon Glass
Tested-by: Simon Glass
---
Change
1 - 100 of 125 matches
Mail list logo