On 22.02.2018 07:29, See, Chin Liang wrote:
On Wed, 2018-02-21 at 20:23 +0100, Marek Vasut wrote:
On 02/21/2018 08:39 AM, chin.liang@intel.com wrote:
From: Chin Liang See
Enable Macronix flash support for Cyclone5 SoC
Do these boards actually have a macronix flash ? Most of the ones I
kn
On Wed, 2018-02-21 at 20:23 +0100, Marek Vasut wrote:
> On 02/21/2018 08:39 AM, chin.liang@intel.com wrote:
> >
> > From: Chin Liang See
> >
> > Enable Macronix flash support for Cyclone5 SoC
> Do these boards actually have a macronix flash ? Most of the ones I
> know
> of do not.
Good ques
On Thu, 2018-02-15 at 15:59 +0100, Marek Vasut wrote:
> On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > cmd_ubifs_mount() function would be called directly instead of
> > involving whole command machinery for mounting ubifs in
> > generic firmware loa
Hi Joe,
> -Original Message-
> From: Calvin Johnson [mailto:calvin.john...@nxp.com]
> Sent: Thursday, February 15, 2018 7:47 PM
> To: u-boot@lists.denx.de
> Cc: joe.hershber...@ni.com; York Sun ; Anji Jagarlmudi
> ; Calvin Johnson
> Subject: [PATCH v2 00/13] LS1012A PFE driver patch serie
As we are running into issues where the final U-Boot FIT image file is
exceeding our size limit, add a hint to the README.sunxi64 file
to point out the possibility of building non-debug versions of the ATF
binary. This is about 12KB smaller than the standard debug build, and
so again allows success
Hi Duncan,
On Wed, Feb 21, 2018 at 6:39 PM, Duncan Hare wrote:
> On Mon, 12 Feb 2018 13:35:11 -0600
> Joe Hershberger wrote:
>
>
>> >> >>
>> >> >> > I need to determine if it
>> >> >> > uses CONFIG_SYS_RX_ETH_BUFFER" from net.h and the
>> >> >> > "net_rx_packets" buffer pool defined in net/net.c
From: Breno Lima
The README.mxc_hab is outdated and need improvements, add the following
modifications:
- Reorganize document and remove duplicate content
- Add CST download link
- Update CST package name
- Align command lines with CST v2.3.3
- Update U-Boot binary name
- Remove CSF padding sinc
From: Breno Lima
Currently the High Assurance Boot procedure is documented in two
places:
- doc/README.imx6
- doc/README.mxc_hab
It is better to consolidate all HAB related information into
README.mxc_hab file, so move the content from README.imx6 to
README.mxc_hab.
Signed-off-by: Breno Lima
On Mon, 12 Feb 2018 13:35:11 -0600
Joe Hershberger wrote:
> >> >>
> >> >> > I need to determine if it
> >> >> > uses CONFIG_SYS_RX_ETH_BUFFER" from net.h and the
> >> >> > "net_rx_packets" buffer pool defined in net/net.c
> >> >> >
> >> >
> >> > Two solutions:
> >> >
> >> > Option 1.
> >> >
On 15.02.18 07:40, Andre Heider wrote:
> This fixes walking the cbfs file list because the bound checks do not
> apply to header components.
>
> Output of coreboot's cbfstool:
> Name Offset Type Size Comp
> cbfs master header 0x0
On 15.02.18 07:40, Andre Heider wrote:
> The value at the end of the rom is not a pointer, it is an offset
> relative to the end of rom.
Do you have any documentation pointers to this? Even just pointing to a
specific line of code in coreboot would be helpful in case anyone wants
to read it up.
On 15.02.18 07:40, Andre Heider wrote:
> The cast breaks the pointer on 64bit archs, so lets get rid of it.
>
> Signed-off-by: Andre Heider
Reviewed-by: Alexander Graf
Alex
> ---
> cmd/cbfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/cbfs.c b/cmd/cbfs.c
On 02/21/2018 08:39 AM, chin.liang@intel.com wrote:
> From: Chin Liang See
>
> Enable Macronix flash support for Cyclone5 SoC
Do these boards actually have a macronix flash ? Most of the ones I know
of do not.
> Signed-off-by: Chin Liang See
> ---
> configs/socfpga_cyclone5_defconfig|
On 02/20/2018 08:17 AM, Lukasz Majewski wrote:
>
> Dear Marek, Tom,
>
> Travis CI:
> https://travis-ci.org/lmajewski/u-boot-dfu/builds/343576773
>
> Tested-by: Lukasz Majewski
> Test HW: Beagle Bone Black
>
> I've found another fix for gadget (fastboot), which was "delegated" to
> me on patchw
On 02/21/2018 04:57 AM, Heinrich Schuchardt wrote:
> If SYS_STDIO_DEREGISTER is not selected and USB_KEYBOARD is selected
> U-Boot cannot be built due to missing function stdio_deregister_dev.
>
> So USB_KEYBOARD should select SYS_STDIO_DEREGISTER.
>
> Signed-off-by: Heinrich Schuchardt
> ---
>
On 21 February 2018 at 08:16, Marcel Ziswiler wrote:
>
> From: Marcel Ziswiler
>
> The Tegra NAND driver recently got broken by ongoing driver model resp.
> live tree migration work:
>
> NAND: Could not decode nand-flash in device tree
> Tegra NAND init failed
> 0 MiB
>
> A patch for NAND uclass
On 02/21/2018 10:48 AM, Alexey Brodkin wrote:
> If we use hardware with very small RAM (let's consider just a couple
> of hundreds of kB but not megabytes) it is not super convenient to lose
> 64kB for statically allocated bufer which most probably won't be used
> as big as it is. Typically we'll h
Add entry for ISSI IS25LP256 part.
Signed-off-by: Marek Vasut
Cc: Jagan Teki
---
drivers/mtd/spi/spi_flash_ids.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 262d81e98d..b789219e4e 100644
--- a/drivers/mtd/spi/spi_fl
On 21/02/2018 11:10, Alex Kiernan wrote:
On Wed, Feb 21, 2018 at 9:20 AM, Alex Kiernan wrote:
On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote:
Hey all,
So, we're a day late. That's because I wanted the MMC PR to come in for
some important fixes, and it was too late in my day to then push
Enable watchdog with reset-on-timeout feature.
Signed-off-by: Michal Simek
---
arch/arm/dts/zynq-zc706.dts | 4
configs/zynq_zc706_defconfig | 2 ++
2 files changed, 6 insertions(+)
diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts
index d342306293b4..a88a83c16650 10
Watchdog is only enabled in full u-boot. Adoption for SPL should be also
done because that's the right place where watchdog should be enabled.
Signed-off-by: Michal Simek
---
arch/arm/Kconfig | 1 +
board/xilinx/zynq/board.c | 49 +++
2 file
From: Shreenidhi Shedi
This IP can be found on Zynq and ZynqMP devices.
The driver was tested with reset-on-timeout; feature.
Also adding WATCHDOG symbol to Kconfig because it is required.
Signed-off-by: Shreenidhi Shedi
Signed-off-by: Michal Simek
---
drivers/watchdog/Kconfig| 11 ++
Hi Zoran,
On 21/02/2018 11:45, Zoran S wrote:
> Hello to U-Boot list,
>
> I have encountered an interesting problem which I do not entirely
> understand. I am trying to boot MLO and u-boot.bin from the SD Card,
> and rest from the initramfs.
>
> I tried several initramfs images, and so far I am
Hi,
I'm working on a dev board the SoC is Broadcom Cygnus with 256MiB of RAM
Booting a Kernel and device tree works fine.
But booting a Kernel with initramfs and a device tree make a strange behavior.
Don't want to say stupid things but It seems that the Kernel didn't
find the device tree and try
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/sfr,nb4-ser.dts | 24
configs/sfr_nb4-ser_ram_defconfig | 8 +++-
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/arch/mips/dts/sfr,nb4-ser.dts b/arch/mips/dts
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6338.dtsi | 15 +++
1 file changed, 15 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6338.dtsi b/arch/mips/dts/brcm,bcm6338.dtsi
index 4125f71d9f..621278c9d1 100644
--- a/arch/mips/dts
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: select DMA_CHANNELS.
drivers/net/Kconfig| 10 +
drivers/net/Makefile | 1 +
drivers/net/bcm6348-eth.c | 517 +
include/configs/bmips_common.h | 5 +-
4 files cha
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/sagem,f...@st1704.dts | 12
configs/sagem_f@st1704_ram_defconfig | 9 -
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/arch/mips/dts/sagem,f...@st1704.dts
b/arch/mip
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6348.dtsi | 26 ++
1 file changed, 26 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6348.dtsi b/arch/mips/dts/brcm,bcm6348.dtsi
index d774c59665..e540865019 100644
--- a/ar
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
include/phy.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/phy.h b/include/phy.h
index 0543ec10c2..8f3e53db01 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -50,6 +50,7 @@
typedef enum {
+ PH
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/comtrend,ct-5361.dts| 12
configs/comtrend_ct5361_ram_defconfig | 8 +++-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/arch/mips/dts/comtrend,ct-5361.dts
b/arch/mips/d
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6358.dtsi | 18 ++
include/dt-bindings/dma/bcm6358-dma.h | 17 +
2 files changed, 35 insertions(+)
create mode 100644 include/dt-bindings/dma/bcm6358-dma.h
diff
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6358.dtsi | 28
1 file changed, 28 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index 1468e4f63a..04329864c2 100644
--- a/
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/huawei,hg556a.dts | 12
configs/huawei_hg556a_ram_defconfig | 8 +++-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/arch/mips/dts/huawei,hg556a.dts b/arch/mips/dts/huawe
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6338.dtsi | 14 ++
include/dt-bindings/dma/bcm6338-dma.h | 15 +++
2 files changed, 29 insertions(+)
create mode 100644 include/dt-bindings/dma/bcm6338-dma.h
diff --git
This adds channels support for dma controllers that have multiple channels
which can transfer data to/from different devices (enet, usb...).
Signed-off-by: Álvaro Fernández Rojas
---
v3: Introduce changes reported by Simon Glass:
- Improve dma-uclass.h documentation.
- Switch to live tree AP
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6348.dtsi | 16
include/dt-bindings/dma/bcm6348-dma.h | 17 +
2 files changed, 33 insertions(+)
create mode 100644 include/dt-bindings/dma/bcm6348-dma.h
diff -
BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs.
Signed-off-by: Álvaro Fernández Rojas
---
v3: no changes
v2: Fix dma rx burst config and select DMA_CHANNELS.
drivers/dma/Kconfig | 9 +
drivers/dma/Makefile| 1 +
drivers/dma/bcm6348-iudma.c | 505 +
Move dma_ops to a separate header file, following other uclass implementations.
While doing so, this patch also improves dma_ops documentation.
Signed-off-by: Álvaro Fernández Rojas
---
v3: Introduce changes reported by Simon Glass:
- Improve dma-uclass.h documentation.
- Switch to live tree
In order to add bcm6348-enet support, dma-uclass must be extended to support
dma channels and reworked to operate like the other dm uclass (clk, reset...).
This is a RFC, so please give you feedback on the things that I should
fix or rework.
v3: Introduce changes reported by Simon Glass:
- Impro
Hi Simon,
El 20/02/2018 a las 19:49, Simon Glass escribió:
Hi Alvaro,
On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote:
This adds channels support for dma controllers that have multiple channels
which can transfer data to/from different devices (enet, usb...).
Signed-off-by: Álvaro
watchdog clock is also connected to cpu 1X clocksource.
Zynq> clk dump
...
Before:
swdt 4294967290
After:
swdt 0
Signed-off-by: Michal Simek
---
drivers/clk/clk_zynq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk_zy
From: Marcel Ziswiler
The Tegra NAND driver recently got broken by ongoing driver model resp.
live tree migration work:
NAND: Could not decode nand-flash in device tree
Tegra NAND init failed
0 MiB
A patch for NAND uclass support was proposed about a year ago:
https://patchwork.ozlabs.org/patc
From: Marcel Ziswiler
U-Boot on Harmony recently got broken by ongoing driver model resp. live
tree migration work:
U-Boot 2018.03-rc3 (Feb 21 2018 - 15:43:08 +0100)
TEGRA20
Model: NVIDIA Tegra20 Harmony evaluation board
Board: NVIDIA Harmony
DRAM: 1 GiB
Video device 'dc@5420' cannot alloc
On Wed, Feb 21, 2018 at 04:07:03PM +0100, Maxime Ripard wrote:
> On Wed, Feb 21, 2018 at 09:54:41AM -0500, Tom Rini wrote:
> > On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote:
> > > On 21.02.2018 14:35, Tom Rini wrote:
> > > >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majews
On Wed, Feb 21, 2018 at 09:54:41AM -0500, Tom Rini wrote:
> On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote:
> > On 21.02.2018 14:35, Tom Rini wrote:
> > >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
> > >>On Tue, 20 Feb 2018 09:00:56 +0100
> > >>Maxime Ripard
On 21.02.2018 15:54, Tom Rini wrote:
On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote:
On 21.02.2018 14:35, Tom Rini wrote:
On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
On Tue, 20 Feb 2018 09:00:56 +0100
Maxime Ripard wrote:
On Mon, Feb 19, 2018 at 07:47
On Wed, Feb 21, 2018 at 02:55:29PM +0100, Maxime Ripard wrote:
> On Wed, Feb 21, 2018 at 08:35:47AM -0500, Tom Rini wrote:
> > On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
> > > On Tue, 20 Feb 2018 09:00:56 +0100
> > > Maxime Ripard wrote:
> > >
> > > > On Mon, Feb 19, 2018 at
On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote:
> On 21.02.2018 14:35, Tom Rini wrote:
> >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
> >>On Tue, 20 Feb 2018 09:00:56 +0100
> >>Maxime Ripard wrote:
> >>
> >>>On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Prot
On 21.02.2018 14:35, Tom Rini wrote:
On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
On Tue, 20 Feb 2018 09:00:56 +0100
Maxime Ripard wrote:
On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Protsenko wrote:
On 18 February 2018 at 23:22, Wolfgang Denk wrote:
Dear Sam,
In mess
On 02/20/2018 09:27 PM, Bryan O'Donoghue wrote:
>
>
> On 19/02/18 15:44, Tom Rini wrote:
>> On Fri, Feb 02, 2018 at 04:56:57PM +0100, Dr. Philipp Tomsich wrote:
>>> Bryan,
>>>
On 2 Feb 2018, at 16:37, Bryan O'Donoghue
wrote:
On 02/02/18 15:02, Dr. Philipp Tomsich wr
On Wed, 2018-02-21 at 10:34 +0100, Simon Goldschmidt wrote:
> On 21.02.2018 08:40, chin.liang@intel.com wrote:
> >
> > From: Chin Liang See
> >
> > Ensure "spi-flash" is added into compatible string when there is
> > NOR flash being instantiated in DTS. Discovered "sf probe" command
> > with
On Wed, Feb 21, 2018 at 08:35:47AM -0500, Tom Rini wrote:
> On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
> > On Tue, 20 Feb 2018 09:00:56 +0100
> > Maxime Ripard wrote:
> >
> > > On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Protsenko wrote:
> > > > On 18 February 2018 at 23:2
On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote:
> On Tue, 20 Feb 2018 09:00:56 +0100
> Maxime Ripard wrote:
>
> > On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Protsenko wrote:
> > > On 18 February 2018 at 23:22, Wolfgang Denk wrote:
> > > > Dear Sam,
> > > >
> > > > In messag
As of now newer pmufw is keeping old interfaces. That's why permit
u-boot to run on newer version. Recommended version will be setup later.
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv8/zynqmp/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv8/zynq
Bryan,
> On 21 Feb 2018, at 04:27, Bryan O'Donoghue wrote:
>
> On 19/02/18 15:44, Tom Rini wrote:
>> On Fri, Feb 02, 2018 at 04:56:57PM +0100, Dr. Philipp Tomsich wrote:
>>> Bryan,
>>>
On 2 Feb 2018, at 16:37, Bryan O'Donoghue
wrote:
On 02/02/18 15:02, Dr. Phi
usdhc4 has eMMC on icore-rqs boards, SPL is not detecting
it becuase of u-boot,dm-spl flag so add it to make eMMC working.
Signed-off-by: Jagan Teki
---
arch/arm/dts/imx6qdl-icore-rqs.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-icore-rqs.dtsi
b/arch/arm/dts/i
On Wed, Feb 21, 2018 at 09:41:10PM +0900, Masahiro Yamada wrote:
> 2018-02-21 21:19 GMT+09:00 Tom Rini :
> > On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote:
> >> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada :
> >> > U-Boot pulled in several core makefiles from Linux. The following
>
2018-02-21 21:19 GMT+09:00 Tom Rini :
> On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote:
>> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada :
>> > U-Boot pulled in several core makefiles from Linux. The following
>> > are not used in U-Boot:
>> >
>> > - CONFIG_DEBUG_SECTION_MISMATCH
>>
Synopsys Data Fusion subsystem (DFSS) is targeted to deeply built-in
use-cases and so to save some silicon area decision was made to
escape usage of any busses and use instead directly wired to CPU
peripherals. And one of those is DW APB UART.
Later DFSS became a part of larger and more complicate
On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote:
> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada :
> > U-Boot pulled in several core makefiles from Linux. The following
> > are not used in U-Boot:
> >
> > - CONFIG_DEBUG_SECTION_MISMATCH
> > - CONFIG_FTRACE_MCOUNT_RECORD
> > - CON
Trying to porting uboot to a new board. I'm testing new ubbo by
loading it in ram...
It does run but then it stops
I enabled debug
Here is the bootlog. any idea?
https://pastebin.com/d8LbHL2D
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.
Hello to U-Boot list,
I have encountered an interesting problem which I do not entirely
understand. I am trying to boot MLO and u-boot.bin from the SD Card,
and rest from the initramfs.
I tried several initramfs images, and so far I am always failing on
the same place:
[2.135533] No filesyste
We improve on 2 things:
1. Only ARC HS family has "dmb" instructions so do compile-time
check for automatically defined macro __ARCHS__.
Previous check for ARCv2 ISA was not good enough because ARC EM
family is v2 ISA as well but still "dmb" instaruction is not
supported in EM fami
On Wed, Feb 21, 2018 at 9:20 AM, Alex Kiernan wrote:
> On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote:
>> Hey all,
>>
>> So, we're a day late. That's because I wanted the MMC PR to come in for
>> some important fixes, and it was too late in my day to then push a
>> release. I think we probabl
Most of architectures have .text section situated in the very beginning
of U-Boot binary and thus it is very logical that CONFIG_SYS_TEXT_BASE
is used on final linkage step to specify where U-Boot gets linked to.
For that we pass the following construction to the LD:
>8
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Alexey
> Brodkin
> Sent: Wednesday, February 21, 2018 3:18 PM
> To: u-boot@lists.denx.de
> Cc: Marek Vasut ; Alexey Brodkin
>
> Subject: [U-Boot] [PATCH] usb: dwc2: Reduce data buffer size to 16kB
>
> I
If we use hardware with very small RAM (let's consider just a couple
of hundreds of kB but not megabytes) it is not super convenient to lose
64kB for statically allocated bufer which most probably won't be used
as big as it is. Typically we'll have much shorter data packages to
excahnge and in the
On 21.02.2018 08:40, chin.liang@intel.com wrote:
From: Chin Liang See
Ensure "spi-flash" is added into compatible string when there is
NOR flash being instantiated in DTS. Discovered "sf probe" command
without argument would hit error if spi-flash compatible string
is missing.
This has a
On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote:
> Hey all,
>
> So, we're a day late. That's because I wanted the MMC PR to come in for
> some important fixes, and it was too late in my day to then push a
> release. I think we probably have a few more fixes that need to come
> in, but hopefully
Hi Alexander,
On 02/21/2018 05:44 PM, Alexander Kochetkov wrote:
>
>> Do you mean SD-card or MMC-card? :)
>> SD doesn't have EXT_CSD register.
>
> I see now. MMC-card. So, send v2? or you can simple fix SD with MMC in commit
> msg.
If you're ok, i will apply yours after changing commit-msg.
B
> Do you mean SD-card or MMC-card? :)
> SD doesn't have EXT_CSD register.
I see now. MMC-card. So, send v2? or you can simple fix SD with MMC in commit
msg.
>
> - Removed Pantelis's mail account. Instead, add my account, plz.
I took it from here:
https://www.denx.de/wiki/U-Boot/Custodians
Re
Hi,
On 02/21/2018 05:03 PM, Alexander Kochetkov wrote:
>
>> 21 февр. 2018 г., в 9:37, Jaehoon Chung написал(а):
>>
>> I'm confusing about commit-msg. "SD-card with EXT_CSD_REV"?
>>
>> Best Regards,
>> Jaehoon Chung
>
> I glad to write better, but don’t know. Would this one better?
>
> In futur
> 21 февр. 2018 г., в 9:37, Jaehoon Chung написал(а):
>
> I'm confusing about commit-msg. "SD-card with EXT_CSD_REV"?
>
> Best Regards,
> Jaehoon Chung
I glad to write better, but don’t know. Would this one better?
In future, SD-cards with revision 9 (with REV value 9 inside EXT_CSD register)
74 matches
Mail list logo