Fix the DDR2 configuration to make SPL work.
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 7 ++-
board/atmel/sama5d4ek/sama5d4ek.c | 16 +++-
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-at91/inclu
Add the "u-boot,dm-pre-reloc" property to determine which nodes
which are needed by SPL and by the board_init_f stage.
Signed-off-by: Wenyou Yang
---
arch/arm/dts/at91-sama5d2_xplained.dts | 12
arch/arm/dts/sama5d2.dtsi | 20
2 files changed, 32 i
Remove the unnecessary header files.
Signed-off-by: Wenyou Yang
---
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/board/atmel/sama5d2_xplained/sama5d2_xplained.c
b/board/atmel/sama5d2_xplained/sama5d2_xplained.c
index c23cb0ecdd..48f45b35c
Enable config options to support the SPL, increase the malloc
memory size for the SPL and board_init_f stage and increase
the memory space for the SPL binary.
Signed-off-by: Wenyou Yang
---
configs/sama5d2_xplained_mmc_defconfig | 8 +++-
configs/sama5d2_xplained_spiflash_defconfig | 7
Due to the pin configuration and clock enabling is handling by the
driver, remove the unneeded hardcode uart1 init during
board_early_init_f stage.
Signed-off-by: Wenyou Yang
---
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
Enable CONFIG_DM_ETH to make MACB to support driver model.
Because the USB Ether doesn't support driver model so far,
remove this feature.
Signed-off-by: Wenyou Yang
---
configs/sama5d2_xplained_mmc_defconfig | 2 ++
configs/sama5d2_xplained_spiflash_defconfig | 2 ++
include/configs/sa
Because the MACB driver supports the driver model and device tree,
the pins configuration and clock enabling are handled by the
pinctrl driver and clock driver, remove this hardcoded init code.
The USB Ether init code is removed as well.
Signed-off-by: Wenyou Yang
---
board/atmel/sama5d2_xplai
Add clock property for uart1 node.
Signed-off-by: Wenyou Yang
---
arch/arm/dts/sama5d2.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index a881d9e05c..d976fd4936 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.
Update to make SPL work, enable the early debug UART work in SPL,
convert MACB to support driver model, and some miscs removals.
Wenyou Yang (7):
ARM: dts: sama5d2: add clock property for uart1 node
ARM: dts: sama5d2_xplained: update for SPL
configs: sama5d2_xplained: enable CONFIG_DM_ETH
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/sama5d3_xplained/sama5d3_xplained.
Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.
Signed-off-by: Wenyou Yang
---
Changes in v3:
- Convert the macb to support DM and clean up macb init code.
- Remain the SPI speed macros.
- Update the config options for SPL.
- Update the co
Update the configuration files to support the device tree and driver
model, so do SPL. The device clock and pins configuration are handled
by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
configs/sama5d3_xplained_mmc_defc
Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/sama5d3xek/sama5d3xek.c| 13 -
configs/sama5d3xek_mmc_defconfig | 6 ++
configs/sam
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/sama5d3xek/sama5d3xek.c | 109 +---
Update the configuration files to support the device tree and
driver model, so do SPL. The device clock and pins configuration
are handled by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/sama5d3xek/sama5d3xek
The purpose of patch set is to convert the board to support device
tree and driver model, and enable the early debug UART as well.
It is based on the patch set:
[PATCH v8 0/2] pinctrl: at91: Add pinctrl driver
https://lists.denx.de/pipermail/u-boot/2017-March/284577.html
Changes in
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2:
-
Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/sama5d4_xplained/sama5d4_xplained.c | 13 -
con
Enable the early debug UART to debug problems when an ICE or other
debug mechanism is not available.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4:
- Convert the macb to support DM and clean up macb init code.
- Remain the SPI speed macros.
- Update the config op
Update the configuration files to support the device tree and driver
model, so do SPL. The device clock and pins configuration are handled
by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Chan
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2:
-
Update the configuration files to support the device tree and
driver model, so do SPL. The device clock and pins configuration
are handled by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Chan
Add #ifndef CONFIG_DM_GPIO for CONFIG_AT91_GPIO define to avoid
the redefine compilation error.
Signed-off-by: Wenyou Yang
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
include/configs/at91-sama5_common.h | 2 ++
1 file changed, 2 insertions(+)
The purpose of patch set is to convert the board to support device
tree and driver model, and enable the early debug UART as well.
It is based on the patch set:
[PATCH v8 0/2] pinctrl: at91: Add pinctrl driver
https://lists.denx.de/pipermail/u-boot/2017-March/284577.html
Changes in
On Fri, Mar 10, 2017 at 9:40 AM, Marek Vasut wrote:
> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
>> Add reset driver support for Arria 10.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/mach-socfpga/Makefile | 2 +
>> arch/arm/mach-s
On Wed, Mar 22, 2017 at 10:26 PM, Marek Vasut wrote:
> On 03/22/2017 10:45 AM, Ley Foon Tan wrote:
>> On Fri, Mar 10, 2017 at 9:53 AM, Marek Vasut wrote:
>>> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
Convert Altera ddr driver to use Kconfig method. Enable ALTERA_SDRAM
by default if it
Add the device tree file for sama5d4ek board.
The dts file is copied from Linux-4.4, do the following changes.
- add the "u-boot,dm-pre-reloc" property to determine which nodes
which are needed by SPL and by the board_init_f stage.
- fix the compilation warning.
Signed-off-by: Wenyou Yang
-
Add the device tree files for sama5d4 Xplained board.
The dts files are copied from Linux-4.4, do the following changes.
- add reg property for pinctrl node.
- move the gpio nodes(pioA, pioB, pioC ...) from the pinctrl child's
nodes to its slibling nodes.
- add the "u-boot,dm-pre-reloc" prop
Add the device tree files for sama5d3xek board.
The dts files are copied from Linux-4.9, do the changes as below.
- add reg property for the pinctrl node.
- move the gpio nodes (pioA, pioB, pioC ...) as the pinctrl's
slibling nodes.
- add the "u-boot,dm-pre-reloc" property to determine which
The purpose of the patchset is add the device tree files for boards,
sama5d3/sama5d4 Xplained board and sama5d3/sama5d4 EK board.
Changes in v5:
- Integrate the dts patches for sama5d3 to one.
- Add the "u-boot,dm-pre-reloc" property for SPL.
- Update the commit log.
- Rebase on v2017.03.
Cha
Add the device tree file for sama5d3 Xplained board.
The dts files are copied from the Linux-4.9, do changes as below.
- add the "u-boot,dm-pre-reloc" property to determine which nodes
which are needed by SPL and by the board_init_f stage.
- fix the compile warning.
Signed-off-by: Wenyou Yan
When the CONFIG_ATMEL_LEGACY is undefined, according to the following
defines, at91_set_gpio_value() references to at91_set_pio_value(x, y)
with two parameters.
#define at91_set_gpio_value(x, y) at91_set_pio_value(x, y)
#define at91_get_gpio_value(x) at91_get_pio_value(x)
But there
The purpose of the patch set is to use another functions to set
and get the gpio value for the atmel nand driver to fix the error
to set and get the gpio value after the at91 gpio driver conversion
to support the driver model.
Changes in v3:
_ Rebase on v2017.03.
Changes in v2:
- Improve the co
Because there isn't the implementation of gpio_set/get_value()
and gpio_set/get_value() after the at91 gpio driver is converted
to support the driver model, use at91_set_gpio_value() and
at91_get_gpio_value()
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v3:
_ Rebase on v2
To avoid the failure of mdio_register(), add the remove callback
to unregister the mii_dev when removing the ethernet device.
Signed-off-by: Wenyou Yang
---
Changes in v2:
- Rebase on v2017.03.
drivers/net/macb.c | 45 +
1 file changed, 29 insertion
Add the uart init function to be used on both probe and the early
debug uart init. For the latter, the input clock should be from
CONFIG_DEBUG_UART_CLOCK.
Signed-off-by: Wenyou Yang
---
drivers/serial/atmel_usart.c | 36 +++-
1 file changed, 31 insertions(+), 5 d
Add the compatibles to align with the kernel.
Signed-off-by: Wenyou Yang
---
drivers/net/macb.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 402e866817..924df7e745 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -1083,6 +1083,
Add the compatible "atmel,at91rm9200-clk-master" to align with
the kernel.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v3:
- Rebase on v2017.03.
Changes in v2:
- Add the Reviewed-by tags.
drivers/clk/at91/clk-master.c | 1 +
1 file changed, 1 insertion(+)
diff --git
The purpose of the patch set is to enhance the peripheral clock
to support both at9sam9x5's and at91rm9200's peripheral clock,
and align the clk-master's compatibles with kernel's.
Changes in v3:
- Rebase on v2017.03.
Changes in v2:
- Use an enum with a descriptive name to denote the clock type
Enhance the peripheral clock to support both at9sam9x5's
and at91rm9200's peripheral clock via the different compatibles.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Use an enum with a descriptive name to denote the clock type.
drivers/clk/at9
The patches is rework the uart init to fix the early debug not work
in SPL, and add the clock support.
Wenyou Yang (2):
serial: atmel_usart: fix early debug not work in SPL
serial: atmel_usart: add clk support
drivers/serial/atmel_usart.c | 69
1
Add the clock support.
Signed-off-by: Wenyou Yang
---
drivers/serial/atmel_usart.c | 37 +++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c
index 8b1e0d55a4..ab213c13fa 100644
--- a/dri
Align the at91 pmc's compatibles with Kernel's.
Signed-off-by: Wenyou Yang
---
Changes in v2:
- Rebase on v2017.03.
drivers/clk/at91/pmc.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
index c73156a0df..989ebcc590 100644
--- a/driver
Add the device tree support.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
drivers/gpio/at91_gpio.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/drivers/gpio/at91_gpio.
Before using the cs_gpio, check if the GPIO is valid or not.
Signed-off-by: Wenyou Yang
---
Changes in v2:
- Rebase on v2017.03.
drivers/spi/atmel_spi.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c
index 76
Add the clock support.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
Reviewed-by: Andreas Bießmann
---
Changes in v4:
- Rebase on v2017.03.
Changes in v3:
- Rebase on the master branch on git://git.denx.de/u-boot-atmel.git
commit: 0ff27d4a94637d4b1937c625d33212375bd118d9
- Add Rev
Add the driver model support for Atmel mci while retaining the
existing legacy code. This allows the driver to support boards
that have converted to driver model as well as those that have not.
Signed-off-by: Wenyou Yang
---
Changes in v5:
- Rebase on v2017.03.
Changes in v4:
- Remove unneede
The CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
Reviewed-by: Andreas Bießmann
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
drivers/gpio/Kconfig | 13 +
1 file changed, 13 insertions(+)
dif
The CONFIG_AT91_GPIO option is added in Kconfig to be used to select
the AT91 PIO GPIO driver, and the clock is supported.
Changes in v4:
- Rebase on v2017.03.
Changes in v3:
- Rebase on the master branch on git://git.denx.de/u-boot-atmel.git
commit: 0ff27d4a94637d4b1937c625d33212375bd118d9
AT91 PIO controller is a combined gpio-controller, pin-mux and
pin-config module. The peripheral's pins are assigned through
per-pin based muxing logic.
Each SoC will have to describe the its limitation and pin
configuration via device tree. This will allow to do not need
to touch the C code when
The intention of the removal is the preparation to introduce the
new AT91 PIO pinctrl driver.
Use the union to make the PIO3 and PIO2's registers be together
and make their offset aligned.
Signed-off-by: Wenyou Yang
---
Changes in v8: None
Changes in v7:
- Fix the missing conversion for the at
The purpose of this patch set is to add the pinctrl driver for AT91
PIO controller.
Changes in v8:
- Rebase on v2017.03.
Changes in v7:
- Fix the missing conversion for the at91_emac driver when building
the at91rm9200 devices.
Changes in v6:
- Move PIO_SCDR_DIV define from mach/ to mach/a
The MMC SPL locates the BSS section to a different memory region
from text, then use "_image_binary_end" variable to point to the
correct device tree location.
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/armv7/u-boot-spl.lds | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/m
Add the test for the SPL binary size and the bbs section size.
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/arm926ejs/u-boot-spl.lds | 10 ++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
b/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
in
Because the MMC SPL puts the bbs section in the ddr memory, move
calling mem_init() before calling spl_init().
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/spl_atmel.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-at91/spl_atmel.c b/arch/arm/mach-at91/
Before setting up the serial communications, bring in the serial
device from the device tree file.
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/spl_atmel.c | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/mach-at91/spl_atmel.c b/arch/arm/mach-at91/spl_atmel.c
index 6882
When OF_CONTROL is enabled, MMC boot device should not be detected
automatically, it should be MMC1 fixedly only the status "enabled"
is available.
Add NAND Flash boot device as well.
Signed-off-by: Wenyou Yang
---
arch/arm/mach-at91/spl.c | 7 +++
1 file changed, 7 insertions(+)
diff --g
To support the driver model and device tree in SPL, fix the boot
device, bring in the serial device from device tree, and use
"_image_binary_end" variable to point to the correct device tree
location when CONFIG_SPL_SEPARATE_BSS is enabled.
Wenyou Yang (5):
ARM: at91: spl: specify MMC and NAND
On Wednesday 22 March 2017 07:55 PM, Lukasz Majewski wrote:
> Dear All,
>
> I do have a question regarding switching from SVC to HYP mode on AM57xx
> SoC.
>
> Just after going out of reset (room bootloader):
>
>
> Breakpoint 1, _start () at arch
ATF(ARM Trusted Firmware) is used by ARM arch64 SoCs, find more infomation
about ATF at: https://github.com/ARM-software/arm-trusted-firmware
SPL is considered as BL2 in ATF terminology, it needs to load other parts
of ATF binary like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to
prepare th
This patch needs work with some patch for SPL support multi
binary in FIT which is from Andre.
The entry point of bl31 and bl33 is still using hard code because we
still can not get them from the FIT image information.
This patch tested on rk3399 platform.
RE-SEND V2 for add SPL_ATF_SUPPORT dep
This patch needs work with some patch for SPL support multi
binary in FIT which is from Andre.
The entry point of bl31 and bl33 is still using hard code because we
still can not get them from the FIT image information.
This patch tested on rk3399 platform.
Changes in v2:
- Kconfig comment upda
ATF(ARM Trusted Firmware) is used by ARM arch64 SoCs, find more infomation
about ATF at: https://github.com/ARM-software/arm-trusted-firmware
SPL is considered as BL2 in ATF terminology, it needs to load other parts
of ATF binary like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to
prepare th
Hi Simon,
On 03/22/2017 09:05 PM, Simon Glass wrote:
Hi Kever,
On 20 March 2017 at 00:41, Kever Yang wrote:
ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation
about ATF at:
SPL is consider as BL2 in ATF, it needs to load other part of ATF binary
like BL31, BL32, SCP-BL3
Hi,
On 22 March 2017 at 10:35, Sébastien Basset wrote:
> 1/ No, As i am stuck on the mmc (pci controller internal soc),
> 2/ Now i try to boot on usb key, but i don't see controller usb
> Sorry, these are two different problems.
It is better to post at the bottom that the top, for mailing lists.
On Wed, Mar 22, 2017 at 05:07:02PM -0500, Adam Ford wrote:
> Logic PD has an i.MX6Q system on module (SOM) with a development kit.
> This have been verified to boot the i.MX6Q version over either SD
> on the development kit or NAND built into the SOM.
>
> Signed-off-by: Adam Ford
>
> diff --git
Guys,
You were discussing loading FIT image for falcon boot about a year ago.
I wonder if there is any follow-up on this topic?
York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Jaehoon,
I noticed the env_init() returns default environmental variable for SPL
build. I wonder if you can make some change to use the actual variables?
I am having some trouble to get the saved variable during SPL boot.
York
___
U-Boot mailing list
Hi Adam,
On Wed, Mar 22, 2017 at 7:07 PM, Adam Ford wrote:
config SYS_SOC
> @@ -415,5 +422,6 @@ source "board/udoo/Kconfig"
> source "board/udoo/neo/Kconfig"
> source "board/wandboard/Kconfig"
> source "board/warp/Kconfig"
> +source "board/logicpd/imx6/Kconfig"
Alphabetical order, please.
>
Logic PD has an i.MX6Q system on module (SOM) with a development kit.
This have been verified to boot the i.MX6Q version over either SD
on the development kit or NAND built into the SOM.
Signed-off-by: Adam Ford
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 1
Handle symlinks to files in the current directory. Other cases could be
handled with additional code, but this is a start.
Add explicit errors for absolute paths and links found in the middle of
a path (directories). Other cases like '..' or '.' will result with the
file not being found as when th
As with most other commands, this needs to factor in the sysmem offset
in the sandbox or it will try to dereference the simulated physical
address directly.
Signed-off-by: Tyler Hall
---
cmd/cramfs.c | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/cmd/cramfs.c
Using a variably-sized type is incorrect here since we're reading a
fixed file format. Fixes cramfs on 64-bit platforms.
Signed-off-by: Tyler Hall
---
fs/cramfs/cramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/cramfs/cramfs.c b/fs/cramfs/cramfs.c
index 05ed27240a..
This adds initial support for symlinks in cramfs and fixes cramfs so that it
can be tested in the sandbox. "cramfs: block pointers are 32 bits" fixes a
crash on 64-bit which I have experienced on ARMv8 as well as the sandbox.
Tyler Hall (3):
cmd: cramfs: use map_sysmem for sandbox support
cram
On Wed, Mar 22, 2017 at 04:00:34PM +0100, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/
On Wed, Mar 22, 2017 at 04:00:32PM +0100, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/
On Wed, Mar 22, 2017 at 04:00:33PM +0100, Jean-Jacques Hiblot wrote:
> This is a preparation work for the support of CONFIG_BLK.
>
> Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Wed, Mar 22, 2017 at 04:00:31PM +0100, Jean-Jacques Hiblot wrote:
> For consistency, use an accessor to access the private data. Also for the
> same reason, rename all priv_data to priv.
>
> Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digit
Hi Jaehoon,
I had a look in the include/mmc.h file and there are different types of
cmd 6 command defined:
ACMD6: Sets Bus width --> no data
CMD6: Switch Function --> data
But it was the right place to look for the error. I forgot to disable
the DMA! Shame on me!!! I updated the code on gith
Hi,
Dne sreda, 22. marec 2017 ob 08:45:48 CET je Maxime Ripard napisal(a):
> On Tue, Mar 21, 2017 at 11:26:46PM +0100, Jernej Škrabec wrote:
> > Hi,
> >
> > Dne torek, 21. marec 2017 ob 20:34:33 CET je Maxime Ripard napisal(a):
> > > Hi,
> > >
> > > On Mon, Mar 20, 2017 at 11:01:25PM +0100, Jern
On 03/22/2017 10:08 AM, Bharat Bhushan wrote:
>
>
>> -Original Message-
>> From: york sun
>> Sent: Wednesday, March 22, 2017 9:50 PM
>> To: Bharat Bhushan ; u-boot@lists.denx.de
>> Cc: M.H. Lian ; s...@chromium.org; Z.Q. Hou
>> ; Diana Madalina Craciun
>>
>> Subject: Re: [PATCH v2 1/6] fsl
> -Original Message-
> From: york sun
> Sent: Wednesday, March 22, 2017 9:50 PM
> To: Bharat Bhushan ; u-boot@lists.denx.de
> Cc: M.H. Lian ; s...@chromium.org; Z.Q. Hou
> ; Diana Madalina Craciun
>
> Subject: Re: [PATCH v2 1/6] fsl-lsch3: rename ls2080a_stream_id.h to
> stream_id_lsch3.
On 02/28/2017 08:06 PM, Suresh Gupta wrote:
> OK York, will send new patch..
>
Waiting for your update.
York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On 03/19/2017 11:59 AM, Simon Glass wrote:
> At present we have a lot of ad-hoc init functions related to boards, for
> example board_early_init_f(), board_misc_init_f() and dram_init().
>
> There are used in different ways by different boards as useful hooks to
> do the required init and sequence
1/ No, As i am stuck on the mmc (pci controller internal soc),
2/ Now i try to boot on usb key, but i don't see controller usb
Sorry, these are two different problems.
2017-03-22 17:22 GMT+01:00 Simon Glass :
> Hi,
>
> On 22 March 2017 at 08:20, Sébastien Basset wrote:
> > hi,
> >
> > i see co
Hi,
On 22 March 2017 at 08:20, Sébastien Basset wrote:
> hi,
>
> i see controller:
>
>src/soc/intel/braswell/chip.c/enable_dev ( Intel Braswell SoC ),
> type: 2
>vendor: 0x8086. device: 0x2296
>class: 0x08 Generic system peripheral
>subclass: 0x05 SD Host controlle
On 03/21/2017 11:38 PM, Bharat Bhushan wrote:
> The stream ID allocation for Chasis3.0 devices,
> LS1088, LS2088 and LS2080, can be shared.
>
> This patch renames this accordingly.
>
> Signed-off-by: Bharat Bhushan
> ---
You missed the change log. What change did you make for this version?
I didn
On Wed, Mar 22, 2017 at 08:43:54AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On 22 March 2017 at 08:37, Tom Rini wrote:
> > On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote:
> >> Hi Tom,
> >>
> >> On 19 March 2017 at 18:47, Tom Rini wrote:
> >> > On Sun, Mar 19, 2017 at 12:59:19PM -0600
This series is based on the RFC "mmc: omap_hsmmc: convert to use dm block
devies"
from Grygorii Strashko .
The goal is to be able to compile u-boot with the CONFIG_BLK option. This will
be required to move the sata to the driver model.
The first 3 patches are essentially preparation work.
The las
On 22.3.2017 15:49, Tom Rini wrote:
> On Wed, Mar 22, 2017 at 03:30:09PM +0100, Michal Simek wrote:
>> On 21.3.2017 19:56, Philip Balister wrote:
>>> The ifdef's in zynq-common.h do a partial selection of the u-boot
>>> environment
>>> storage location. As u-boot added more, the ifdefs no longe co
On Wed, Mar 22, 2017 at 03:30:09PM +0100, Michal Simek wrote:
> On 21.3.2017 19:56, Philip Balister wrote:
> > The ifdef's in zynq-common.h do a partial selection of the u-boot
> > environment
> > storage location. As u-boot added more, the ifdefs no longe cope with all
> > possible cases. Rather
Hi Mario,
On 22 March 2017 at 08:07, Mario Six wrote:
> On Wed, Mar 22, 2017 at 2:27 PM, Simon Glass wrote:
>> Hi Mario,
>>
>> On 22 March 2017 at 07:20, Mario Six wrote:
>>> On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote:
On 20 March 2017 at 03:28, Mario Six wrote:
> If we want
For consistency, use an accessor to access the private data. Also for the
same reason, rename all priv_data to priv.
Signed-off-by: Jean-Jacques Hiblot
---
drivers/mmc/omap_hsmmc.c | 54 +---
1 file changed, 33 insertions(+), 21 deletions(-)
diff --gi
Signed-off-by: Jean-Jacques Hiblot
---
drivers/mmc/omap_hsmmc.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index 104129f..83dda09 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/drivers/mmc/omap_hsmmc.c
@@ -58,6 +58,7 @@
This is a preparation work for the support of CONFIG_BLK.
Signed-off-by: Jean-Jacques Hiblot
---
drivers/mmc/omap_hsmmc.c | 27 ++-
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index d985ac7..104129f 10
Signed-off-by: Jean-Jacques Hiblot
---
drivers/mmc/omap_hsmmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index fe92908..d985ac7 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/drivers/mmc/omap_hsmmc.c
@@ -166,7 +166,7 @@ s
On Wed, Mar 22, 2017 at 02:43:24PM +0100, Martin Hundebøll wrote:
> The global 'tmpbuf' variable in part_iso triggers invalid cache
> alignment warnings when not being aligned to ARCH_DMA_MINALIGN:
>
> ERROR: v7_outer_cache_inval_range - start address is not aligned -
> 0x4ffbb6ac
> ERROR: v7
On 03/22/2017 10:21 AM, Ley Foon Tan wrote:
> On Wed, Mar 22, 2017 at 4:41 PM, Marek Vasut wrote:
>> On 03/22/2017 09:28 AM, Ley Foon Tan wrote:
>>> On Fri, Mar 10, 2017 at 9:52 AM, Marek Vasut wrote:
On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
> Add SPL support for Arria 10 and add rese
Hi Tom,
On 22 March 2017 at 08:37, Tom Rini wrote:
> On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote:
>> Hi Tom,
>>
>> On 19 March 2017 at 18:47, Tom Rini wrote:
>> > On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote:
>> >> At present we have a lot of ad-hoc init functions
On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On 19 March 2017 at 18:47, Tom Rini wrote:
> > On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote:
> >> At present we have a lot of ad-hoc init functions related to boards, for
> >> example board_early_init_f(), b
1 - 100 of 175 matches
Mail list logo