The most exynos used the "Ratio + 1" as div value.
And value at register is "Ratio".
So if want to set exact value, it needs to subtract one.
Value at register ("Ratio") = div - 1
Signed-off-by: Jaehoon Chung
---
arch/arm/cpu/armv7/exynos/clock.c | 4
1 file changed, 4 insertions(+)
diff
This api is wrong array bounds.
arch/arm/cpu/armv7/exynos/clock.c: In function 'clock_get_periph_rate':
arch/arm/cpu/armv7/exynos/clock.c:265:47: warning: array subscript is above
array bounds [-Warray-bounds]
struct clk_bit_info *bit_info = &clk_bit_info[peripheral];
And it doesn't use anywhe
Correct the LCD pixel clock, remove unused vsync parameter,
and also correct the include file.
Signed-off-by: Bo Shen
---
board/atmel/sama5d4_xplained/sama5d4_xplained.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/board/atmel/sama5d4_xplained/sama5d4_xplained.c
b/
Remove unused vsync parameter, and correct the include file.
Signed-off-by: Bo Shen
---
board/atmel/sama5d3xek/sama5d3xek.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/board/atmel/sama5d3xek/sama5d3xek.c
b/board/atmel/sama5d3xek/sama5d3xek.c
index ca4f79d..cf6ed8b 100
Remove unused vsync parameter, and correct the include file.
Signed-off-by: Bo Shen
---
board/atmel/sama5d4ek/sama5d4ek.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/board/atmel/sama5d4ek/sama5d4ek.c
b/board/atmel/sama5d4ek/sama5d4ek.c
index f8394f5..d3039c0 100644
--
Currently the pre-console buffer can accumulate early log messages
and flush them to the serial console as soon as it becomes available.
This patch just adds one more pre-console buffer flushing point and
does all the same for the other consoles too. This is particularly
useful for the vga/hdmi/lc
This allows to always have a complete log on the VGA/HDMI/LCD console.
Signed-off-by: Siarhei Siamashka
---
include/configs/sunxi-common.h | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index b4324ee..5
On 8 January 2015 at 07:17, Axel Lin wrote:
> No functional change, just simplify the code a bit.
>
> Signed-off-by: Axel Lin
> ---
> drivers/spi/ftssp010_spi.c | 36
> 1 file changed, 12 insertions(+), 24 deletions(-)
>
> diff --git a/drivers/spi/ftssp010_sp
On Tuesday 23 December 2014 03:56 AM, Felipe Balbi wrote:
> From: James Doublesin
>
> Need to provide PLL values for all possible input frequencies (19.2, 24,
> 25, 26MHz). Values provide are also optimized for jitter (needed
> especially for PER PLL and DDR PLL).
>
> Signed-off-by: James Double
On 8 January 2015 at 08:10, Peng Fan wrote:
> The QSPI controller in i.MX 6SoloX and Vybrid supports reading data using
> IP register and AHB bus.
>
> The original driver only supports reading data from IP interface. The IC
> team suggests to use AHB read which is faster then IP read. Using AHB re
Hi Simon,
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> NOT TO APPLY
>
> This shows how to enable video for the glacier board, as an example of the
> emulator working on a VESA-compliant graphics card.
>
> Signed-off-by: Simon Glass
> ---
>
> include/configs/canyonlands.h | 31
This needs for special handling of SD4_nRESET_OUT line for eMMC memory
to perform complete reboot on Odroid X2/U3 boards.
Signed-off-by: Joonyoung Shim
---
arch/arm/dts/exynos4412-odroid.dts | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/exynos4412-odroid.dts
b/arch/arm/d
This patchset is to support eMMC reset using DT for some exynos boards
e.g. Odroid X2/U3/XU3.
It needs to reset eMMC memory to perform complete reboot, so we should
handle SD4_nRESET_OUT line specially. SD4_nRESET_OUT line is connected
to gpio and it can have different gpio by boards, so we will g
This needs for special handling of SD4_nRESET_OUT line for eMMC memory
to perform complete reboot on Odroid XU3 board.
Signed-off-by: Joonyoung Shim
---
arch/arm/dts/exynos5422-odroidxu3.dts | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts
b/arch/ar
Some exynos boards require special handling of SD4_nRESET_OUT line for
eMMC memory to perform complete reboot e.g. Odroid X2/U3/XU3 boards.
This will support eMMC reset using DT from reset_misc of samsung common
board file and each board files can support eMMC reset on non DT case.
Signed-off-by:
Fix use-before-initialized bug in pxa25x_udc driver.
Function usb_gadget_register_driver calls udc_disable,
and udc_disable calls pullup_off that uses dev->mach->udc_command.
But dev->mach is initialized in usb_gadget_register_driver after
calling udc_disable. This patch fixes the order of initial
Signed-off-by: Luka Perkov
CC: Prafulla Wadaskar
CC: Wolfgang Denk
---
I'd like to help the U-Boot project as a Kirkwood co-maintainer and assist
Prafulla with the Kirkwood maintenance. I'm maintaining U-Boot in OpenWrt
project for Kirkwood and other platforms and have been sending patches to
U
Hi,
Hans de Goede writes:
> Hi,
>
> On 06-01-15 12:57, Yassin Jaffer wrote:
>>
>> Hi Hans
>>
>> I was working on utilizing the DM framework for the nand driver, but this
>> is going to take sometime , anyway I will try to submit the driver based on
>> bbrezillon work.
>
> Ok, thanks. I'm looking
Signed-off-by: Luka Perkov
---
doc/git-mailrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 563e3ae..d90793a 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -22,7 +22,7 @@ alias gruss Graeme Russ
alias hs H
Hi Simon,
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> NOT TO APPLY
>
> This shows how to enable video for the glacier board, as an example of the
> emulator working on a VESA-compliant graphics card.
>
> Signed-off-by: Simon Glass
> ---
>
Did you test a PCIe video card on chromebook_
> -Original Message-
> From: Luka Perkov [mailto:luka.per...@sartura.hr]
> Sent: 08 January 2015 05:02
> To: u-boot@lists.denx.de
> Cc: Luka Perkov; Prafulla Wadaskar; Wolfgang Denk
> Subject: [PATCH] MAINTAINERS: add me as a co-maintainer of KIRKWOOD
>
> Signed-off-by: Luka Perkov
> CC
Add CONFIG_SYS_FSL_QSPI_AHB in header file to enable AHB in driver.
In order to count the time, add CONFIG_CMD_TIME.
Using AHB read can improve the the read speed about 30%.
AHB read:
=> time sf read 0x8f80 0 10
SF: 1048576 bytes @ 0x0 Read: OK
time: 0.174 seconds
=> time sf read 0x8f800
The QSPI controller in i.MX 6SoloX and Vybrid supports reading data using
IP register and AHB bus.
The original driver only supports reading data from IP interface. The IC
team suggests to use AHB read which is faster then IP read. Using AHB read,
we can directly memcpy, a "missed" access to the b
This patch set is to support AHB read in qspi driver and add related
configuration in board configuration file.
Detailed log info is in patch commit log.
Peng Fan (2):
qspi:fsl implement AHB read
imx:mx6sxsabresd support qspi AHB read
drivers/spi/fsl_qspi.c | 137 +++
No functional change, just simplify the code a bit.
Signed-off-by: Axel Lin
---
drivers/spi/ftssp010_spi.c | 36
1 file changed, 12 insertions(+), 24 deletions(-)
diff --git a/drivers/spi/ftssp010_spi.c b/drivers/spi/ftssp010_spi.c
index aa3b5a0..267e4d8 100
On 01/07/2015 04:35 PM, Marek Vasut wrote:
On Tuesday, January 06, 2015 at 06:02:57 PM, Stephen Warren wrote:
On 01/06/2015 06:27 AM, Hans de Goede wrote:
Hi Marek & Stephen,
As discussed before we've a problem where our standard bootcmds sometimes
scan usb more then once, causing a large boot
On 01/07/2015 03:12 AM, Pali Rohár wrote:
@Tom, Nishanth, or anybody from TI: how to check if omap device
type is HS in uboot? In linux kernel it is possible by:
if (omap_type() == OMAP2_DEVICE_TYPE_SEC) { ... }
it should be.
CONTROL_STATUS register exists in almost all omap2+ devices.
http://
On Tuesday, January 06, 2015 at 06:02:57 PM, Stephen Warren wrote:
> On 01/06/2015 06:27 AM, Hans de Goede wrote:
> > Hi Marek & Stephen,
> >
> > As discussed before we've a problem where our standard bootcmds sometimes
> > scan usb more then once, causing a large boot delay.
> >
> > Marek, as di
On Wednesday, January 07, 2015 at 07:23:52 PM, Nable wrote:
> Fix use-before-initialized bug in pxa25x_udc driver.
>
> Function usb_gadget_register_driver calls udc_disable,
> and udc_disable calls pullup_off that uses dev->mach->udc_command.
> But dev->mach is initialized in usb_gadget_register_d
On 01/07/2015 04:17 AM, Ian Campbell wrote:
On Wed, 2015-01-07 at 12:01 +0100, Sjoerd Simons wrote:
On Wed, 2015-01-07 at 10:22 +, Ian Campbell wrote:
On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
(CCing Dennis so he can c
On 01/07/2015 03:10 AM, Sjoerd Simons wrote:
On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
(CCing Dennis so he can comment from a distro perspective re: partition
table bootable flags v.s. scanning all partitions)
On 01/06/2015 10:07 AM, Sjoerd Simons wrote:
On Mon, 2015-01-05 at 13
Hi,
On 07-01-15 08:15, Daniel Kochmański wrote:
Hi,
Hans de Goede writes:
Hi,
On 06-01-15 12:57, Yassin Jaffer wrote:
Hi Hans
I was working on utilizing the DM framework for the nand driver, but this
is going to take sometime , anyway I will try to submit the driver based on
bbrezillon wo
Hi,
On 07-01-15 19:59, Ian Campbell wrote:
On Sun, 2015-01-04 at 21:05 +0100, Hans de Goede wrote:
Hitachi tx18d42vm LCD panels have an onboard controller which needs some
initialization via spi for the panel to become functional as a regular LVDS
panel.
This doesn't sound terribly sunxi spec
Hi,
On 07-01-15 19:56, Ian Campbell wrote:
On Sun, 2015-01-04 at 21:05 +0100, Hans de Goede wrote:
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 8782394..fdb18a4 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -345,6 +345,20 @@ config VIDEO_LCD_BL_PWM
Set th
Hi,
On 07-01-15 19:51, Ian Campbell wrote:
On Wed, 2014-12-31 at 13:07 +0100, Hans de Goede wrote:
The A23 (sun8i) only has lcd output support, so allow building the video code
without HDMI support for use with the A23.
Also the A23 has the same reset bits (and necessity to enable the DRC bloc
On Wed, Nov 26, 2014 at 06:42:31PM +0900, Masahiro Yamada wrote:
> Make it a sub-menu of "General setup" like Linux Kernel.
>
> Signed-off-by: Masahiro Yamada
> Cc: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Thu, Dec 18, 2014 at 04:13:48PM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
> On Wed, 10 Dec 2014 20:34:03 -0500
> Tom Rini wrote:
>
> > On Thu, Dec 11, 2014 at 10:01:38AM +0900, Masahiro Yamada wrote:
> >
> > > If CONFIG_SPL_NOR_SUPPORT is defined, spl_nor_load_image() requires
> > > spl_star
ping?
2014-12-18 16:13 GMT+09:00 Masahiro Yamada :
> Hi Tom,
>
> On Wed, 10 Dec 2014 20:34:03 -0500
> Tom Rini wrote:
>
>> On Thu, Dec 11, 2014 at 10:01:38AM +0900, Masahiro Yamada wrote:
>>
>> > If CONFIG_SPL_NOR_SUPPORT is defined, spl_nor_load_image() requires
>> > spl_start_uboot(), CONFIG_
Ping?
2015-01-06 11:17 GMT+09:00 Masahiro Yamada :
> Hi Tom,
>
>
> Please see my patch carefully.
> http://patchwork.ozlabs.org/patch/415041/
>
>
>
> Your commit (1bf0979f5ff4c297) added the expert menu at the root menu.
>
> Mine moves it under the "General setup" menu like Linux.
>
>
>
>
> On Mo
On Wed, 2014-12-31 at 13:46 +0100, Jan Kiszka wrote:
> From: Jan Kiszka
>
> "adr rX, text_end" only works if the label is close. Adding further code
> to the other functions will prevent this. So move the containing
> function close to label. No functional change.
>
> Signed-off-by: Jan Kiszka
On Wed, 2014-12-31 at 13:46 +0100, Jan Kiszka wrote:
> From: Jan Kiszka
>
> Based on the original version by Marc Zyngier. It adds a psci_cpu_off
> implementation for the A20 SoC. The mechanism works by first preparing
> the calling CPU to go offline (disable and flush cache, disable SMP),
> then
On Sun, 2015-01-04 at 21:05 +0100, Hans de Goede wrote:
> The Chuwi V7 is an A10 (sun4i) based tablet with 1G of RAM, 16G of nand flash,
> microsd slot, 7" 1024x768 lvds ips panel, mini hdmi out, headphones out,
> stereo speakers, front & back camera and usb wifi.
>
> It is clearly marked "CHUWI",
On Wed, Jan 07, 2015 at 07:41:38PM +0900, Masahiro Yamada wrote:
> The DDR PHY training function, ddrphy_prepare_training() would not
> work if compiled with GCC 4.9.
>
> The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h)
> is specified with __packed because it represents a hardw
On Sun, 2015-01-04 at 21:05 +0100, Hans de Goede wrote:
> Hitachi tx18d42vm LCD panels have an onboard controller which needs some
> initialization via spi for the panel to become functional as a regular LVDS
> panel.
This doesn't sound terribly sunxi specific, shouldn't
sunxi_lcd_panel_hitachi_tx
On Sun, 2015-01-04 at 21:05 +0100, Hans de Goede wrote:
> diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
> index 8782394..fdb18a4 100644
> --- a/board/sunxi/Kconfig
> +++ b/board/sunxi/Kconfig
> @@ -345,6 +345,20 @@ config VIDEO_LCD_BL_PWM
> Set the backlight pwm pin for the LCD panel
On Wed, 2014-12-31 at 13:07 +0100, Hans de Goede wrote:
> The A23 (sun8i) only has lcd output support, so allow building the video code
> without HDMI support for use with the A23.
>
> Also the A23 has the same reset bits (and necessity to enable the DRC block)
> as the sun6i, so enable those bits
On Wed, 2014-12-31 at 12:57 +0100, Jan Kiszka wrote:
> On 2014-12-29 15:12, Ian Campbell wrote:
> > On Mon, 2014-12-15 at 12:37 +0100, Jan Kiszka wrote:
> >> This extends the PSCI support for the A20 to a dual v0.2 and v0.1
> >> interface. Recent OSes will prefer v0.2, olders will still find the
>
On 06/01/15 17:01, B.R. Oake wrote:
> [...]
> then you could configure fw_printenv and fw_setenv to act upon that
> file by putting the following line in /etc/fw_env.config:
>
> uboot.env 0x 0x4000 0x4000
P.S. I realise now that the third column, 'Flash sector size', is
actually unnecessary i
On 07/01/15 12:17, Waldemar Brodkorb wrote:
> Thanks a lot! This helps. Maybe an additional example in
> fw_env.config would avoid another question about this in the future
> ;)
I agree; thank you for volunteering to do that work ;)
The guide to submitting patches is at http://www.denx.de/wiki/U-B
On 7 Jan 2015, yamad...@jp.panasonic.com wrote:
> Thanks for your patch.
>
> I think this works but could it be more simplified?
>
> In your commit-log, you mentioned only some of tools provide
> additional information surrounded by brackets.
>
> If so, we can
> [1] remove blackets
> [2] and then
Commit 73c25753 fixed the common issue that binutil packages (tool/organization
that packaged or built the bin-utils) are included in brackets and this may
falsely be recognized as a version. However, some tools do not provide a
'package' and previously we add the 'Gnu assembler..' to the version.
On Tue, Jan 06, 2015 at 10:11:53AM +0200, Pantelis Antoniou wrote:
> Hi Tom,
>
> > On Jan 5, 2015, at 22:29 , Tom Rini wrote:
> >
> > On Mon, Jan 05, 2015 at 10:11:41PM +0200, Pantelis Antoniou wrote:
> >>
> >>> On Jan 5, 2015, at 22:10 , Fabio Estevam wrote:
> >>>
> >>> On Mon, Jan 5, 2015
On Tue, Jan 06, 2015 at 11:34:17AM +0100, Hans de Goede wrote:
> Hi Tom,
>
> Siarhei Siamashka pointed out a small, but nasty error in the
> axp221 driver, this pull-req fixes this, can you please include
> this fix in the upcoming v2015.01 release ?
>
> The following changes since commit d622ac
On Tue, Dec 16, 2014 at 10:09:31AM +, David Büchi wrote:
> Signed-off-by: David Buechi
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/mailm
On Mon, Jan 05, 2015 at 05:48:01PM -0700, Simon Glass wrote:
> Hi Tom,
>
> This didn't go through last time, it is on branch 'misc'.
>
>
> The following changes since commit d622ac39274a949b6445f1bfd92dc1644014388b:
>
> powerpc: mpc824x: remove MPC824X cpu support (2015-01-05 12:08:55 -0500)
On Fri, Jan 02, 2015 at 02:49:10PM -0300, Guido Martínez wrote:
> "err" was an unsigned variable, causing negative error codes to turn
> into positive values, which are interpreted as an amount of succesfully
> corrected bitflips (and thus not an error).
>
> In particular, this resulted in that i
On Wed, Dec 10, 2014 at 06:20:53PM +0800, Sonic Zhang wrote:
> From: Sonic Zhang
>
> When watchdog is enabled, memmove_wd() always copy chunk up from small
> address.
> This damanges overlapped memory data if destination address is smaller than
> source address.
>
> Signed-off-by: Sonic Zhang
On Sun, Jan 04, 2015 at 06:56:50PM -0800, Jeremiah Mahler wrote:
> Fix various spelling and grammatical errors in the README.
>
> Signed-off-by: Jeremiah Mahler
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, Dec 31, 2014 at 03:00:56PM +0200, Nikita Kiryanov wrote:
> Convert cm-t35 to generic board.
>
> Cc: Igor Grinberg
> Cc: Tom Rini
> Signed-off-by: Nikita Kiryanov
> Acked-by: Igor Grinberg
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Fri, Dec 26, 2014 at 11:03:15AM +0300, Alexey Brodkin wrote:
> For all flavours of ARC we execute the same code in "bdinfo" so we may
> safely check for CONFIG_ARC. This is especially important since we're
> about to add more types of ARC so existing check won't work in all
> cases.
>
> Signed
On Sun, Dec 21, 2014 at 09:45:11AM +, Ian Campbell wrote:
> Commit 8bc347e2ec17 "ARM: bootm: Allow booting in secure mode on hyp capable
> systems" added the capability to select nonsec vs sec mode boot via an
> environment var.
>
> There is a subtle gotcha with this functionality, which is t
On Fri, Dec 19, 2014 at 04:52:54PM -0500, Tom Rini wrote:
> In both SPL and non-SPL cases we will make a call to timer_init() early
> on and do not need to call it again within s_init().
>
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signatu
On Fri, Dec 19, 2014 at 04:52:55PM -0500, Tom Rini wrote:
> The gd will be cleared at first so we don't need to set arch.tbl to 0.
> In addition, the checks later against lastinc also work fine with an
> initial value of 0 here. This also brings us in line with sunxi code
> for example.
>
> Sign
On Mon, Dec 22, 2014 at 04:45:59AM +0800, Hua Yanghao wrote:
> Being a long time u-boot developer, this is the first time I'm trying
> to get some fix for the open source code back to mainline.
> If anything wrong during the process, please be gentle :-) Thank you.
>
> >From 225c8f8f2af4cf6092260
On Thu, Dec 18, 2014 at 05:14:17PM +0100, Przemyslaw Marczak wrote:
> The present fat implementation ignores FAT16 long name
> directory entries which aren't placed in a single sector.
>
> This was becouse of the buffer was always filled by the
> two sectors, and the loop was made also for two se
On Thu, Dec 18, 2014 at 03:28:35PM -0600, Nishanth Menon wrote:
> Part of DMM logic is reuse from commit
> 47a4bea6af77b01d59a410d09a4c34b2dd14cf50 ("ARM: omap4: Update sdram
> setting for panda rev A6") Which broke SDP4430 with ES2.3 (uses old
> DDR).
>
> So, to maintain support for newer DDR us
On Fri, Dec 19, 2014 at 04:52:53PM -0500, Tom Rini wrote:
> The save_boot_params function here is the same as the default weak one
> from arch/arm/cpu/armv7/start.S, drop.
>
> Cc: Dinh Nguyen
> Cc: Vince Bridgers
> Cc: Chin Liang See
> Cc: Marek Vasut
> Signed-off-by: Tom Rini
> Reviewed-by:
On Thu, Dec 18, 2014 at 03:28:36PM -0600, Nishanth Menon wrote:
> This reverts commit 47a4bea6af77b01d59a410d09a4c34b2dd14cf50.
>
> Signed-off-by: Nishanth Menon
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Thu, Dec 18, 2014 at 02:32:14PM -0600, Nishanth Menon wrote:
> Enable UUID and partition support for scripted handling platforms with
> MMC and eMMC and varied partitioning schemes
>
> And remove it from headers that end up redefining it.
>
> Signed-off-by: Nishanth Menon
Applied to u-boot/
On Mon, Dec 15, 2014 at 04:02:58PM +0200, Dmitry Lifshitz wrote:
> On OMAP platforms (like OMAP5) Linux kernel fails to detect a SATA
> device if it is used by U-Boot.
>
> It happens because U-Boot does not reset SATA controller before boot.
>
> Reset the controller on OS boot so that Linux will
On Mon, Dec 15, 2014 at 04:02:59PM +0200, Dmitry Lifshitz wrote:
> Add configs required for SATA support on CM-T54 board.
>
> Signed-off-by: Dmitry Lifshitz
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, Dec 17, 2014 at 12:14:36PM +1100, Peter Howard wrote:
> Add defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT.
> Semi-separate to this: the size of the image for the da850evm has
> increased to the point that the size in da850evm.h and the offset for
> the environment in SPI fla
On Mon, Dec 15, 2014 at 04:02:57PM +0200, Dmitry Lifshitz wrote:
> Implement missing scsi_bus_reset() for SCSI subsystem commands
> on OMAP platforms.
>
> Signed-off-by: Dmitry Lifshitz
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital sign
On Mon, Dec 15, 2014 at 04:02:56PM +0200, Dmitry Lifshitz wrote:
> This allow the platform to handle a custom reset sequence.
>
> Signed-off-by: Dmitry Lifshitz
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, Dec 10, 2014 at 02:16:15PM -0600, Felipe Balbi wrote:
> NFS is useful for loading zImage and dts through
> NFS export. It saves us from running two services
> for loading files over the network (tftp and nfs).
>
> Signed-off-by: Felipe Balbi
Applied to u-boot/master, thanks!
--
Tom
On Mon, Dec 15, 2014 at 04:02:55PM +0200, Dmitry Lifshitz wrote:
> Extract controller reset code from ahci_host_init() into separate
> ahci_reset().
>
> Signed-off-by: Dmitry Lifshitz
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signat
On Wed, Dec 24, 2014 at 01:11:49AM +0100, Anthoine Bourgeois wrote:
> Signed-off-by: Anthoine Bourgeois
Since we're close to release, I'm taking this now and will take your
patches to further clean up the config after release, applied to
u-boot/master, thanks!
--
Tom
signature.asc
Descriptio
On Tue, Dec 09, 2014 at 02:32:26PM -0500, Karicheri, Muralidharan wrote:
> pci ports are used as root complex in Linux. So set this as default
> in u-boot for keystone devices
>
> Signed-off-by: Murali Karicheri
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital sig
Is there a recommended way to determine a board's dram size in a boot script?
I need to pass in some specific kernel parameters for a GPU driver
memory allocation on boards below a certain amount of memory. I can
always do a:
char str[6];
sprintf(str, "%d", (int) (gd->ram_size >> 20));
setenv("me
On Wed, 2015-01-07 at 12:46 +0100, Sjoerd Simons wrote:
> On Wed, 2015-01-07 at 11:17 +, Ian Campbell wrote:
> > On Wed, 2015-01-07 at 12:01 +0100, Sjoerd Simons wrote:
> > > On Wed, 2015-01-07 at 10:22 +, Ian Campbell wrote:
> > > > On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
>
Hi,
B.R. Oake wrote,
> On 06/01/15 12:08, Waldemar Brodkorb wrote:
> > I am looking for a way to change u-boot environment from Linux
> > on a Raspberry PI. I have fw_printenv/fw_setenv, but I have no clue
> > how the config file looks like, when using uboot.env as a file on
> > the first vfat par
Hi Bill,
On Tue, 6 Jan 2015 17:38:19 -0500
Bill Pringlemeir wrote:
> Commit 73c25753 fixed the common issue that binutil packages
> (tool/organization
> that packaged or built the bin-utils) are included in brackets and this may
> falsely be recognized as a version. However, some tools do n
Hi Sjoerd,
On 01/07/2015 06:25 PM, Sjoerd Simons wrote:
> On Wed, 2015-01-07 at 17:31 +0900, Joonyoung Shim wrote:
>> Hi,
>>
>> On 12/02/2014 10:56 AM, Hyungwon Hwang wrote:
>>> Dear Sjoerd,
>>>
>>> Thanks for this work. I think it is better to squash patch #1, #3, #4
>>> into my patchs, because t
On Wed, 2015-01-07 at 11:17 +, Ian Campbell wrote:
> On Wed, 2015-01-07 at 12:01 +0100, Sjoerd Simons wrote:
> > On Wed, 2015-01-07 at 10:22 +, Ian Campbell wrote:
> > > On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
> > > > On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
On Wed, 2015-01-07 at 12:01 +0100, Sjoerd Simons wrote:
> On Wed, 2015-01-07 at 10:22 +, Ian Campbell wrote:
> > On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
> > > On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
> > > > (CCing Dennis so he can comment from a distro perspecti
On Wed, 2015-01-07 at 10:22 +, Ian Campbell wrote:
> On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
> > On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
> > > (CCing Dennis so he can comment from a distro perspective re: partition
> > > table bootable flags v.s. scanning all p
The DDR PHY training function, ddrphy_prepare_training() would not
work if compiled with GCC 4.9.
The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h)
is specified with __packed because it represents a hardware register
mapping, but it turned out to cause a problem on GCC 4.9.
If
Signed-off-by: Masahiro Yamada
---
doc/README.uniphier | 69 +
1 file changed, 69 insertions(+)
create mode 100644 doc/README.uniphier
diff --git a/doc/README.uniphier b/doc/README.uniphier
new file mode 100644
index 000..44ba7f7
--- /dev
On Wed, 2015-01-07 at 11:10 +0100, Sjoerd Simons wrote:
> On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
> > (CCing Dennis so he can comment from a distro perspective re: partition
> > table bootable flags v.s. scanning all partitions)
> >
> > On 01/06/2015 10:07 AM, Sjoerd Simons wrote
On Tue, 6 Jan 2015 22:33:02 -0700
Simon Glass wrote:
> Hi Peng,
>
> On 6 January 2015 at 20:06, Peng Fan wrote:
> > Hi Simon,
> >
> > I am hacking DTB and DM SPI FLASH support for i.MX 6SoloX. I have a question
> > about `sf probe`. In original way, `sf probe` or `sf probe 0:0` can detect
> >
On Tue, 2015-01-06 at 17:43 -0700, Stephen Warren wrote:
> (CCing Dennis so he can comment from a distro perspective re: partition
> table bootable flags v.s. scanning all partitions)
>
> On 01/06/2015 10:07 AM, Sjoerd Simons wrote:
> > On Mon, 2015-01-05 at 13:24 -0700, Stephen Warren wrote:
> >
On Wed, 2015-01-07 at 17:31 +0900, Joonyoung Shim wrote:
> Hi,
>
> On 12/02/2014 10:56 AM, Hyungwon Hwang wrote:
> > Dear Sjoerd,
> >
> > Thanks for this work. I think it is better to squash patch #1, #3, #4
> > into my patchs, because these patches remove the code which needlessly
> > being adde
The code provides framework for heterogeneous multicore chips based on StarCore
and Power Architecture which are chasis-2 compliant, like B4860 and B4420
It will make u-boot recognize all non-ppc cores and peripherals like
SC3900/DSP CPUs, MAPLE, CPRI and print their configuration in u-boot logs.
On 7 January 2015 at 14:32, peng@freescale.com
wrote:
> Hi, Simon,
>
> It works for me using aliases. This aliases node reassigns req_seq number to
> dev, so it works.
>
> Another question, spi device driver can not get cs value?
> `sf probe 0:0`. Bus is 0, and cs is 0. I want to use cs value
On Tuesday 06 January 2015 23:35:16 Georges Savoundararadj wrote:
> Hi Pali Rohár,
>
> Le 06/01/2015 23:19, Pali Rohár a écrit :
> > ooo, thanks very much for help!
> >
> > On non omap HS devices that SMC instruction must not be
> > called. Qemu emulate omap GP device (not HS), so here is
> > mus
Hi,
On 12/02/2014 10:56 AM, Hyungwon Hwang wrote:
> Dear Sjoerd,
>
> Thanks for this work. I think it is better to squash patch #1, #3, #4
> into my patchs, because these patches remove the code which needlessly
> being added by my patches. I will include patch #2 also from next
> version.
>
> O
96 matches
Mail list logo