On 14.05.2015 01:17, Kevin Smith wrote:
SMP-enabled Linux kernels read the CBAR register in CP15 to find
the address of the SCU registers. After remapping internal
registers, also update the CBAR so the kernel can find them.
Thanks Kevin. Only some coding style related comments below:
Signed
On 14.05.2015 01:17, Kevin Smith wrote:
Signed-off-by: Kevin Smith
---
include/configs/mv-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 51436da..03518b0 100644
--- a/include/configs/mv-common.h
+++ b/include/conf
On 14.05.2015 01:17, Kevin Smith wrote:
By default on this platform, u-boot loads data into high memory
in the range of 0x7Fxx, which generates a data abort when the
kernel tries to read it. Config the u-boot environment to load
the device tree and initrd image into lower memory to make them
On 15.05.2015 04:51, Masahiro Yamada wrote:
Follow-up commit 7fc63cca611b (mpc85xx/T4240EMU: Remove T4240EMU
board), and commit 27e721564591 (ppc4xx: Remove sc3 board),
filling the blank fields.
Signed-off-by: Masahiro Yamada
Reviewed-by: Stefan Roese
Thanks,
Stefan
___
Hi Masahiro,
On 13.05.2015 03:34, Masahiro Yamada wrote:
Hi, Simon, Stefan,
2015-05-12 7:41 GMT+09:00 Simon Glass :
Hi Stefan,
On 11 May 2015 at 07:27, Stefan Roese wrote:
Hi Simon, Hi Masahiro,
On 11.05.2015 09:58, Stefan Roese wrote:
On 10.05.2015 16:48, Simon Glass wrote:
On 7 May
Program the external regulator to switch off voltage in deep sleep.
Signed-off-by: Chenhui Zhao
---
board/freescale/ls1021atwr/ls1021atwr.c | 34 +
1 file changed, 34 insertions(+)
diff --git a/board/freescale/ls1021atwr/ls1021atwr.c
b/board/freescale/ls1021atwr
Hi Stefan,
On 8 May 2015 at 09:52, Stefan Roese wrote:
> This patch adds the feature to only stop the autobooting, and therefor
> boot into the U-Boot prompt, when the input string / password matches
> a values that is encypted via a SHA256 hash and saved in the environment.
>
> This feature is e
Hi Stefan,
2015-05-15 16:13 GMT+09:00 Stefan Roese :
> Hi Masahiro,
>
>
> On 13.05.2015 03:34, Masahiro Yamada wrote:
>>
>> Hi, Simon, Stefan,
>>
>>
>> 2015-05-12 7:41 GMT+09:00 Simon Glass :
>>>
>>> Hi Stefan,
>>>
>>> On 11 May 2015 at 07:27, Stefan Roese wrote:
Hi Simon, Hi Masahir
Hi
2015-05-14 7:08 GMT+02:00 Tim Harvey :
> The IMX6 has four different speed grades determined by eFUSE SPEED_GRADING
> indicated by OCOTP_CFG3[17:16] which is at 0x440 in the Fusemap Description
> Table. Return this frequency so that it can be used elsewhere.
>
> Note that the IMX6SDLRM and the
On 06/05/2015 09:57, Brecht Neyrinck wrote:
> Prevent overflow by casting duty_ns to ull first. This bug came up when
> trying to create a 200 Hz PWM
>
> Signed-off-by: Brecht Neyrinck
> ---
> drivers/pwm/pwm-imx-util.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/d
2015-05-14 7:11 GMT+02:00 Tim Harvey :
> Signed-off-by: Tim Harvey
> ---
> arch/arm/include/asm/arch-mx6/imx-regs.h | 19 +++
> 1 file changed, 19 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h
> b/arch/arm/include/asm/arch-mx6/imx-regs.h
> index 9a4ad8b.
2015-05-14 7:11 GMT+02:00 Tim Harvey :
> When CONFIG_IMX6_THERMAL is defined print the CPU temperature grade info
> along with the current temperature.
>
> Before:
> CPU: Temperature 42 C
>
> After:
> CPU: Automotive temperature grade (-40C to 125C) at 42C
> CPU: Industiral temperature gra
2015-05-14 7:11 GMT+02:00 Tim Harvey :
> The MX6 has a temperature grade defined by OCOTP_MEM0[7:6] which is at 0x480
> in the Fusemap Description Table in the reference manual. Return this value
> as well as min/max temperature based on the value.
>
> Note that the IMX6SDLRM and the IMX6SXRM do no
On Tue 2015-04-21 12:23:07, Pavel Machek wrote:
> Setting configuration options in header file leads to incosistency
> between .config user sees, and .config he has. What is worse, a lot of
> compile warnings is presented for any such config option user sets in
> .config.
>
> Signed-off-by: Pa
2015-05-15 17:31 GMT+09:00 Pavel Machek :
> On Tue 2015-04-21 12:23:07, Pavel Machek wrote:
>> Setting configuration options in header file leads to incosistency
>> between .config user sees, and .config he has. What is worse, a lot of
>> compile warnings is presented for any such config option use
On Fri 2015-05-01 11:14:11, Pavel Machek wrote:
>
> If there's duplicty between config system and config_cmd_default, a
> ton of warnings is raised, because one uses plain defines, and other
> defines it to 1. Adjust config_cmd_default.h not to provoke the
> warnings.
>
> Signed-off-by: Pavel Mac
Hi Magnus,
On 15.05.2015 09:44, Magnus Lilja wrote:
On 8 May 2015 at 09:52, Stefan Roese wrote:
This patch adds the feature to only stop the autobooting, and therefor
boot into the U-Boot prompt, when the input string / password matches
a values that is encypted via a SHA256 hash and saved in
> >> Seems like nothing much doing in micron side
> >> switch (JEDEC_MFR(info)) {
> >> case CFI_MFR_ST: /* Micron, actually */
> >> /* Some Micron need WREN command; all will accept it */
> >> need_wren = true;
> >
> > Umm. Take a closer look.
> >
>
On Fri 2015-05-15 17:36:32, Masahiro Yamada wrote:
> 2015-05-15 17:31 GMT+09:00 Pavel Machek :
> > On Tue 2015-04-21 12:23:07, Pavel Machek wrote:
> >> Setting configuration options in header file leads to incosistency
> >> between .config user sees, and .config he has. What is worse, a lot of
> >>
Hi.
2015-05-15 17:48 GMT+09:00 Pavel Machek :
> On Fri 2015-05-15 17:36:32, Masahiro Yamada wrote:
>> 2015-05-15 17:31 GMT+09:00 Pavel Machek :
>> > On Tue 2015-04-21 12:23:07, Pavel Machek wrote:
>> >> Setting configuration options in header file leads to incosistency
>> >> between .config user
Hi Pavel,
2015-05-15 17:36 GMT+09:00 Pavel Machek :
> On Fri 2015-05-01 11:14:11, Pavel Machek wrote:
>>
>> If there's duplicty between config system and config_cmd_default, a
>> ton of warnings is raised, because one uses plain defines, and other
>> defines it to 1. Adjust config_cmd_default.h no
Hi Peter, Soeren,
On 11/05/2015 20:43, Soeren Moch wrote:
>>
>> Reviewed-by: Eric Nelson
>
> Besides my comments on patch 8/10,
> for the whole series (especially the tbs2910 part):
>
> Acked-by: Soeren Moch
>
> Thanks for this great cleanup!
I will add my thanks for this great clean-up. So
On Friday, May 15, 2015 at 10:47:46 AM, Pavel Machek wrote:
> > >> Seems like nothing much doing in micron side
> > >>
> > >> switch (JEDEC_MFR(info)) {
> > >> case CFI_MFR_ST: /* Micron, actually */
> > >>
> > >> /* Some Micron need WREN command; all will
On 04/05/2015 16:53, ulises.carde...@freescale.com wrote:
> From: Ulises Cardenas
>
> Boards such as imx6q_sabresd might not have mapmem.h as part of
> their common library. This causes a build error if the DEK blob
> command is enabled.
>
> Fix: make explicit the include of mapmem.h
>
> Si
On Fri 2015-05-15 11:36:11, Marek Vasut wrote:
> On Friday, May 15, 2015 at 10:47:46 AM, Pavel Machek wrote:
> > > >> Seems like nothing much doing in micron side
> > > >>
> > > >> switch (JEDEC_MFR(info)) {
> > > >> case CFI_MFR_ST: /* Micron, actually */
> > > >>
> > > >
When we send patches, we are supposed to test them by build utilities
such as MAKEALL, buildman. When we want to test global changes, the
first hurdle is, I think, to collect toolchains for all the architectures.
We have some documents about build utilities, but I have not seen any
official infor
On 11/05/2015 18:02, Fabio Estevam wrote:
> Cubox-i boards are also supported, so update the README file.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX So
Hi Fabio,
On 11/05/2015 18:02, Fabio Estevam wrote:
> Hummingboard dual, dual-lite and solo are now supported via SPL mechanism.
>
> Remove the previous hummingboard support, which does not use SPL and supported
> only the solo variant.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-
On 12/05/2015 18:19, Fabio Estevam wrote:
> Fix the spelling of 'successful'.
>
> Signed-off-by: Fabio Estevam
> ---
> board/warp/README | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/warp/README b/board/warp/README
> index 0e1f076..db3100e 100644
> --- a/boa
Hi Stefan,
On 13/05/2015 08:02, Stefan Wahren wrote:
> Hi,
>
> during the study of DC-DC handling in u-boot i noticed a possible bug.
>
> In case the DC-DC is already enabled the function returns without reenabling
> brown out detection. I don't think that's okay.
> A possible fix would be to do
On Friday, May 15, 2015 at 11:00:37 AM, Masahiro Yamada wrote:
> Hi.
Hi!
> 2015-05-15 17:48 GMT+09:00 Pavel Machek :
> > On Fri 2015-05-15 17:36:32, Masahiro Yamada wrote:
> >> 2015-05-15 17:31 GMT+09:00 Pavel Machek :
> >> > On Tue 2015-04-21 12:23:07, Pavel Machek wrote:
> >> >> Setting configu
Hi Peter,
On 12/05/2015 12:51, Tom Rini wrote:
> On Tue, May 12, 2015 at 10:40:25AM +0200, Markus Niebel wrote:
>
>> Hello Peter,
>>
>> sorry for the noise, did not see v2 of your series. Just one thing:
>>
>> Am 11.05.2015 um 18:22 schrieb Peter Robinson:
>>> All boards define CONFIG_MX6, CONFIG
Hi Markus,
On 12/05/2015 14:18, Markus Niebel wrote:
> From: Markus Niebel
>
> Now that we have the Kconfig based CPU type selection,
> use this to fill the IMX_CONFIG automatically
>
> Signed-off-by: Markus Niebel
> ---
> board/tqc/tqma6/Kconfig | 4
> configs/tqma6q_mba6_mmc_
Hi Fabio,
On 12/05/2015 01:50, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Currently we need to build one U-boot image for each of the wandboard
> variants: quad, dual-lite and solo.
>
> By switching to SPL we can support all these variants with a single binary,
> which is very convenient.
>
In Linux coding style, should be included rather than
. To follow this style in U-boot, add include/linux/io.h.
Currently, it just includes .
Signed-off-by: Masahiro Yamada
---
include/linux/io.h | 10 ++
1 file changed, 10 insertions(+)
create mode 100644 include/linux/io.h
diff --
In the latest Linux coding style, should be included
rather than . To follow this standard also in U-Boot,
add include/linux/io.h. Currently, it just includes .
Signed-off-by: Masahiro Yamada
---
Changes in v2:
- Fix a typo s/introcude/introduce/
- Remove a redundant whitespace
include
On 05/05/2015 23:09, Soeren Moch wrote:
> Only enable graphical output for stdout/stderr (and a usb keyboard for stdin)
> when a hdmi device is detected.
> Serial console is always enabled for stdin/stdout/stderr.
>
> Signed-off-by: Soeren Moch
> ---
> Cc: Stefano Babic
> ---
> include/configs/
On 05/05/2015 23:09, Soeren Moch wrote:
> Add support for USB OTG host mode. Only high speed devices supported so far
> (e.g. usb 2.0 hub required to connect a keyboard).
>
> Signed-off-by: Soeren Moch
> ---
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano B
On 05/05/2015 23:09, Soeren Moch wrote:
> Since there is a default CONFIG_SYS_PBSIZE definition in config_fallbacks.h,
> this setting is no longer required in board configurations.
>
> Signed-off-by: Soeren Moch
> ---
> Cc: Stefano Babic
> ---
> include/configs/tbs2910.h | 2 --
> 1 file change
On 05/05/2015 23:09, Soeren Moch wrote:
> Add emmc boot partition commands to be able to select the boot partition.
>
> Signed-off-by: Soeren Moch
> ---
> Cc: Stefano Babic
> ---
> include/configs/tbs2910.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/tbs2910.h b/in
On 15.05.2015 11:35, Stefano Babic wrote:
> Hi Peter, Soeren,
>
> On 11/05/2015 20:43, Soeren Moch wrote:
>
>>>
>>> Reviewed-by: Eric Nelson
>>
>> Besides my comments on patch 8/10,
>> for the whole series (especially the tbs2910 part):
>>
>> Acked-by: Soeren Moch
>>
>> Thanks for this great
On Fri, May 15, 2015 at 1:14 AM, Christian Gmeiner
wrote:
> 2015-05-14 7:11 GMT+02:00 Tim Harvey :
>> When CONFIG_IMX6_THERMAL is defined print the CPU temperature grade info
>> along with the current temperature.
>>
>> Before:
>> CPU: Temperature 42 C
>>
>> After:
>> CPU: Automotive tempera
Hi Christian,
On 15/05/2015 09:53, Christian Gmeiner wrote:
> Hi
>
> 2015-05-14 7:08 GMT+02:00 Tim Harvey :
>> The IMX6 has four different speed grades determined by eFUSE SPEED_GRADING
>> indicated by OCOTP_CFG3[17:16] which is at 0x440 in the Fusemap Description
>> Table. Return this frequency
Hi Tim,
On 15/05/2015 15:16, Tim Harvey wrote:
> On Fri, May 15, 2015 at 1:14 AM, Christian Gmeiner
> wrote:
>> 2015-05-14 7:11 GMT+02:00 Tim Harvey :
>>> When CONFIG_IMX6_THERMAL is defined print the CPU temperature grade info
>>> along with the current temperature.
>>>
>>> Before:
>>> CPU: T
On Fri, May 15, 2015 at 6:24 AM, Stefano Babic wrote:
> Hi Tim,
>
> On 15/05/2015 15:16, Tim Harvey wrote:
>> On Fri, May 15, 2015 at 1:14 AM, Christian Gmeiner
>> wrote:
>>> 2015-05-14 7:11 GMT+02:00 Tim Harvey :
When CONFIG_IMX6_THERMAL is defined print the CPU temperature grade info
Hi Fabio,
On 11/03/2015 21:12, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Having bit 22 cleared in the PL310 Auxiliary Control register (shared
> attribute override enable) has the side effect of transforming Normal
> Shared Non-cacheable reads into Cacheable no-allocate reads.
>
> Coherent
Hi Tim,
On Fri, May 15, 2015 at 10:31 AM, Tim Harvey wrote:
> Yes, that sounds like the best approach. What were your thoughts on
> enabling the second CPU: line just to display the temperature grade if
> CONFIG_IMX6_THERMAL was not enabled?
>
> I'm surprised someone on this list hasn't already
Hi Stefano,
On Fri, May 15, 2015 at 10:35 AM, Stefano Babic wrote:
> It looks like from the discussion and the following threads that a
> general solution cannot be easy found. I agree with you to apply it at
> least for i.MX6, and let's see if in the future we can factorize it for
> other SOCs.
On Fri, May 15, 2015 at 12:53 AM, Christian Gmeiner
wrote:
> Hi
>
> 2015-05-14 7:08 GMT+02:00 Tim Harvey :
>> The IMX6 has four different speed grades determined by eFUSE SPEED_GRADING
>> indicated by OCOTP_CFG3[17:16] which is at 0x440 in the Fusemap Description
>> Table. Return this frequency so
Hi Tim,
On 15/05/2015 15:31, Tim Harvey wrote:
>> Right. My proposal is to merge the currrent patchset, enabling for
>> IMX6SX again when someone will test it.
>>
>> Best regards,
>> Stefano Babic
>>
>
> Stefano,
>
> Yes, that sounds like the best approach. What were your thoughts on
> enabling
On 13/05/2015 07:50, Heiko Schocher wrote:
> add I2C4 modul for MX6DL based boards.
>
> Signed-off-by: Heiko Schocher
>
> ---
> checkpatch shows:
> WARNING: line over 80 characters
> +#define MXC_CCM_CCGR1_I2C4_SERIAL_MASK (3 <<
> MXC_CCM_CCGR1_I2C4_SERIAL_OFFSET)
>
> but the h
On 14 May 2015 at 17:29, Peng Fan wrote:
> These GPIO_PORTx macros should be in gpio.h, but not in imx-regs.h.
>
> Also, imx-regs.h and iomux-v3.h has same macro defintion for
> GPIO_PORTx, and both of them are included in mxc_i2c.c(include
> mxc_i2c.h). This will incur build warnings with macro r
On 14 May 2015 at 17:29, Peng Fan wrote:
> 1. Introduce a new structure `struct mxc_i2c_bus`, this structure will
>used for non-DM and DM.
> 2. Remove `struct mxc_i2c_regs` structure, but use register offset to access
>registers based on `base` entry of `struct mxc_i2c_bus`.
> 3. Remove mo
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> Hello Simon,
>
> This patchset fixes the build issues. It changes the last three
> top commits of u-boot-dm/next. So it is rebased onto:
> 4e9a6eb dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
>
> The rebased version, ca
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This change enables the configs required to init and setup max77686
> regulator driver, using the new driver model pmic and regulator API.
> And also changes the old pmic framework calls to the new ones.
>
> This commits enables:
> - CONFIG_ERRN
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> The cleanup includes:
> - pmic.h - fix mistakes in a few comments
> - pmic operations: value 'reg_count' - redefine as function call
> - fix function name: pmic_bind_childs() -> pmic_bind_children()
> - pmic_bind_children: change the 'while' loo
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This cleanup includes:
> - remove of the preprocessor macros which pointed to long name functions
> - update of the names of some regulator uclass driver functions
> - cleanup of the function regulator_autoset()
> - reword of some comments of re
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit cleanups the regulator command.
> The first change, is adjusting "regulator dev" command to use
> "regulator-name" constraint, for setting the operating device.
> Thanks to this, the regulator_get() function is removed.
>
> This also
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> Adding regulators subnode to fdt max77686 node, allows properly init
> regulators by the max77686 regulator driver. This enables the complete
> functionality of the regulator command.
>
> Signed-off-by: Przemyslaw Marczak
> Acked-by: Simon Glas
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit cleanups the use of function: failed().
> The new function name is: failure(), and it is used
> for print errno and the errno-related message only.
>
> The second change is choosing PMIC device by it's name,
> instead of seq number.
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit cleanups the PMIC framework documentation.
>
> Signed-off-by: Przemyslaw Marczak
> Acked-by: Simon Glass
> Tested on sandbox:
> Tested-by: Simon Glass
> ---
> Changes V2:
> - none
Applied to u-boot-dm, thanks!
___
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit enables:
> - emulated i2c PMIC driver
> - sandbox PMIC I/O driver
> - sandbox PMIC's regulator driver
>
> Signed-off-by: Przemyslaw Marczak
> Acked-by: Simon Glass
> Tested on sandbox:
> Tested-by: Simon Glass
> ---
> Changes V2:
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> The function get_emul() in sandbox i2c bus driver, always returns
> first child as i2c emul device. This may only work for i2c devices
> with a single child, which is an only i2c emul device.
>
> In case when i2c device has more than one child (
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This change adds new file to sandbox driver model test environment.
> The file is: test/dm/power.c, and it includes tests for PMIC framework,
> which includes PMIC uclass and REGULATOR uclass.
>
> All tests are based od Sandbox PMIC emulated dev
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit adds emulation of sandbox PMIC device, which includes:
> - PMIC I2C emulation driver
> - PMIC I/O driver (UCLASS_PMIC)
> - PMIC regulator driver (UCLASS_REGULATOR)
>
> The sandbox PMIC has 12 significant registers and 4 as padding to
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> The file test.dts from driver model test directory,
> was compiled by call dtc in script: test/dm/test-dm.sh.
>
> This doesn't allow for including of dtsi files and using
> of C preprocessor routines in this dts file.
>
> Since the mentioned scr
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
> This commit adds dtsi file for Sandbox PMIC.
> It fully describes the PMIC by:
> - i2c emul node - with a default settings of 16 registers
> - 2x buck regulator nodes
> - 2x ldo regulator nodes
>
> The default register settings are set with prep
Hi Karl,
On 13 May 2015 at 06:53, Karl Apsite wrote:
> From: Karl Apsite
>
> Added a trimmed down instance of boot_get_() to satisfy the
> minimum requierments of the added feature. The function follows the
> normal patterns set by other boot_get's, which should make it a
> bit easier to combin
Hi Karl,
On 13 May 2015 at 06:54, Karl Apsite wrote:
> The bootm_find_other() function was only called once, and ran a quick
> check before it called bootm_find_images(). This wrapper function was
> removed by moving the conditional to do_bootm_states (where find_other
> was being called) and cal
Hi Karl,
On 13 May 2015 at 06:53, Karl Apsite wrote:
> bootm_find_ramdisk_fdt() renamed to bootm_find_images() for readability.
>
> The function bootm_find_ramdisk_fdt() appears to be a simple wrapper for
> bootm_find_ramdisk(), bootm_find_fdt(), and now bootm_find_loadables().
> I didn't see any
Hi Karl,
On 15 May 2015 at 07:58, Simon Glass wrote:
> Hi Karl,
>
> On 13 May 2015 at 06:54, Karl Apsite wrote:
>> The bootm_find_other() function was only called once, and ran a quick
>> check before it called bootm_find_images(). This wrapper function was
>> removed by moving the conditional t
Hi Tom,
This includes Przemyslaw's PMIC framework for driver model and the
rest of Han's OHCI work which was requested to come through the driver
model tree instead of USB,
The MXC GPIO_PORTx patch (and its friend) were sent only yesterday,
but the v5 version just includes a change requested afte
Hi Tim,
On 09/05/2015 03:28, Tim Harvey wrote:
> This collection of patches comprises a set of various updates I've been
> on for Ventana.
>
> In summary:
> - enable driver model
> - enable gpio command
> - enable dm-serial
> - enable thermal support
> - fixup for GW522x PCI enumeration
> -
2015-05-15 15:20 GMT+02:00 Stefano Babic :
> Hi Christian,
>
> On 15/05/2015 09:53, Christian Gmeiner wrote:
>> Hi
>>
>> 2015-05-14 7:08 GMT+02:00 Tim Harvey :
>>> The IMX6 has four different speed grades determined by eFUSE SPEED_GRADING
>>> indicated by OCOTP_CFG3[17:16] which is at 0x440 in the
Hi Tim,
On 13/05/2015 01:23, Tim Harvey wrote:
> On Fri, May 8, 2015 at 6:36 PM, Fabio Estevam wrote:
>> Hi Tim,
>>
>> On Fri, May 8, 2015 at 10:28 PM, Tim Harvey wrote:
>>> Switch to MMC RAW support for SPL. We will place the uboot.img at 69KB.
>>>
>>> Signed-off-by: Tim Harvey
>>> ---
>>> in
Hi Christian,
On 15/05/2015 16:26, Christian Gmeiner wrote:
>> Function does not returns the value of the fuse, else it should returns
>> val. The value is parsed for consistency, and if it is not, 0 means a
>> failure. IMHO this interpretation is correct - I would agree with you
>> only if the r
Hi Simon,
I read your initial comments, and I immediately realized I made a mistake. I
had initially submitted my series on a local branch, but my mailing client
didn't send out anything past the cover letter. (I think Patman had CC'd too
many people, and my mailer was preventing spam) When you
Hi Tim,
On 14/05/2015 15:22, Tim Harvey wrote:
> Certain features we desire require a larger stack than is available by using
> iRAM (most notably for us, env_mmc). Relocate the stack to DRAM so that
> we can use these features.
>
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/g
Hi Karl,
On 15 May 2015 at 08:33, Karl Apsite wrote:
>
> Hi Simon,
>
> I read your initial comments, and I immediately realized I made a mistake. I
> had initially submitted my series on a local branch, but my mailing client
> didn't send out anything past the cover letter. (I think Patman had
Hi Heiko,
On 14/05/2015 08:00, Heiko Schocher wrote:
> add support for imx6dl based aristainetos2 board
>
> U-Boot 2015.04-rc5-00066-g60f6ed4 (Apr 10 2015 - 08:46:27)
>
> CPU: Freescale i.MX6DL rev1.1 at 792 MHz
> Reset cause: WDOG
> Board: aristaitenos2
>Watchdog enabled
> I2C: read
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
(2015-04-29 06:46:33 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.gi
On 05/13/2015 07:56 AM, Simon Glass wrote:
Hi Stephen,
On 25 February 2015 at 16:31, Stephen Warren wrote:
On 02/17/2015 03:29 PM, Simon Glass wrote:
We need to match the device tree in the FIT with the U-Boot model so we
can automatically select the right device tree. Also adjust the load
a
On 05/13/2015 07:19 AM, Simon Glass wrote:
Hi Stephen,
On 25 February 2015 at 16:28, Stephen Warren wrote:
On 02/17/2015 03:29 PM, Simon Glass wrote:
From: Doug Anderson
This header includes useful scripts which can be used with any board that
can boot Chrome OS.
In particular, 'run nvbo
Enable CONFIG_LBA48 to support large disks. CONFIG_ATAPI is only needed
by cmd_ide.c which is not common for modern x86 targets, hence remove it.
Signed-off-by: Bin Meng
---
include/configs/x86-common.h | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/include/configs/x86-
Elinimate the following build warning in atapi_inquiry():
"warning: assignment from incompatible pointer type [enabled by default]"
Signed-off-by: Bin Meng
---
common/cmd_ide.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index
This driver was originally added to support the native IDE mode for
Intel chipset, however it has some bugs like not supporting ATAPI
devices, endianess issue, or even broken build when CONFIG_LAB48.
Given no board is using this driver as of today, rather than fixing
all these issues we just remove
Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug
message output.
Signed-off-by: Bin Meng
---
drivers/pci/pci_auto.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index e8da977..43965d8 100644
--- a/drivers/pci/pci_auto.c
++
Enable legacy IDE support on the pc target and AHCI support on the
q35 target. Default configuration is to support the pc target.
Signed-off-by: Bin Meng
---
include/configs/qemu-x86.h | 26 +-
include/pci_ids.h | 1 +
2 files changed, 26 insertions(+), 1 delet
The legacy IDE device has a BAR4 (Bus Master Interface BAR) which
needs to be configured.
Signed-off-by: Bin Meng
---
drivers/pci/pci_auto.c | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index 43965d8..7c10983 100644
--- a/dri
Switch to MMC RAW support for SPL. We will place the uboot.img at 69KB.
Signed-off-by: Tim Harvey
---
v2: remove unnecessary CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR define
Signed-off-by: Tim Harvey
---
include/configs/gw_ventana.h | 4
1 file changed, 4 deletions(-)
diff --git a/include/
Use the SZ_1M and SZ_1K macros from linuz/sizes.h for improved readability
Signed-off-by: Tim Harvey
---
v2: no changes - rebased
---
include/configs/gw_ventana.h | 22 --
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/include/configs/gw_ventana.h b/include/c
We need to do any PMIC setup in the SPL if we are to bypass U-Boot for
falcon mode.
Signed-off-by: Tim Harvey
---
v2: rebased
---
board/gateworks/gw_ventana/gw_ventana_spl.c | 3 +++
include/configs/gw_ventana.h| 1 +
2 files changed, 4 insertions(+)
diff --git a/board/gateworks
Hello Simon,
On 05/15/2015 03:55 PM, Simon Glass wrote:
On 13 May 2015 at 05:38, Przemyslaw Marczak wrote:
Hello Simon,
This patchset fixes the build issues. It changes the last three
top commits of u-boot-dm/next. So it is rebased onto:
4e9a6eb dm: board:samsung: power_init_board: add requir
On Fri, May 15, 2015 at 7:25 AM, Stefano Babic wrote:
> Hi Tim,
>
> On 09/05/2015 03:28, Tim Harvey wrote:
>> This collection of patches comprises a set of various updates I've been
>> on for Ventana.
>>
>> In summary:
>> - enable driver model
>> - enable gpio command
>> - enable dm-serial
>>
Hi Tim,
On 15/05/2015 18:30, Tim Harvey wrote:
>>>
>>
>> Patches 1-7, 10-16, 18 applied to u-boot-imx, thanks !
>>
>> Best regards,
>> Stefano Babic
>>
>
> Stefano,
>
> Thanks - I just posted a v2 of patch 8 and a rebased 9 and 17
> (assuming that is why you skipped those two).
>
> You were ri
Hi i.MXlers,
rather after Tom merged Simon's DM branch, u-boot-imx had a lot of
conflicts and it could not be pulled. I had to rebase it on current
Tom's development tree, I apologize for the inconvenients.
Best regards,
Stefano Babic
--
=
Hi Stefano,
On Fri, May 15, 2015 at 8:07 AM, Stefano Babic wrote:
> Hi Fabio,
>
> On 11/05/2015 18:02, Fabio Estevam wrote:
>> Hummingboard dual, dual-lite and solo are now supported via SPL mechanism.
>>
>> Remove the previous hummingboard support, which does not use SPL and
>> supported
>> onl
Hi Fabio,
On 15/05/2015 19:52, Fabio Estevam wrote:
> Hi Stefano,
>
> On Fri, May 15, 2015 at 8:07 AM, Stefano Babic wrote:
>> Hi Fabio,
>>
>> On 11/05/2015 18:02, Fabio Estevam wrote:
>>> Hummingboard dual, dual-lite and solo are now supported via SPL mechanism.
>>>
>>> Remove the previous humm
Hi,
On 14-05-15 20:41, Ian Campbell wrote:
On Thu, 2015-05-14 at 18:55 +0200, Hans de Goede wrote:
+config DRAM_ODT_EN
+ int "sunxi dram odt enable"
+ default 0
+ ---help---
+ Set this to 1 to enable dram odt (on die termination)
Why is this an int rather than a bool?
Some A33 based boards use odt, while others do not, so make odt_en
configurable for sun8i too by moving the existing Kconfig option for it out
of the #if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I block it was in.
Signed-off-by: Hans de Goede
---
Changes in v2:
-Use existing DRAM_ODT_EN Kconfig block
1 - 100 of 141 matches
Mail list logo