On Mon, Jul 30, 2018 at 01:22:07PM +0200, Christian Gmeiner wrote:
> Fixes the following checkstyle warning:
>
> WARNING: Missing a blank line after declarations
> + int tmp = smbios_write_funcs[i]((ulong *)&addr, handle++);
> + max_struct_size = max(max_struct_size, t
On Sun, Jul 29, 2018 at 09:51:04AM -0500, Adam Ford wrote:
> CONFIG_SYS_NAND_ADDR is defined and never referenced. This patch
> removes the dead code.
>
> Signed-off-by: Adam Ford
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Sun, Jul 29, 2018 at 08:16:49PM -0500, Adam Ford wrote:
> For these boards, the GPMC timings are more determined by
> processor speed/type than the NAND/PoP memory. This code
> is never invoked, so disable the config option, so it doesn't
> take the time to compile it in.
>
> Signed-off-by: A
On Tue, Jul 31, 2018 at 12:29:57PM +0300, Ramon Fried wrote:
> Fixup the Linux FDT with the detection of onboard DRAM as
> provided by SBL (Secondary boot loader) by reading
> the shared-memory region.
>
> Signed-off-by: Ramon Fried
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Des
On Tue, Jul 31, 2018 at 10:57:42PM -0400, Rob Bracero wrote:
> This update adds PPC64 ELF V1 ABI support to bootelf for both the
> program header and section header options. Elf64 support was already
> present for the program header option, but it was not handling the
> PPC64 ELF V1 ABI case. For
On Sun, Jul 29, 2018 at 11:08:14AM +0200, Heinrich Schuchardt wrote:
> Describe the interface of environment variable callback functions.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Mon, Jul 30, 2018 at 12:53:18PM +0200, Simon Goldschmidt wrote:
> Compressed images should have their compression property
> set to "none" if U-Boot should leave them compressed.
>
> This is especially the case for compressed ramdisks that
> should be uncompressed by the kernel only.
>
> Sign
On Sat, Jul 28, 2018 at 02:03:21PM -0500, Adam Ford wrote:
> The console index for SPL should be 1 not 3 in order to see text during
> SPL.
>
> Fixes 6f6b7cfa89e5 ("Convert all of CONFIG_CONS_INDEX to Kconfig")
>
> Signed-off-by: Adam Ford
>
> diff --git a/configs/omap3_logic_defconfig b/confi
On Mon, Jul 30, 2018 at 01:22:06PM +0200, Christian Gmeiner wrote:
> Fixes the following chechpatch -f error:
>
> ERROR: "(foo*)" should be "(foo *)"
> + strncpy((char*)t->uuid, serial_str, sizeof(t->uuid));
>
> Signed-off-by: Christian Gmeiner
> Reviewed-by: Simon Glass
Applied
On Sun, Jul 29, 2018 at 01:50:50PM +0200, Heinrich Schuchardt wrote:
> The Sphinx documentation system uses restructured text.
> Make the README.iscsi file compatible.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
__
On Tue, Jul 31, 2018 at 12:29:58PM +0300, Ramon Fried wrote:
> Call the MSM DRAM detection and fixup function to support
> dynamic detection of onboard memory.
>
> Signed-off-by: Ramon Fried
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
__
On Fri, Jul 27, 2018 at 04:37:07PM +0200, Patrick Delaunay wrote:
> This patch save common LED property "default-state" value
> in post bind of LED uclass.
> The configuration for this default state is only performed when
> led_default_state() is called;
> It can be called in your board_init()
> o
On Sun, Jul 29, 2018 at 10:41:02AM +0200, Heinrich Schuchardt wrote:
> Add parameter description.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Bo
On Mon, Jul 30, 2018 at 10:19:43AM -0600, Stephen Warren wrote:
> From: Stephen Warren
>
> Travis CI now supports giving jobs an explicit name. Do this for all jobs.
> This allows more direct control over jobs names than the previous
> automatic or implicit naming based on the environment variab
On Mon, Jul 30, 2018 at 07:19:27PM +0300, Sam Protsenko wrote:
> Underlying API should already print some meaningful error message, so
> this one is just brings more noise. E.g. we can see log like this:
>
> MMC: no card present
> ** Bad device mmc 0 **
>
> Obviously, second error messag
On Fri, Jul 27, 2018 at 04:37:09PM +0200, Patrick Delaunay wrote:
> Initialize the led with the default state defined in device tree
> in board_init and solve issue with test for led default state.
>
> Reviewed-by: Simon Glass
>
>
> Signed-off-by: Patrick Delaunay
Applied to u-boot/master, t
On Mon, Jul 30, 2018 at 07:19:26PM +0300, Sam Protsenko wrote:
> "Failed" error message from env_load() only clutters the log with
> unnecessary details, as we already have all needed warnings by that
> time. Example:
>
> Loading Environment from FAT... MMC: no card present
> ** Bad devic
On Fri, Jul 27, 2018 at 04:45:26PM -0700, Troy Kisky wrote:
> sata_probe returns 1 for failure, so don't checkout for < 0
>
> fixes: f19f1ecb6025 dm: sata: Support driver model with the 'sata' command
>
> Signed-off-by: Troy Kisky
> Reviewed-by: Simon Glass
>
> diff --git a/cmd/sata.c b/cmd/s
On Sun, Jul 29, 2018 at 01:45:47PM +0200, Heinrich Schuchardt wrote:
> Create separate html pages for linker lists, the serial subsystem,
> and the EFI subsystem.
>
> Add a table of content.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descr
On Fri, Jul 27, 2018 at 04:37:08PM +0200, Patrick Delaunay wrote:
> Initialize the led with the default state defined in device tree.
>
> Reviewed-by: Simon Glass
>
> Signed-off-by: Patrick Delaunay
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Fri, Jul 27, 2018 at 04:37:06PM +0200, Patrick Delaunay wrote:
> This reverts commit bc882f5d5c7b4d6ed5e927bf838863af43c786e7.
> because this patch adds the probe of LED driver during the
> binding phasis. It is not allowed in driver model because
> the drivers (clock, pincontrol) needed by the
On Fri, Jul 27, 2018 at 04:37:05PM +0200, Patrick Delaunay wrote:
> This patch add the 4 LED available on the ED1 board and activated
> gpio led driver.
>
> Reviewed-by: Simon Glass
> Signed-off-by: Patrick Delaunay
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP si
On Thu, Aug 09, 2018 at 09:29:58AM +0200, Marek Vasut wrote:
> The following changes since commit b1aad8dbe28415695b290726199681ced969c118:
>
> zynqmp: Add avnet_ultra96_rev1_defconfig to the lits of boards
> (2018-08-07 11:36:39 -0400)
>
> are available in the Git repository at:
>
> git://
On Thu, Jul 26, 2018 at 03:59:42PM +0200, Philipp Tomsich wrote:
> Even on 32bit systems a full 4GB of DRAM may be installed and reported
> by the DRAM controller. Whether these 4GB are larger available
> depends on the size/configuration of address decoding windows and
> architectural features.
> Add Allwinner sun6i SPI driver for A31, H3/H5 an A64.
>
> Cc: Fahad Sadah
> Signed-off-by: Jagan Teki
> ---
> drivers/spi/Kconfig | 6 +
> drivers/spi/Makefile| 1 +
> drivers/spi/sun6i_spi.c | 475
> 3 files changed, 482 insertions(+)
> c
The SPL space is limited. In order to try to enable DM in SPL,
we need more space. When combined wtih TINY_PRINTF, this reduces
the size of SPL by 6.5k
Original:
textdata bss dec hex filename
207601216 80 220565628 spl/u-boot-spl
Tiny Printf
textdata
The SPL space is limited. In order to try to enable DM in SPL,
we need more space. This reduces the size of SPL by ~2.7K
before:
textdata bss dec hex filename
207601216 80 220565628 spl/u-boot-spl
after:
textdata bss dec hex filename
17947
On 08/10/2018 10:11 PM, Simon Goldschmidt wrote:
> On 10.08.2018 15:15, Marek Vasut wrote:
>> On 08/10/2018 02:56 PM, Simon Goldschmidt wrote:
>>> On 09.08.2018 23:57, Marek Vasut wrote:
On 08/09/2018 09:17 PM, Simon Goldschmidt wrote:
> [..]
> BTW, the DIP switches even allow the SoCr
On 10.08.2018 15:15, Marek Vasut wrote:
On 08/10/2018 02:56 PM, Simon Goldschmidt wrote:
On 09.08.2018 23:57, Marek Vasut wrote:
On 08/09/2018 09:17 PM, Simon Goldschmidt wrote:
[..]
BTW, the DIP switches even allow the SoCrates to boot from fpga, which
is what I'm currently working on. In thi
On Fri, Aug 10, 2018 at 7:42 AM Jagan Teki wrote:
>
> On Fri, Aug 10, 2018 at 3:50 PM, Adam Ford wrote:
> > On Fri, Aug 10, 2018 at 12:14 AM Jagan Teki
> > wrote:
> >>
> >> On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
> >> > On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki
> >> > wrote:
> >> >>
Add pinctrl support for broadcom bcm6838 SoC.
Signed-off-by: Philippe Reynes
---
.../pinctrl/bcm6838-pinctrl.txt| 35 +
drivers/pinctrl/broadcom/Kconfig | 8 ++
drivers/pinctrl/broadcom/Makefile | 1 +
drivers/pinctrl/broadcom/pinct
Signed-off-by: Philippe Reynes
---
configs/bcm968380gerg_ram_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/bcm968380gerg_ram_defconfig
b/configs/bcm968380gerg_ram_defconfig
index 3354a5e..7c83d43 100644
--- a/configs/bcm968380gerg_ram_defconfig
+++ b/configs/bcm968380gerg
Add pinctrl node and related syscon node for broadcom bcm6838 SoC.
Signed-off-by: Philippe Reynes
---
arch/mips/dts/brcm,bcm6838.dtsi | 12
1 file changed, 12 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6838.dtsi b/arch/mips/dts/brcm,bcm6838.dtsi
index d365d0f..f276a6a 100644
On Fri, Aug 10, 2018 at 7:11 PM, Adam Ford wrote:
> On Fri, Aug 10, 2018 at 8:38 AM Jagan Teki wrote:
>>
>> On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
>> > On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki
>> > wrote:
>> >>
>> >> davinci_spi now support dt along with platform data,
>> >> respect
Add DT nodes to enable DWC2 gadget support
Signed-off-by: Patrice Chotard
---
arch/arm/dts/stm32mp157-pinctrl.dtsi | 6 ++
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi | 5 +
arch/arm/dts/stm32mp157c-ev1.dts | 8 +++
arch/arm/dts/stm32mp157c.dtsi| 36 +
Add DT nodes to enable EHCI support
Signed-off-by: Patrice Chotard
---
arch/arm/dts/stm32mp157c-ev1.dts | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/stm32mp157c-ev1.dts b/arch/arm/dts/stm32mp157c-ev1.dts
index e2128af93fe5..902a42bee290 100644
--- a/arch/arm/dts/stm32
Enable USB gadget support using DWC2 driver
Populate board_usb_init() to initialize clocks,
phy, reset and data needed for DWC2 IP.
Signed-off-by: Patrice Chotard
---
board/st/stm32mp1/stm32mp1.c | 168 +++
1 file changed, 168 insertions(+)
diff --git a/
This series :
- Adds DT nodes to add usb gadget support for stm32mp157-ev1 board
- Adds DT nodes to add EHCI support for stm32mp157-ev1 board
- Enables all USB relative flags needed for USB EHCI, DWC2 gadget and
mass storage support
- Update stm32mp1 board by populating board_usb_init(
Enable config USB relative flags in order to enable USB
EHCI, DWC2 gadget, download and mass_storage support.
Signed-off-by: Patrice Chotard
---
configs/stm32mp15_basic_defconfig | 16
1 file changed, 16 insertions(+)
diff --git a/configs/stm32mp15_basic_defconfig
b/configs/s
On Thu, Jul 26, 2018 at 02:56:27PM -0700, Prasanthi Chellakumar wrote:
> Convert the Watchdog driver for AT91SAM9x processors to support
> the driver model and device tree
>
> Signed-off-by: Prasanthi Chellakumar
> ---
> arch/arm/mach-at91/include/mach/at91_wdt.h | 12 +++-
> drivers/watchdog/
On Mon, 6 Aug 2018 10:50:23 +0800
Peng Fan peng@nxp.com wrote:
> Add clk/misc/pad/pm/rm scfw api implementaion for different
> drivers to invoke. The low level code is using misc_call
> to invoke imx8_scu driver.
>
> Signed-off-by: Peng Fan
> Cc: Stefano Babic
> ---
> arch/arm/include/asm
On Fri, Aug 10, 2018 at 8:07 AM Lokesh Vutla wrote:
>
> Add driver model support for OMAP_SERIAL while reusing
> the functions in ns16550.c
>
> Signed-off-by: Lokesh Vutla
> ---
>
> Based on the conclusion on the thread[1], added a separate driver for
> omap uart.
>
> [1] https://patchwork.ozlabs
Hi Peng,
On Fri, 10 Aug 2018 02:30:09 +
Peng Fan peng@nxp.com wrote:
...
> > Thanks for working on this! I think we should rename this driver to imx-mu
> > and
> > unify it, so that it can be used on i.MX7 and i.MX6SX, if needed.
>
>
> Thanks for reviewing the patcset. Communicating w
Sam,
Could you please double-check this patch and confirm that your tag can
be still applied?
Thanks!
On 10 August 2018 at 17:06, Andrew F. Davis wrote:
> On 08/10/2018 08:59 AM, Igor Opaniuk wrote:
>> Implement get_size_of_partition() operation,
>> which is required by the latest upstream liba
On 08/10/2018 08:59 AM, Igor Opaniuk wrote:
> Implement get_size_of_partition() operation,
> which is required by the latest upstream libavb [1].
>
> [1]
> https://android.googlesource.com/platform/external/avb/+/android-p-preview-5
>
> Signed-off-by: Igor Opaniuk
Sam reviewed v1, not sure en
Implement get_size_of_partition() operation,
which is required by the latest upstream libavb [1].
[1] https://android.googlesource.com/platform/external/avb/+/android-p-preview-5
Signed-off-by: Igor Opaniuk
---
Changes for v3:
- reword commit message, added avblib repository link, that stick to
On 08/10/2018 02:56 PM, Simon Goldschmidt wrote:
> On 09.08.2018 23:57, Marek Vasut wrote:
>> On 08/09/2018 09:17 PM, Simon Goldschmidt wrote:
>>> [..]
>>> BTW, the DIP switches even allow the SoCrates to boot from fpga, which
>>> is what I'm currently working on. In this case, it seems like we nee
On Fri, Aug 10, 2018 at 2:54 PM Anand Moon wrote:
> set the value of MEMORY_BANKS_MAX to 8.
> Odroid-XU4 fails to boot with following message
>
> fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4.
> Recompile with higher MEMORY_BANKS_MAX?
> ERROR: arch-specific fdt fixup failed
> - m
On Fri, Aug 10, 2018 at 8:38 AM Jagan Teki wrote:
>
> On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
> > On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki
> > wrote:
> >>
> >> davinci_spi now support dt along with platform data,
> >> respective boards need to switch into dm for the same.
> >>
> >> Cc
On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
> On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki wrote:
>>
>> davinci_spi now support dt along with platform data,
>> respective boards need to switch into dm for the same.
>>
>> Cc: Adam Ford
>> Cc: Vitaly Andrianov
>> Cc: Stefano Babic
>> Cc: Peter
On Fri, Aug 10, 2018 at 06:36:20PM +0530, Lokesh Vutla wrote:
> Add driver model support for OMAP_SERIAL while reusing
> the functions in ns16550.c
>
> Signed-off-by: Lokesh Vutla
> ---
>
> Based on the conclusion on the thread[1], added a separate driver for
> omap uart.
>
> [1] https://patch
On 08/10/2018 02:55 PM, Simon Goldschmidt wrote:
> On 10.08.2018 14:41, Marek Vasut wrote:
>> On 08/10/2018 02:39 PM, Simon Goldschmidt wrote:
>>> On 09.08.2018 23:42, Marek Vasut wrote:
On 08/09/2018 09:04 PM, Simon Goldschmidt wrote:
> There were NULL pointers dereferenced because DM was
Add driver model support for OMAP_SERIAL while reusing
the functions in ns16550.c
Signed-off-by: Lokesh Vutla
---
Based on the conclusion on the thread[1], added a separate driver for
omap uart.
[1] https://patchwork.ozlabs.org/patch/944756/
drivers/serial/Kconfig | 9 +++
drivers/ser
On 09.08.2018 23:57, Marek Vasut wrote:
On 08/09/2018 09:17 PM, Simon Goldschmidt wrote:
[..]
BTW, the DIP switches even allow the SoCrates to boot from fpga, which
is what I'm currently working on. In this case, it seems like we need
a separate config at least, but the dts can still be the same
On 10.08.2018 14:41, Marek Vasut wrote:
On 08/10/2018 02:39 PM, Simon Goldschmidt wrote:
On 09.08.2018 23:42, Marek Vasut wrote:
On 08/09/2018 09:04 PM, Simon Goldschmidt wrote:
There were NULL pointers dereferenced because DM was used
too early without correct initialization:
- malloc_simple
Converts fdtdec_setup_memory_banksize() to use ofnode functions instead.
Signed-off-by: Jens Wiklander
---
lib/fdtdec.c | 46 +-
1 file changed, 21 insertions(+), 25 deletions(-)
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index a208589c48ae..fef2f88f9d1
Adds ofnode_by_prop_value() to search for nodes with a given property
and value, an ofnode version of fdt_node_offset_by_prop_value().
Signed-off-by: Jens Wiklander
---
drivers/core/of_access.c | 27 +++
drivers/core/ofnode.c| 14 ++
include/dm/of_access.h
Hi,
As requested while reviewing
452bc121027d ("fdt: fix fdtdec_setup_memory_banksize()")
heres a patch set converting fdtdec_setup_memory_banksize() to use livetree.
Thanks,
Jens
Jens Wiklander (2):
ofnode: add ofnode_by_prop_value()
fdt: fdtdec_setup_memory_banksize() use livetree
driver
I don't have time to test the generic coreboot support on this board
right now but sounds fine to me.
Thanks,
George McCollister
On Fri, Aug 10, 2018 at 4:39 AM, Bin Meng wrote:
> Now that we have generic coreboot payload support, remove the
> dedicated support for Advantech SOM-6896.
>
> Signed
On Fri, Aug 10, 2018 at 3:50 PM, Adam Ford wrote:
> On Fri, Aug 10, 2018 at 12:14 AM Jagan Teki
> wrote:
>>
>> On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
>> > On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki
>> > wrote:
>> >>
>> >> davinci_spi now support dt along with platform data,
>> >> res
On 08/10/2018 02:39 PM, Simon Goldschmidt wrote:
> On 09.08.2018 23:42, Marek Vasut wrote:
>> On 08/09/2018 09:04 PM, Simon Goldschmidt wrote:
>>> There were NULL pointers dereferenced because DM was used
>>> too early without correct initialization:
>>> - malloc_simple returned NULL when called fr
On 09.08.2018 23:42, Marek Vasut wrote:
On 08/09/2018 09:04 PM, Simon Goldschmidt wrote:
There were NULL pointers dereferenced because DM was used
too early without correct initialization:
- malloc_simple returned NULL when called from preloader_console_init()
because gd->malloc_limit was 0
-
On 08/10/2018 02:01 PM, Tom Rini wrote:
> On Wed, Aug 08, 2018 at 09:37:25PM +0200, Marek Vasut wrote:
>> On 08/08/2018 05:32 PM, Bin Meng wrote:
>>> Hi Marek,
>>>
>>> On Wed, Aug 8, 2018 at 10:33 PM, Marek Vasut wrote:
On 08/08/2018 03:39 PM, Bin Meng wrote:
> Hi Marek,
>
> On We
On Wed, Aug 08, 2018 at 09:37:25PM +0200, Marek Vasut wrote:
> On 08/08/2018 05:32 PM, Bin Meng wrote:
> > Hi Marek,
> >
> > On Wed, Aug 8, 2018 at 10:33 PM, Marek Vasut wrote:
> >> On 08/08/2018 03:39 PM, Bin Meng wrote:
> >>> Hi Marek,
> >>>
> >>> On Wed, Aug 8, 2018 at 9:24 PM, Marek Vasut wr
On 08/10/2018 01:37 PM, Simon Goldschmidt wrote:
> On 10.08.2018 11:51, Marek Vasut wrote:
>> On 08/10/2018 07:22 AM, Simon Goldschmidt wrote:
>>> On 10.08.2018 00:41, Marek Vasut wrote:
On 08/10/2018 12:35 AM, Andy Shevchenko wrote:
> On Fri, Aug 10, 2018 at 12:45 AM, Marek Vasut wrote:
set the value of MEMORY_BANKS_MAX to 8.
Odroid-XU4 fails to boot with following message
fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4.
Recompile with higher MEMORY_BANKS_MAX?
ERROR: arch-specific fdt fixup failed
- must RESET the board to recover.
Fixes: commit 2a1f4f1758b5 (Reve
On 10.08.2018 11:51, Marek Vasut wrote:
On 08/10/2018 07:22 AM, Simon Goldschmidt wrote:
On 10.08.2018 00:41, Marek Vasut wrote:
On 08/10/2018 12:35 AM, Andy Shevchenko wrote:
On Fri, Aug 10, 2018 at 12:45 AM, Marek Vasut wrote:
On 08/09/2018 11:13 PM, Adam Ford wrote:
On Thu, Aug 9, 2018 a
Hi Yinbo,
Better to apply this patch as the final one of this patch-set, after these dts
node patches.
Otherwise, mmc couldn't work at this commit on all boards.
Best regards,
Yangbo Lu
> -Original Message-
> From: Yinbo Zhu [mailto:yinbo@nxp.com]
> Sent: Friday, August 10, 2018 3:5
Hi Yinbo,
> -Original Message-
> From: Yinbo Zhu [mailto:yinbo@nxp.com]
> Sent: Friday, August 10, 2018 3:52 PM
> To: Yinbo Zhu ; york...@freescale.com;
> u-boot@lists.denx.de
> Cc: Y.b. Lu ; Xiaobo Xie ; Andy
> Tang ; Peng Ma
> Subject: [PATCH v5 1/8] dm: mmc: use block layer in mmc
On 08/10/2018 05:42 AM, Bin Meng wrote:
> Hi Marek,
>
> On Thu, Aug 9, 2018 at 6:25 PM, Marek Vasut wrote:
>> On 08/09/2018 11:41 AM, Bin Meng wrote:
>>
>> [...]
>>
>>> Sorry this is a hack to current U-Boot implementation, not fix.
>>
>> I am waiting for a better solution or suggesti
On 08/10/2018 07:22 AM, Simon Goldschmidt wrote:
> On 10.08.2018 00:41, Marek Vasut wrote:
>> On 08/10/2018 12:35 AM, Andy Shevchenko wrote:
>>> On Fri, Aug 10, 2018 at 12:45 AM, Marek Vasut wrote:
On 08/09/2018 11:13 PM, Adam Ford wrote:
> On Thu, Aug 9, 2018 at 2:08 PM Simon Goldschmidt
Since using DM_I2C_COMPAT throws a warning during compilation,
and it isn't really needed any longer, so this patch removes
this feature and shrinks the code a bit.
from:
textdata bss dec hex filename
343326 13388 123448 480162 753a2 u-boot
to:
textdata bss
On Fri, Aug 10, 2018 at 12:14 AM Jagan Teki wrote:
>
> On Wed, Aug 8, 2018 at 6:47 PM, Adam Ford wrote:
> > On Tue, Aug 7, 2018 at 1:29 AM Jagan Teki
> > wrote:
> >>
> >> davinci_spi now support dt along with platform data,
> >> respective boards need to switch into dm for the same.
> >>
> >> C
On 08/10/2018 08:36 AM, AKASHI Takahiro wrote:
> The commit 21b3edfc9644 ("efi_loader: check parameters of CreateEvent")
> enforces a strict parameter check at CreateEvent(). On the other hand,
> UEFI specification version 2.7, section 7.1, says:
>
> The EVT_NOTIFY_WAIT and EVT_NOTIFY_SIGNAL f
This converts the following to Kconfig:
CONFIG_SYS_I2C_DAVINCI
Signed-off-by: Adam Ford
diff --git a/configs/da850_am18xxevm_defconfig
b/configs/da850_am18xxevm_defconfig
index abb2295951..31e0529e40 100644
--- a/configs/da850_am18xxevm_defconfig
+++ b/configs/da850_am18xxevm_defconfig
@@ -3
It was observed sometimes U-Boot as the coreboot payload fails to
boot on QEMU. This is because TSC calibration fails with no valid
frequency. This adds default TSC frequency in the device tree.
Signed-off-by: Bin Meng
---
arch/x86/dts/coreboot.dts | 4
1 file changed, 4 insertions(+)
dif
It was observed sometimes U-Boot as the EFI payload fails to boot on
QEMU. This is because TSC calibration fails with no valid frequency.
This adds default TSC frequency in the device tree.
Signed-off-by: Bin Meng
---
arch/x86/dts/efi-x86_payload.dts | 4
1 file changed, 4 insertions(+)
d
At present if TSC frequency is provided in the device tree, it takes
precedence over hardware calibration result. This swaps the order to
try hardware calibration first and uses device tree as last resort.
This can be helpful when a generic dts (eg: coreboot/efi payload) is
supposed to work on as
There is no need to keep a separate coreboot_fb.dtsi since now we
have a generic coreboot payload dts.
While we are here, this also remove the out-of-date description in
the documentation regarding to coreboot framebuffer driver with
U-Boot loaded as a payload from coreboot. As the testing result
Now that we have generic coreboot payload support, remove the
dedicated support for Advantech SOM-6896.
Signed-off-by: Bin Meng
---
arch/x86/dts/Makefile | 1 -
arch/x86/dts/broadwell_som-6896.dts | 52 -
include/configs/som-6896.h | 2
Currently building U-Boot as the coreboot payload requires user
to change the build configuration for a specific board during
menuconfig process. This uses the board's native device tree
to configure the hardware. For example, the device tree provides
PCI address range for the PCI host controller a
Hi Simon,
On 10.8.2018 10:45, Rajan Vaja wrote:
> All Linux firmware drivers are put under "/firmware" node
> and it has support to populate "/firmware" node by default.
>
> u-boot and Linux can share same DTB. In this case, driver
> probe for devices under "/firmware" will not be invoked
> as "/
On Fri, Aug 10, 2018 at 1:27 PM, Mario Six wrote:
> Hi Christophe,
>
> On Fri, Aug 10, 2018 at 9:35 AM Christophe LEROY
> wrote:
>>
>> Hello Mario,
>>
>> Le 26/04/2018 à 10:36, Mario Six a écrit :
>> > Hi Joakim,
>> >
>> > On Thu, Apr 26, 2018 at 10:23 AM, Joakim Tjernlund
>> > wrote:
>> >> On T
This patch is to enable eSDHC for ls1021a.
Signed-off-by: Yinbo Zhu
---
arch/arm/dts/ls1021a.dtsi |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi
index 5b3fc6a..59c97d5 100644
--- a/arch/arm/dts/ls1021a.dtsi
+++ b/arc
Hi Christophe,
On Fri, Aug 10, 2018 at 9:35 AM Christophe LEROY
wrote:
>
> Hello Mario,
>
> Le 26/04/2018 à 10:36, Mario Six a écrit :
> > Hi Joakim,
> >
> > On Thu, Apr 26, 2018 at 10:23 AM, Joakim Tjernlund
> > wrote:
> >> On Thu, 2018-04-26 at 11:35 +0530, Jagan Teki wrote:
> >>> CAUTION: Thi
This patch is to add eSDHC node for ls2088a.
Signed-off-by: Yinbo Zhu
---
arch/arm/dts/fsl-ls2080a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index b0f8517..2d537ae 100644
--- a/arch/arm/dts/f
This patch is to add eSDHC node for ls1088a.
Signed-off-by: Yinbo Zhu
---
arch/arm/dts/fsl-ls1088a.dtsi |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 077caf3..72d755a 100644
--- a/arch/arm/dts/
This patch is to add eSDHC node for ls1043a.
Signed-off-by: Yinbo Zhu
---
arch/arm/dts/fsl-ls1043a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi
index ff40122..a804f51 100644
--- a/arch/arm/dts/f
This patch is to add eSDHC node for ls1046a.
Signed-off-by: Yinbo Zhu
---
arch/arm/dts/fsl-ls1046a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl-ls1046a.dtsi b/arch/arm/dts/fsl-ls1046a.dtsi
index 4acbaf7..7687d12 100644
--- a/arch/arm/dts/f
This enables the folowing to Kconfig:
CONFIG_BLK
CONFIG_DM_MMC
Signed-off-by: Yinbo Zhu
---
configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++
configs/ls1021atwr_nor_defconfig |2 ++
configs/ls1021atwr_nor_lpuart_defconfig|2 ++
co
This patch adds esdhc clock support for ls1088a and ls2088a.
Signed-off-by: Yinbo Zhu
---
.../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
b/arch/arm/cpu/
At present the MMC subsystem maintains its own list
of MMC devices. This cannot work with driver model
when CONFIG_BLK is enabled, use blk_dread to
replace previous mmc read interface,
use mmc_get_blk_desc to get the mmc device property
Signed-off-by: Yinbo Zhu
---
Change in v5:
u
The Gardena Smart-Gateway boards have a MT7688 SoC with 128 MiB of RAM
and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND storage.
This patch also includes 2 targets. One is the target that can be
programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
added to support loading and
This patch adds basic support for the MediaTek MT7620/88 SoCs. Parts of
the code is copied from the MediaTek GitHub repository:
https://github.com/MediaTek-Labs/linkit-smart-uboot.git
Support for the LinkIt Smart 7688 module and the Gardena Smart Gateway
both based on the MT7688 will be added in
The LinkIt Smart 7688 modules have a MT7688 SoC with 128 MiB of RAM
and 32 MiB of flash (SPI NOR).
The mt7628a.dtsi file is imported from Linux v4.17.
This patch also includes 2 targets. One is the target that can be
programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
added to support
This patch adds the necessary sysreset DT node and enables the required
drivers via Kconfig.
Signed-off-by: Stefan Roese
Cc: Daniel Schwierzeck
---
v2:
- New patch
arch/mips/Kconfig | 1 +
arch/mips/dts/mt7628a.dtsi | 7 +++
2 files changed, 8 insertions(+)
diff --git a/arch/mips
This is needed for the UBIFS support. The file is a copy of
arch/xtensa/include/asm/atomic.h
Signed-off-by: Stefan Roese
Cc: Daniel Schwierzeck
---
v2:
- No change
arch/mips/include/asm/atomic.h | 54 ++
1 file changed, 54 insertions(+)
create mode 100644 arch/
Hello Mario,
Le 26/04/2018 à 10:36, Mario Six a écrit :
Hi Joakim,
On Thu, Apr 26, 2018 at 10:23 AM, Joakim Tjernlund
wrote:
On Thu, 2018-04-26 at 11:35 +0530, Jagan Teki wrote:
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless yo
On Fri, Aug 10, 2018 at 12:26 PM, Stefan Roese wrote:
> This patch adds the SPI driver for the MediaTek MT7688 SoC (and
> derivates). Its been tested on the LinkIt Smart 7688 and the Gardena
> Smart Gateway with and SPI NOR on CS0 and on the Gardena Smart
> Gateway additionally with an SPI NAND on
Program Central Security Unit (CSU) to grant access
permission for USB 2.0 controller, otherwiase EHCI funciton will down.
Signed-off-by: Ran Wang
---
Change in v4:
- None
Change in v3:
- None
Change in v2:
- Add EL checking code to make sure related programming only happen
1 - 100 of 101 matches
Mail list logo