Add support for rk3328 package header in mkimage tool.
Signed-off-by: Kever Yang
---
tools/rkcommon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 6cdb749..8803593 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -71,6 +71,7 @@ static stru
Dear Tom,
Could you pull these patches into u-boot/master?
The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing (2017-04-11
17:54:31 +0300)
are available in the git repository at:
git://git.denx.de/u-bo
Add the compatibles to align with the kernel.
Signed-off-by: Wenyou Yang
Acked-by: Joe Hershberger
---
Changes in v3:
- Incorporate [PATCH] net: macb: align the compatibles with kernel.
- Rebase on the latest commit (db40c1aa1c10) of master branch of u-boot-net.
- Add Acked-by tag.
Changes
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
Acked-by: Joe Hershberger
---
Changes in v3: None
Changes in v2:
- Rebase on v2017.03.
drivers/net/macb.c | 45
Add the remove callback to avoid the failure of mdio_register(),
and add the compatibles to align with the kernel.
Changes in v3:
- Incorporate [PATCH] net: macb: align the compatibles with kernel.
- Rebase on the latest commit (db40c1aa1c10) of master branch of u-boot-net.
- Add Acked-by tag.
On 04/14/2017 03:29 PM, Jaehoon Chung wrote:
> On 04/03/2017 10:42 AM, Jean-Francois Dagenais wrote:
>> When debugging dual SDHCI controller setup, printing strings and bank info
>> is very helpful.
>>
>> Signed-off-by: Jean-Francois Dagenais
>
> This was delegated to Michal, but it's related to
On 04/03/2017 10:42 AM, Jean-Francois Dagenais wrote:
> When debugging dual SDHCI controller setup, printing strings and bank info
> is very helpful.
>
> Signed-off-by: Jean-Francois Dagenais
This was delegated to Michal, but it's related to mmc side.
So i will change to delegate to me..and appl
Hi Wenyou,
On 04/13/2017 11:29 AM, Wenyou Yang wrote:
> 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
Applied to
On 04/13/2017 03:32 AM, Heiner Kallweit wrote:
> Enable new Meson GX MMC driver in Odroid C2 defconfig.
>
> Signed-off-by: Heiner Kallweit
Applied to u-boot-mmc. Thanks!
Best Regards,
Jaehoon Chung
> ---
> v6:
> - no changes
> v7:
> - rebased
> ---
> configs/odroid-c2_defconfig | 5 -
> 1
On 04/02/2017 03:58 PM, Alex Deymo wrote:
> When experimenting with fastboot from U-Boot on the Raspberry Pi 3 we
> found that the writes to the sdcard are much more slow than when
> accessing it from the userspace. These two patches speed up the write
> and allow us to reliably write the sdcard fr
On 04/13/2017 03:30 AM, Heiner Kallweit wrote:
> From: Carlo Caione
> This driver implements MMC support on Meson GX (S905) based systems.
> It's based on Carlo Caione's work, changes:
> - BLK support added
> - general refactoring
>
> Signed-off-by: Carlo Caione
> Signed-off-by: Andreas Färber
On 04/13/2017 03:28 AM, Heiner Kallweit wrote:
> As a prerequisite for adding a Meson GX MMC driver update the
> Meson GXBB / Odroid-C2 device tree in Uboot with the latest
> version from Linux.
>
> Signed-off-by: Neil Armstrong
> Signed-off-by: Carlo Caione
> Signed-off-by: Andreas Färber
> Si
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:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter
Changes in v2:
- Add [PATCH]: board: at91sam9263ek: En
Because the introduction of the pinctrl and clk drivers and the
device tree files, remove unneeded hard coded related code from
the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9263ek/at91sam9263ek.c | 59 ---
Update the configuration files to support the device tree and driver
model. 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:
- Add converting UART to support DM_SERIAL and use
The purpose of the patch set is to convert the board to support
the driver model and the device Tree.
The patch set is based on the patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [PATCH v6]
Hi Heiner,
On 04/13/2017 03:24 AM, Heiner Kallweit wrote:
> This patch set implements eMMC on Amlogic Meson GX (S905).
> It's based on Carlo Caione's work submitted here:
> http://lists.denx.de/pipermail/u-boot/2016-May/254391.html
>
> Changes to the original version:
> - BLK support added
> - fu
Since the introduction of the pinctrl and clk drivers and the
device tree files, remove unneeded hard coded related code from
the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9rlek/at91sam9rlek.c | 19 ---
1 file changed,
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:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v2:
- Add [PATCH]: board: at91sam9rlek: En
Update the configuration files to support the device tree and driver
model. 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:
- Add converting UART to support DM_SERIAL and use
The purpose of the patch set is to convert the board to support
the driver model and the device tree.
The patch set is based on the patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [PATCH v6]
Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang
---
Changes in v4: None
Changes in v3:
- Add the support of Atmel uart device be used in
Since the introduction of the pinctrl and clk drivers and the
device tree files, remove unneeded hard coded related code from
the board file.
Signed-off-by: Wenyou Yang
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9260ek/at91sam9260ek.c | 74 --
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 v4:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v3:
- Move out [PATCH 1/3] ARM: dts: at91:
The purpose of the patch set is to convert the boards to support
the driver model and the device tree.
The patch set is based on the patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [PATCH v6]
Set the same PHY parameters as the Boot ROM uses.
Signed-off-by: Masahiro Yamada
---
arch/arm/mach-uniphier/clk/clk-ld11.c | 9 +
arch/arm/mach-uniphier/sg-regs.h | 1 +
2 files changed, 10 insertions(+)
diff --git a/arch/arm/mach-uniphier/clk/clk-ld11.c
b/arch/arm/mach-uniphier/
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:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v2:
- Use CONFIG_DEBUG_UART_CLOCK as the i
Since the introduction of the pinctrl and clk driver and the device
tree files, remove unneeded related code from the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 53 ---
1 file change
Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.
Because the limitation of internal SRAM size, the SPL with driver
model can't be supported, disable the SPL option.
Si
The purpose of the patch set is to convert the board to support
the driver model and the device tree.
The patch set is based on the patch and patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [
For ARMv8, the secure firmware (ex. ARM Trusted Firmware BL31) is
often implemented, making U-Boot a non-secure world boot loader.
The secure firmware generally includes PSCI. The power management
operations, including System Reset, are supposed to be handled by
PSCI. In this case, U-Boot shoul
If the system is running PSCI firmware, the System Reset function
(func ID: 0x8009) is supposed to be handled by PSCI, that is,
the SoC/board specific reset implementation should be moved to PSCI.
U-Boot should call the PSCI service according to the arm-smccc
manner.
The arm-smccc is supported
Imports ARM SMC Calling Convention code from Linux 4.11-rc6.
The files have been copied as follows:
[Linux] [U-Boot]
arch/arm/kernel/smccc-call.S -> arch/arm/cpu/armv7/smccc-call.S
arch/arm64/kernel/smccc-call.S -> arch/arm/cpu/armv8/smccc-call.S
arch/arm/include/asm/op
Adjust ARM SMC Calling Convention code for U-Boot:
- Replace the license block with SPDX
- Change path to asm-offsets.h
- Define UNWIND() as no-op
- Add Kconfig entry
- Add asm-offsets
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- opcodes-virt.h is GPL-2.0+
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
---
Changes in v3:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v2:
- Move out [PATCH] ARM: dts: at91: Add
Since the introduction of the pinctrl and clk drivers and the
device tree files, remove unneeded hard coded related code from
the board file.
Signed-off-by: Wenyou Yang
---
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 102
1
Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.
Because the limitation of internal SRAM size, the SPL with driver
model can't be supported, disable the SPL option.
Si
The purpose of the patch set is to convert the board to support
the driver model and the device tree.
The patch set is based on the patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [PATCH v6] m
This is a Blackfin board that commit ea3310e8aafa ("Blackfin:
Remove") missed to remove.
Signed-off-by: Masahiro Yamada
---
board/ibf-dsp561/Kconfig | 9 -
board/ibf-dsp561/MAINTAINERS | 6 --
board/ibf-dsp561/Makefile | 12
board/ibf-dsp561/config.mk| 1
These commands have no user since commit ea3310e8aafa ("Blackfin:
Remove").
Signed-off-by: Masahiro Yamada
---
cmd/Makefile | 6 --
cmd/bootldr.c| 170 -
cmd/cplbinfo.c | 60 ---
cmd/ldrinfo.c| 192
These drivers have no user since commit ea3310e8aafa ("Blackfin:
Remove").
Signed-off-by: Masahiro Yamada
---
drivers/block/Makefile |1 -
drivers/block/pata_bfin.c| 1209 --
drivers/block/pata_bfin.h| 170 --
drivers/mmc/Makefile
Recently, U-Boot removed support for these architectures.
Signed-off-by: Masahiro Yamada
---
tools/moveconfig.py | 7 ---
1 file changed, 7 deletions(-)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 228d098..dcca0ec 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
Since the introduction of the pinctrl and clock driver and the device
tree files, remove unneeded hard coded related code from the board
file.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3:
- Remove Atmel mci related code.
Changes in v2: None
boar
Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.
Because the limitation of internal SRAM size, the SPL with driver
model can't be supported, disable the SPL option.
Si
The purpose of the patch set is to convert the board to support the
driver model and device tree.
It is based on the patch set:
1./ PATCH v2 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards
https://lists.denx.de/pipermail/u-boot/2017-April/287222.html
2./ [PATCH v6] mmc: gen_atmel_m
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: Simon Glass
---
Changes in v4:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v3:
- Use CONFIG
The device tree source files of at91sam9rlek boards are copied from
the Linux v4.10, do the changes as below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC, pioD) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Add the "u-boot,dm-pre-reloc
The device tree source files of at91sam9263ek boards are copied from
the Linux v4.10, do the changes as below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC, pioD, pioE) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Add the "u-boot,dm-pr
The device tree source files of at91sam9g20ek and at91sam9260ek
boards are copied from the Linux v4.10, do the changes below.
- Fix the build error for the usb0 node.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC ...) nodes as the pinctrl's
slibling nodes, ins
The device tree source files of at91sam9n12ek boards are copied from
the Linux v4.10, do the changes as below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC, pioD) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Change the compatible of th
The device tree source files of at91sam9m10g45ek boards are copied
from the Linux v4.10, do the changes as below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC, pioD, pioE) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Add the "u-boot,dm
The device tree source files of at91sam9x5ek board are copied from
the Linux v4.10, do the changes below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC ...) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Add the "u-boot,dm-pre-reloc" prop
The device tree source files of AT91 SoCs's board are copied from
the Linux v4.10, and have some changes.
Changes in v2:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
Wenyou Yang (6):
ARM: dts: at91: Add dts files for at91sam9x5ek
ARM: dts: at91: Add dts files for at91sam9
modify u_qe_init to upload QE firmware from SD card when it is SD
boot
Signed-off-by: Zhao Qiang
---
drivers/qe/qe.c | 34 +-
include/configs/ls1043a_common.h | 4
include/configs/ls1043ardb.h | 7 ---
3 files changed, 37 insertions
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 v5:
- Rebase on the master branch (22e10be45) of u-boot-dm git tree.
- Update the cover-letter.
Changes in v4: None
Changes in v3:
- Convert the macb
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 v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/
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 v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/sama5d3xek/sama5d3xek.c| 13 -
configs/sama5d3xek_mmc_
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 v5: None
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
---
Changes in v5: None
Changes in v4:
- Remove wrong using CONFIG_PHY_MICREL.
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 v5: None
Changes in v4:
- Remove the ethernet init code completely.
Changes
The purpose of patch set is to convert the boards to support device
tree and driver model, and enable the early debug UART as well.
It is based on the patch set:
[PATCH v6] mmc: gen_atmel_mci: add driver model support for mci
https://lists.denx.de/pipermail/u-boot/2017-April/287071.
On 13/04/17 07:27, Peng Fan wrote:
Hi,
>> -Original Message-
>> From: Stefano Babic [mailto:sba...@denx.de]
>> Sent: Thursday, April 13, 2017 2:24 PM
>> To: Peng Fan ; Stefano Babic
>> Cc: van.free...@gmail.com; u-boot@lists.denx.de; andre.przyw...@arm.com;
>> Albert ARIBAUD
>> Subject:
This removes CONFIG_STACKSIZE from imx6_logic. A recent commit
removed references to CONFIG_STACKSIZE. This was done in parallel
with the initial commit imx6_logic. It doesn't appear to be needed
any longer, and keeping breaks the build.
Signed-off-by: Adam Ford
diff --git a/include/configs/im
Hi Tom,
Here with some DM changes as well as the long-standing AT91 DM/DT
conversion patches which I have picked up via dm.
The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
(2017-04-11 17:54:31 +0300)
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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 v5:
> - Add the based patch set information.
>
> Changes in
On 10 April 2017 at 09:33, Olliver Schinagl wrote:
> Previously overlooked magic value in commit a40db6d51171 ("net: cosmetic: Do
> not use magic values for ARP_HLEN")
>
> Signed-off-by: Olliver Schinagl
> ---
> net/eth_common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed
On 31 March 2017 at 22:21, Simon Glass wrote:
> On 22 March 2017 at 22:44, Wenyou Yang wrote:
>> 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.
On 22 March 2017 at 22:46, Wenyou Yang wrote:
> 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/gp
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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 B
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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
> --
On 22 March 2017 at 22:44, Wenyou Yang wrote:
> 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
On 22 March 2017 at 22:46, Wenyou Yang wrote:
> 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 +++
>
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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 B
On 23 March 2017 at 19:18, Wenyou Yang wrote:
> 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.
>
On 23 March 2017 at 19:18, Wenyou Yang wrote:
> 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.
> - f
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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 v5: None
> Changes in v4: None
> Changes in v3: None
> Change
On 9 April 2017 at 13:27, Simon Glass wrote:
> On 4 April 2017 at 11:46, Alexandru Gagniuc wrote:
>> uclass_find_device_by_seq() prints seq and req_seq when debugging is
>> enabled, but this information is not very useful by itself. Add the
>> name of he driver to this information. This improves
On 22 March 2017 at 22:55, Wenyou Yang wrote:
> 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
> R
On 23 March 2017 at 21:34, Wenyou Yang wrote:
> 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
> ---
>
> Changes in v2: N
On 12 April 2017 at 18:52, Simon Glass wrote:
> One of these has crept in in this commit:
>
> 40a808f1 ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
>
> Adjust buildman to handle it.
>
> Signed-off-by: Simon Glass
> ---
>
> tools/buildman/builder.py | 5 +++--
> 1 file changed,
On 2 April 2017 at 19:05, Simon Glass wrote:
> Hi Masahiro,
>
> On 2 April 2017 at 18:33, Masahiro Yamada
> wrote:
>> Hi Simon,
>>
>>
>> 2017-04-03 3:26 GMT+09:00 Simon Glass :
>>> With skeleton.dtsi being dropped it is more likely that the /aliases node
>>> will be last in the device tree. Upda
On 23 March 2017 at 21:34, Wenyou Yang wrote:
> Before setting up the serial communications, bring in the serial
> device from the device tree file.
>
> Signed-off-by: Wenyou Yang
> ---
>
> Changes in v2: None
>
> arch/arm/mach-at91/spl_atmel.c | 8
> 1 file changed, 8 insertions(+)
Ap
On 10 April 2017 at 09:33, Olliver Schinagl wrote:
> In the current net stack, we have a few functions to get and set
> the "ethaddr" and "ethNaddr" environment variables, which use magic
> values to get and set these environment variables. Remove the magicness
> of the buffer by defining it prope
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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
> --
On 4 April 2017 at 13:00, Simon Glass wrote:
> There is a strange interaction with drivers which use DMA if the cache
> starts off in a dirty state. Buffer space which the driver reads (but has
> not previously written) can contain zero bytes from alloc_priv(). This can
> cause corruption of the m
On 22 March 2017 at 22:46, Wenyou Yang wrote:
> 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-atme
On 23 March 2017 at 19:18, Wenyou Yang wrote:
> 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
On 12 April 2017 at 20:31, Wenyou Yang wrote:
> 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 v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in
On 23 March 2017 at 19:18, Wenyou Yang wrote:
> 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
On 23 March 2017 at 21:34, Wenyou Yang wrote:
> 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
> ---
>
> Changes in v2: None
>
> arch/arm/mach-at91/spl_atmel.c | 3 ++-
> 1 file changed, 2 insertions
On 23 March 2017 at 21:34, Wenyou Yang wrote:
> 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
> ---
>
> Changes in v2:
> - Drop [PATCH] ARM: at91:
On 31 March 2017 at 22:23, Simon Glass wrote:
> On 30 March 2017 at 08:44, George McCollister
> wrote:
>> With Python 3.5.2 encode will throw an exception if val is a byte array.
>> Decode it to a string first. This assumes it's utf-8, if it's not valid
>> utf-8 it will throw an exception.
>>
>>
On 10 April 2017 at 02:08, Stefano Babic wrote:
> On 09/04/2017 21:27, Simon Glass wrote:
>> On 5 April 2017 at 09:46, Stefano Babic wrote:
>>> Not force to use python from PATH. Issue was noted when building with
>>> Yocto, because python from the distro is always taken instead of
>>> python-nat
On 31 March 2017 at 22:23, Simon Glass wrote:
> On 27 March 2017 at 13:54, Alexandru Gagniuc wrote:
>> Do not condition the compilation of the U_BOOT_DRIVER by !OF_PLATDATA.
>> This is inconsistent with the majority of other drivers. This also
>> blocks OF_PLATDATA boards with an 16550-compatible
On 31 March 2017 at 22:21, Simon Glass wrote:
> On 22 March 2017 at 22:55, Wenyou Yang wrote:
>> 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
On 31 March 2017 at 22:23, Simon Glass wrote:
> On 30 March 2017 at 08:44, George McCollister
> wrote:
>> os.read() returns a byte array in Python 3.5.2 and needs to be converted
>> into a string. Check if the returned value is an instance of bytes and
>> if it is decode it as a utf-8 string. If
Hi Bin,
On 12 April 2017 at 02:14, Bin Meng wrote:
>
> Hi Simon,
>
> On Wed, Mar 22, 2017 at 4:06 AM, Simon Glass wrote:
> > Hi Bin,
> >
> > On 16 March 2017 at 08:26, Bin Meng wrote:
> >> In an S3 resume path, U-Boot does everything like a cold boot except
> >> in the last_stage_init() it jump
BCM6358 has its internal registers mapped to 0xfffe, which is changed to
0x1ffe when ioremap is called.
Signed-off-by: Álvaro Fernández Rojas
---
arch/mips/include/asm/mach-generic/ioremap.h | 15 ++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/arch/mips/inc
CFE supports loading .elf images instead of raw binaries.
Signed-off-by: Álvaro Fernández Rojas
---
Makefile | 22 ++
arch/mips/cpu/u-boot-elf.lds | 10 ++
2 files changed, 32 insertions(+)
create mode 100644 arch/mips/cpu/u-boot-elf.lds
diff --g
It is based on linux/drivers/tty/serial/bcm63xx_uart.c
Signed-off-by: Álvaro Fernández Rojas
---
drivers/serial/Kconfig | 14 ++
drivers/serial/Makefile | 1 +
drivers/serial/serial_bcm6345.c | 341
3 files changed, 356 insertions(+)
1 - 100 of 170 matches
Mail list logo