On Mon, Dec 31, 2018 at 12:53:19PM +0800, Bin Meng wrote:
> Hi Tom,
>
> This includes x86 edison defconfig file clean up, and coreboot file
> system (cbfs) fixes.
>
> The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:
>
> Merge tag 'signed-efi-2019.01' of git://githu
On Fri, Dec 21, 2018 at 07:13:39AM -0800, Bin Meng wrote:
> Change the scope of do_bootvx_fdt() to static since it is only
> used in common/bootm_os.c.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Fri, Dec 21, 2018 at 07:13:41AM -0800, Bin Meng wrote:
> Register the 'bootm' function for booting VxWorks kernel for
> RISC-V architecture.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Fri, Dec 21, 2018 at 07:13:40AM -0800, Bin Meng wrote:
> For future extension to other architectures, make do_bootm_vxworks()
> a non-static function.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
On 27/12/18 20:16, Fabio Estevam wrote:
> Hi Tom,
>
> On Wed, Dec 26, 2018 at 9:27 PM Tom Rini wrote:
>
>> There's the list of boards that it might be. Doing a for B in ...;do
>> make O=/tmp/$B ${B}_defconfig oldconfig and I see that yup, ids8313
>> trips on the new symbols without having a val
enx.de/git/u-boot-imx.git tags/u-boot-imx-20190101
for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:
pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
+0100)
imx for 2019.01
- introduce s
Correctly enable/disable bcm6368-net controller to avoid flow issues.
Signed-off-by: Álvaro Fernández Rojas
---
drivers/net/bcm6368-eth.c | 109 ++
1 file changed, 62 insertions(+), 47 deletions(-)
diff --git a/drivers/net/bcm6368-eth.c b/drivers/net/
- Fixes CONFIG_OF_EMBED warning.
- Fixes missing CONFIG_BLK warning for CONFIG_USB.
Signed-off-by: Álvaro Fernández Rojas
---
configs/comtrend_ar5315u_ram_defconfig | 2 +-
configs/comtrend_ar5387un_ram_defconfig | 2 +-
configs/comtrend_ct5361_ram_defconfig| 2 +-
configs/comtrend_vr3032
- v2019.04 for no dm conversion drivers
- v2019.07 for partially converted drivers.
Note: there were many updates on this deadline, so better
not update this again.
Signed-off-by: Jagan Teki
---
Changes for v2:
- %s/convertion/conversion
- split SPI_FLASH warning in separate patch
Makefile
Migration plan for DM_SPI_FLASH is v2019.07 since it
depends on DM_SPI migration.
Signed-off-by: Jagan Teki
---
Changes for v2:
- none
Makefile | 10 ++
1 file changed, 10 insertions(+)
diff --git a/Makefile b/Makefile
index c4d827f259..3e926d839f 100644
--- a/Makefile
+++ b/Makefile
@
On Tue, Jan 01, 2019 at 07:45:03PM +0100, Álvaro Fernández Rojas wrote:
> - Fixes CONFIG_OF_EMBED warning.
> - Fixes missing CONFIG_BLK warning for CONFIG_USB.
>
> Signed-off-by: Álvaro Fernández Rojas
To be clear, some number of these have been boot tested too, right?
Thanks!
--
Tom
signat
Hi Tom,
Please pull this as part of v2019.01 release.
thanks,
Jagan.
The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:
Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2018-12-27
12:59:01 -0500)
are available in the Git repository at:
git://git.
On Sun, Dec 30, 2018 at 1:25 AM Nikolai Zhubr wrote:
>
> 29.12.2018 21:51, Jagan Teki:
> > On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote:
> >>
> >> Add Hynix H27UBG8T2BTR nand chip identification.
> >> These chips are sometimes present in e.g. older A20-olinuxino-micro boards.
> >
> > So th
On Tue, Jan 1, 2019 at 10:40 AM Justus Roßmeier wrote:
>
> Hello,
>
> I just updated my u-boot and found that it won't work on my banana pi m2
> berry anymore, failing with the following message:
>
> U-Boot SPL 2019.01-rc2-00116-g9735326fff (Dec 31 2018 - 12:46:51 +0100)
> DRAM: 0 MiB
> ### ERROR
On 1/1/19 7:45 PM, Álvaro Fernández Rojas wrote:
> - Fixes CONFIG_OF_EMBED warning.
> - Fixes missing CONFIG_BLK warning for CONFIG_USB.
More details on those warnings that are supposedly fixed would be
appreciated. It's really unclear what this patch does.
--
Best regards,
Marek Vasut
_
On 1/1/19 4:28 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:45 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> Add FPGA driver to support program FPGA with FPGA bitstream loading
>>> from
>>> filesystem. The driver are
On 1/1/19 4:51 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:54 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Marek Vasut
>>>
>>> Update the default configuration file to enable the necessary
>>> functionality
>>> the get the kit working. T
On 1/1/19 4:10 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:46 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This patch adds description on properties about file name used for
>>> both
>>> peripheral bitstream and co
On 1/1/19 4:32 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:47 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> Update the default configuration file to enable the necessary
>>> functionality
>>> to get the SoCFPGA load
On 1/1/19 4:39 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:51 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> Add support for loading FPGA bitstream to get DDR up running before
>>> U-Boot is loaded into DDR. Boot dev
On 1/1/19 3:52 AM, Chee, Tien Fong wrote:
> On Sun, 2018-12-30 at 16:44 +0100, Marek Vasut wrote:
>> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> These series of patches enable peripheral bitstream being
>>> programmed into FPGA
>>> to get the DDR up ru
The TPC70 can boot from eMMC's boot0. This patch allows it to update
this HW partition's SPL.
Signed-off-by: Lukasz Majewski
---
include/configs/kp_imx6q_tpc.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h
index ee9c56bc
Signed-off-by: Lukasz Majewski
---
include/configs/kp_imx6q_tpc.h | 21 +
1 file changed, 21 insertions(+)
diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h
index b6b27ee1d5..ee9c56bc21 100644
--- a/include/configs/kp_imx6q_tpc.h
+++ b/include/conf
The TPC70 can boot from SD card (debug/development) and eMMC (production).
The board_boot_order() function provides a run time check for the device
from which one wants to boot (it is selected by GPIO pins setup).
Moreover, a fallback to SD card is provided if the detection is not
possible or work
This commit is necessary to be able to re-use the pinctrl code in early
SPL to properly configure pins.
The problem is that those "static" structures are placed in the SDRAM
area, which corresponds to u-boot proper (not even SPL). Hence, when
one wants to configure pins before relocation via DTS/D
This patch series converts imx6q based tpc70 board to use driver model and
device tree description in SPL and u-boot proper.
All the non-DM parts of the code has been removed.
This patch series also has several early DM issues fixed for imx6q - for
example the pinctrl static definitions.
Also, t
With the current code, it is not possible to assign different than default
numbers for mmc controllers.
Several in-tree boards depend on the pre-dm setup, corresponding to
following aliases:
mmc0 = &usdhc2; --> fsl,usdhc-index = <1>
mmc1 = &usdhc4; --> fsl,usdhc-index = <3>
Without this patch we
Signed-off-by: Lukasz Majewski
---
board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 4
1 file changed, 4 insertions(+)
diff --git a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
index bcc22b1aa8..f0c97ba368 100644
--- a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
+++ b/bo
This is a cosmetic change, just to use proper define.
Signed-off-by: Lukasz Majewski
---
board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c
index ace986fa05..b
This commit fixes warnings produced by newest in u-boot DTC compiler:
'unnecessary #address-cells/#size-cells without "ranges" or child "reg"
property'
Signed-off-by: Lukasz Majewski
---
arch/arm/dts/imx6q.dtsi | 4
arch/arm/dts/imx6qdl.dtsi | 9 -
2 files changed, 13 deletions(
This commit moves the TPC70 to use device model and device tree description
in both SPL and u-boot proper.
Signed-off-by: Lukasz Majewski
---
arch/arm/mach-imx/mx6/Kconfig | 10 ++
board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 174 --
board/k+p/kp_imx6q_t
This patch provides a generic way to setup ENET (ETH) clocks for imx6(q)
based boards. Previously this was performed per board in the
board_eth_init() function.
Signed-off-by: Lukasz Majewski
---
arch/arm/include/asm/arch-mx6/clock.h | 1 +
arch/arm/mach-imx/mx6/clock.c | 17 ++
This commit defines the TPC70 imx6q board with device tree description.
Signed-off-by: Lukasz Majewski
---
arch/arm/dts/imx6q-kp.dts | 227 ++
1 file changed, 227 insertions(+)
create mode 100644 arch/arm/dts/imx6q-kp.dts
diff --git a/arch/arm/dts/i
This patch is necessary to initialize some board/soc specific clocks -
like anatop, which is used to clock PHY and FEC block itself.
The initialization is performed with device tree by introducing two new
properties - namely;
'fsl,enet-loopback-clk' and 'fsl,enet-freq' which specify the need to
se
The DM_FLAG_PRE_RELOC shall be enabled as this driver is going to be
re-used in the i.MX based SoCs.
It is crucial to have running the serial console before relocation.
Signed-off-by: Lukasz Majewski
---
drivers/serial/serial_mxc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/s
This patch is a preparation for the imx6q to use DTS in the SPL for very
early configuration, as 'u-boot,dm-pre-reloc;' is necessary to initialize
uart and SD/eMMC controllers in SPL.
Signed-off-by: Lukasz Majewski
---
arch/arm/dts/imx6qdl.dtsi | 5 +
1 file changed, 5 insertions(+)
diff -
h 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
> 09:36:55 -0500)
>
> are available in the Git repository at:
>
> git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101
>
> for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:
&g
On Wed, Jan 02, 2019 at 12:52:05AM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this as part of v2019.01 release.
>
> thanks,
> Jagan.
>
> The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:
>
> Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> Signed-off-by: Lukasz Majewski
The tags should be ARM: imx: ...
The commit message is missing.
> ---
>
> include/configs/kp_imx6q_tpc.h | 21 +
> 1 file changed, 21 insertions(+)
>
> diff --git a/include/configs/kp_imx6q_tpc.h
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> The TPC70 can boot from eMMC's boot0. This patch allows it to update
> this HW partition's SPL.
>
> Signed-off-by: Lukasz Majewski
> ---
>
> include/configs/kp_imx6q_tpc.h | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/configs
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This commit fixes warnings produced by newest in u-boot DTC compiler:
> 'unnecessary #address-cells/#size-cells without "ranges" or child "reg"
> property'
>
> Signed-off-by: Lukasz Majewski
I presume the DTSIs are taken from Linux, is this a backpor
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This is a cosmetic change, just to use proper define.
>
> Signed-off-by: Lukasz Majewski
The subject tags are wrong, fix globally.
> ---
>
> board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff -
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This commit is necessary to be able to re-use the pinctrl code in early
> SPL to properly configure pins.
>
> The problem is that those "static" structures are placed in the SDRAM
> area, which corresponds to u-boot proper (not even SPL). Hence, when
>
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> With the current code, it is not possible to assign different than default
> numbers for mmc controllers.
>
> Several in-tree boards depend on the pre-dm setup, corresponding to
> following aliases:
>
> mmc0 = &usdhc2; --> fsl,usdhc-index = <1>
> mmc1
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This commit defines the TPC70 imx6q board with device tree description.
>
> Signed-off-by: Lukasz Majewski
Is this pulled from Linux ?
--
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This patch provides a generic way to setup ENET (ETH) clocks for imx6(q)
> based boards. Previously this was performed per board in the
> board_eth_init() function.
>
> Signed-off-by: Lukasz Majewski
> ---
>
> arch/arm/include/asm/arch-mx6/clock.h |
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> The DM_FLAG_PRE_RELOC shall be enabled as this driver is going to be
> re-used in the i.MX based SoCs.
>
> It is crucial to have running the serial console before relocation.
But the patch doesn't do what the subject/commit message claims is does.
If I
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This patch is necessary to initialize some board/soc specific clocks -
> like anatop, which is used to clock PHY and FEC block itself.
>
> The initialization is performed with device tree by introducing two new
> properties - namely;
> 'fsl,enet-loopbac
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
> This patch is a preparation for the imx6q to use DTS in the SPL for very
> early configuration, as 'u-boot,dm-pre-reloc;' is necessary to initialize
> uart and SD/eMMC controllers in SPL.
>
> Signed-off-by: Lukasz Majewski
Should be in U-Boot specific
Hi Lukas
> > From: Lukas Auer [mailto:lukas.a...@aisec.fraunhofer.de]
> > Sent: Monday, December 31, 2018 2:28 AM
> > To: u-boot@lists.denx.de
> > Cc: Anup Patel; Lukas Auer; Rick Jian-Zhi Chen(陳建志); Bin Meng; Greentime Hu
> > Subject: [PATCH 2/6] riscv: remove invalid dcache flush implementation
Use a single '=' to test string equality for compatibility with non-bash
shells. Otherwise, if /bin/sh is dash, build fails:
./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator
./tools/imx8m_image.sh: 1
There is no need to set the ARCH variable when building U-Boot. In fact,
the ARCH name in U-Boot is 'arm'.
Signed-off-by: Baruch Siach
---
board/freescale/imx8mq_evk/README | 1 -
1 file changed, 1 deletion(-)
diff --git a/board/freescale/imx8mq_evk/README
b/board/freescale/imx8mq_evk/README
i
52 matches
Mail list logo