On Sun, Jan 31, 2016 at 4:38 AM, Peng Fan wrote:
> Introudce fdt_get_child_count for get the number of subnodes of
s/Introudce/Introduce
Same error in Subject.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thu, Jan 28, 2016 at 09:39:27AM -0700, Simon Glass wrote:
> The existing function to add a new property to a tree being built requires
> that the entire contents of the new property be passed in. For some
> applications it is more convenient to be able to add the property contents
> later, perha
From: Hou Zhiqiang
For more than 16MiB SPI flash chips, there are 3-Byte and 4-Byte address
mode, and only the 3-Byte address mode is supported in U-Boot so far.
So, reset the SPI flash to 3-Byte address mode in probe to ensure the SPI
flash work correctly, because it may has been set to 4-Byte a
From: Hou Zhiqiang
For the Spansion style SPI flashs, the Extended address control
bit (EXTADD) that control the switching between 3-Byte and 4-Byte
addressing mode is also in BAR[7]. Even if without the macro
CONFIG_SPI_FLASH_BAR, the BAR[7] should be abled to access.
Signed-off-by: Hou Zhiqian
DDR erratum A-009942 is also applicable to LS1043A.
Signed-off-by: Shengzhou Liu
---
arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h
b/arch/arm/include/asm/arch-fsl-layerscape/config.h
index
HI HARSHA,
I need Your help.In our project we are using internel emmc of 32Gb.
Can u please provide how u created the GP partitions...when we are reading
or writing commands in mmc we are getting partitions are not created and
unsupported format..kindly let us know how you fornmatted for e
Hello,
I have old Airlive Air3gii router, what comes with JBoot bootloader. I
want change to U-Boot bootloader. If anyone know this Jboot bootloader
and could help me, please share some knowledge. I am connected to router
via serial and ethernet, JRecovery have small options:
|# help command
On Fri, Jan 29, 2016 at 11:23:31AM -0700, Simon Glass wrote:
> Hi David,
>
> On 28 January 2016 at 22:29, David Gibson wrote:
> > On Thu, Jan 28, 2016 at 09:39:27AM -0700, Simon Glass wrote:
> >> The existing function to add a new property to a tree being built requires
> >> that the entire conte
Hi York,
On Sun, Jan 31, 2016 at 6:03 AM, York Sun wrote:
> This reverts commit 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.
> Align with changes since P2020DS was removed, including adding
> these macros to defconfig
>
> CONFIG_SYS_NS16550
> CONFIG_CMD_NET
> CONFIG_NETDEVICES
> CONFIG_E1000
> CONFI
Hello Vikas,
On Sat, 30 Jan 2016 00:36:55 +0100, Vikas MANOCHA
wrote:
> Hi Albert,
>
> > -Original Message-
> > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net]
> > Sent: Friday, January 29, 2016 9:16 AM
> > To: Vikas MANOCHA
> > Cc: u-boot@lists.denx.de; Simon Glass; re...@wp.pl;
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> This driver works in "new" Data Mover UART mode, so
> will be compatible with modern Qualcomm chips only.
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed-by: Simon Glass
> ---
>
> Changes in v2:
> - Added newline before return... (globall
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> Move CONFIG_USB_ULPI* from headers to defconfigs for boards that use it.
> Also - add CONFIG_USB where necesarry - all boards use it,
> but some are not defining it explicitly.
>
> Affected boards:
> colibri_t20, harmony, mcx, mt_ventoux, tw
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> Add support for gpio controllers on Qualcomm Snapdragon devices.
> This devices are usually called Top Level Mode Multiplexing in
> Qualcomm documentation.
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed-by: Simon Glass
> ---
>
> Changes
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> The following options can be now enabled via defconfig:
> - CONFIG_USB_ULPI
> - CONFIG_USB_ULPI_VIEWPORT
> - CONFIG_USB_ULPI_VIEWPORT_OMAP
>
> Signed-off-by: Mateusz Kulikowski
> ---
>
> Changes in v2:
> - Add better (any) descriptions for
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> Add support for SD/eMMC controller present on some Qualcomm Snapdragon
> devices. This controller implements SDHCI 2.0 interface but requires
> vendor-specific initialization.
> Driver works in PIO mode as ADMA is not supported by U-Boot (ye
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> Some host controllers need addidional initialization after ehci_reset()
> In non-dm implementation it is possible to use
> CONFIG_EHCI_HCD_INIT_AFTER_RESET.
> This patch adds similar option to ehci drivers using dm.
>
> Signed-off-by: Mateu
On 24 January 2016 at 13:52, Mateusz Kulikowski
wrote:
> Most of ehci-fsl header describe USB controller
> designed by Chipidea and used by various SoC vendors.
>
> This patch renames it to a generic header: ehci-ci.h
> Contents of file are not changed (so it contains several
> references to frees
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> This driver is able to reconfigure OTG controller into HOST mode.
> Board can add board-specific initialization as board_prepare_usb().
> It requires USB_ULPI_VIEWPORT enabled in board configuration.
>
> Signed-off-by: Mateusz Kulikowski
>
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> Use definitions from ehci.h instead.
>
> Signed-off-by: Mateusz Kulikowski
> Acked-by: Marek Vasut
> ---
>
> Changes in v2:
> - Add Acked-by
>
> Changes in v1: None
>
> drivers/usb/host/ehci-mpc512x.c | 4 ++--
> include/usb/ehci-ci.h
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> Some registers of usb_ehci were marked as reserved.
> This may be true for some variants of Chipidea USB core, but they have
> meaning on other devices.
>
> The following registers were added:
> sbusstatus/sbusmode: AHB-related registers
> g
Hi Mateusz,
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> This patch adds emulated spmi bus controller with part of
> pm8916 pmic on it to sandbox and tests validating SPMI uclass.
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed-by: Simon Glass
> ---
>
> Changes in v2:
> - Rename CO
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> Support SPMI arbiter on Qualcomm Snapdragon devices.
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed-by: Simon Glass
> ---
>
> Changes in v2:
> - Rename DM_SPMI -> SPMI
> - Rename p -> priv (in write/read)
> - Fix header ordering (again)
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> This PMIC is connected on SPMI bus so needs SPMI support enabled.
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed-by: Simon Glass
> ---
>
> Changes in v2:
> - Add reviewed-by
> - Reordered Kconfig & Makefile (to keep alphabetical ordering
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> Qualcom processors use proprietary bus to talk with PMIC devices -
> SPMI (System Power Management Interface).
> On wiring level it is similar to I2C, but on protocol level, it's
> multi-master and has simple autodetection capabilities.
> Th
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> This commit add support for 96Boards Dragonboard410C.
> It is board based on APQ8016 Qualcomm SoC, complying with
> 96boards specification.
> Features (present out of the box):
> - 4x Cortex A53 (ARMv8)
> - 2x USB Host port
> - 1x USB Device
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> - Update MAINTAINERS
> - Update git-mailrc
>
> Signed-off-by: Mateusz Kulikowski
> ---
>
> Changes in v2:
> - New patch
>
> Changes in v1: None
>
> MAINTAINERS| 11 +++
> doc/git-mailrc | 3 +++
> 2 files changed, 14 insertion
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> This driver supports GPIOs present on PM8916 PMIC.
> There are 2 device drivers inside:
> - GPIO driver (4 "generic" GPIOs)
> - Keypad driver that presents itself as GPIO with 2 inputs (power and reset)
>
> Signed-off-by: Mateusz Kulikowski
On 24 January 2016 at 13:53, Mateusz Kulikowski
wrote:
> First supported chip is APQ8016 (that is compatible with MSM8916).
> Drivers in SoC code:
> - Reset controller (PSHOLD)
> - Clock controller (very simple clock configuration for MMC and UART)
>
> Signed-off-by: Mateusz Kulikowski
> Reviewed
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> This is my Christmas present for my openSUSE friends :).
>
> U-Boot is a great project for embedded devices. However, convincing
> everyone involved that only for "a few oddball ARM devices" we need to
> support different configur
On 14 January 2016 at 22:06, Alexander Graf wrote:
> The EFI API header is great, but missing a good chunk of function prototype,
> GUID defines and enum declarations.
>
> This patch extends it to cover more of the EFI API. It's still not 100%
> complete, but sufficient enough for our EFI payload
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> When an EFI application runs, it has access to a few descriptor and callback
> tables to instruct the EFI compliant firmware to do things for it. The bulk
> of those interfaces are "boot time services". They handle all object
> m
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> EFI uses the PE binary format for its application images. Add support to EFI
> PE
> binaries as well as all necessary bits for the "EFI image loader" interfaces.
>
> Signed-off-by: Alexander Graf
>
> ---
>
> v1 -> v2:
>
> - mo
On 14 January 2016 at 22:06, Alexander Graf wrote:
> One of the basic EFI interfaces is the console interface. Using it an EFI
> application can interface with the user. This patch implements an EFI console
> interface using getc() and putc().
>
> Today, we only implement text based consoles. We a
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> After booting has finished, EFI allows firmware to still interact with the OS
> using the "runtime services". These callbacks live in a separate address
> space,
> since they are available long after U-Boot has been overwritten b
On 14 January 2016 at 22:06, Alexander Graf wrote:
> A EFI applications usually want to access storage devices to load data from.
>
> This patch adds support for EFI disk interfaces. It loops through all block
> storage interfaces known to U-Boot and creates an EFI object for each existing
> one.
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> In order to execute an EFI application, we need to bridge the gap between
> U-Boot's notion of executing images and EFI's notion of doing the same.
>
> The best path forward IMHO here is to stick completely to the way U-Boot
> dea
On 14 January 2016 at 22:06, Alexander Graf wrote:
> Now that we have all the bits and pieces ready for EFI payload loading
> support, hook them up in Makefiles and KConfigs so that we can build.
>
> Signed-off-by: Alexander Graf
>
> ---
>
> v1 -> v2:
>
> - Move to GPLv2+
> - Default to y
> -
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> Due to popular request, this is a separate patch implementing all of the
> memory
> allocation and memory mapping bits.
>
> We assume we always have a linear RAM map. At TOM U-Boot resides. Inside of
> U-Boot there is the runtime
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
> UEFI defines a simple boot protocol for removable media. There we should look
> at the EFI (first GPT FAT) partition and search for /efi/boot/bootXXX.efi with
> XXX being different between different platforms (x86, x64, arm, aa64,
Hello Peng,
On Sat, 30 Jan 2016 12:10:49 +0800, Peng Fan wrote:
> Android's tool chain enable the -mandroid at default.
> This option will enable the -fpic, which cause uboot compilation
> failure:
> "
> LD u-boot
> u-boot contains unexpected relocations: R_ARM_ABS32
> R_ARM_RELATIVE
> "
Hi Peng,
On 30 January 2016 at 23:38, Peng Fan wrote:
> Introudce fdt_get_child_count for get the number of subnodes of
> one parent node.
>
> Signed-off-by: Peng Fan
> Cc: Simon Glass
> ---
> include/libfdt.h | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/include
Hi,
On 31 January 2016 at 07:19, Bin Meng wrote:
> Hi York,
>
> On Sun, Jan 31, 2016 at 6:03 AM, York Sun wrote:
>> This reverts commit 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc.
>> Align with changes since P2020DS was removed, including adding
>> these macros to defconfig
>>
>> CONFIG_SYS_NS1655
Hello Masahiro,
On Fri, 29 Jan 2016 18:57:28 +0900, Masahiro Yamada
wrote:
> 2016-01-29 14:14 GMT+09:00 Heiko Schocher :
> > Hello Joe,
> >
> >
> > Am 28.01.2016 um 16:15 schrieb Joe Hershberger:
> >>
> >> Hi Heiko,
> >>
> >> On Thu, Jan 28, 2016 at 12:39 AM, Heiko Schocher wrote:
> >>>
> >>> He
Hi Simon,
2016-01-29 12:24 GMT+09:00 Simon Glass :
> Fix the ALL-y logic in the Makefile so that is clear that we always want
> the -nodtb file.
>
> Signed-off-by: Simon Glass
> ---
This commit introduces a build error
for the combination of CONFIG_TEGRA=y and CONFIG_EMBED=y.
(and fixed by 4
Hi Simon,
2016-01-29 12:24 GMT+09:00 Simon Glass :
> At present u-boot-spl.bin holds the plain SPL binary without the device
> tree. This is somewhat annoying since you need either u-boot-spl.bin or
> u-boot-spl-dtb.bin depending on whether device tree is used.
>
> Adjust the build such that u-bo
Hi Simon,
2016-01-29 12:24 GMT+09:00 Simon Glass :
> At present u-boot.bin holds the plain U-Boot binary without the device tree.
> This is somewhat annoying since you need either u-boot.bin or u-boot-dtb.bin
> depending on whether device tree is used.
>
> Adjust the build such that u-boot.bin inc
2016-01-29 12:24 GMT+09:00 Simon Glass :
> Adjust the Makefile to build u-boot-tegra.bin which contains a device tree
> if OF_CONTROL is enabled, and does not if not. This mirrors U-Boot's new
> approach of using u-boot.bin to handle both cases.
CONFIG_TEGRA_COMMON selects OF_CONTROL, so
the cond
Hi David,
I'm sorry if you have not heard about this before. I sent out an email
to all maintainers some months ago.
You are listed as the maintainer of a few boards which use the
serial_s3c24x0.c serial driver. We are trying to convert all of these
drivers to driver model. Please see doc/driver-
The deadline was yesterday, so lets remove all the drivers that are not
converted and don't appear to be used.
There are still five that do seem to be in use but are not converted:
arm_dcc.c
mcfuart.c
serial_bfin.c
serial_pxa.c
serial_s3c24x0.c
I will send emails to the maintainer
This does not appear to be used, and has not been converted to driver model
by the deadline (doc/driver-model/serial-howto.txt).
Signed-off-by: Simon Glass
---
drivers/serial/Makefile| 1 -
drivers/serial/mxs_auart.c | 151 -
include/configs/mxs
This does not appear to be used, and has not been converted to driver model
by the deadline (doc/driver-model/serial-howto.txt).
Signed-off-by: Simon Glass
---
drivers/serial/Makefile | 1 -
drivers/serial/opencores_yanu.c | 242
2 files change
Hi Marek,
Are you planning to convert this to driver model? I see that two
boards still use it.
Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This does not appear to be used, and has not been converted to driver model
by the deadline (doc/driver-model/serial-howto.txt).
Signed-off-by: Simon Glass
---
drivers/serial/Makefile | 1 -
drivers/serial/serial_imx.c | 223
2 files changed, 2
This does not appear to be used, and has not been converted to driver model
by the deadline (doc/driver-model/serial-howto.txt).
Signed-off-by: Simon Glass
---
drivers/serial/Makefile | 1 -
drivers/serial/serial_max3100.c | 294
2 files change
Update the README to reflect the current status.
Signed-off-by: Simon Glass
---
doc/driver-model/serial-howto.txt | 14 --
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/doc/driver-model/serial-howto.txt
b/doc/driver-model/serial-howto.txt
index e5e482e..61f2da3 100
Hi Sonic,
I'm sorry if you have not heard about this before. I sent out an email
to all maintainers some months ago.
You are listed as the maintainer of a few boards which use the
serial_bfin.c serial driver. We are trying to convert all of these
drivers to driver model. Please see doc/driver-mod
Hi Michal,
I notice that the only user of this driver appears to be a board you
maintain. Do you think you could convert this to driver model? Please
see doc/driver-model/serial-howto.txt.
I'm hoping you might have hardware to test with.
Regards,
Simon
___
Hi TsiChung,
I'm sorry if you have not heard about this before. I sent out an email
to all maintainers some months ago.
You are listed as the maintainer of a few boards which use the
mcfuart.c serial driver. We are trying to convert all of these drivers
to driver model. Please see doc/driver-mode
This does not appear to be used, and has not been converted to driver model
by the deadline (doc/driver-model/serial-howto.txt).
Signed-off-by: Simon Glass
---
drivers/serial/Makefile| 1 -
drivers/serial/serial_sa1100.c | 162 -
2 files changed
Hi Simon,
2016-01-29 12:24 GMT+09:00 Simon Glass :
> When OF_CONTROL is enabled, u-boot.img has no purpose since it does not
> include the required device tree binary.
Why?
u-boot.img is created on u-boot.bin
and, since 2/7, u-boot.bin includes DTB as needed.
> The correct image to use is
2016-01-29 12:24 GMT+09:00 Simon Glass :
> At present u-boot.bin holds the plain U-Boot binary without the device tree.
> This is somewhat annoying since you need either u-boot.bin or u-boot-dtb.bin
> depending on whether device tree is used.
>
> This series adjusts the build such that u-boot.bin i
Hello Simon,
On Thu, 19 Nov 2015 20:29:11 -0700, Simon Glass
wrote:
> Hi Albert,
>
> On 13 November 2015 at 19:35, Simon Glass wrote:
> > On 9 November 2015 at 14:36, Albert ARIBAUD
> > wrote:
> >> Hello Simon,
> >>
> >> On Mon, 9 Nov 2015 12:24:55 -0800, Simon Glass wrote:
> >>> On 9 Novemb
On Monday, January 25, 2016 at 12:30:00 AM, Tom Rini wrote:
> On Mon, Jan 25, 2016 at 12:00:05AM +0100, Marek Vasut wrote:
> > On Sunday, January 24, 2016 at 11:21:51 PM, Tom Rini wrote:
> > > On Sun, Jan 24, 2016 at 11:07:30PM +0100, Marek Vasut wrote:
> > > > On Sunday, January 24, 2016 at 08:33:
Hi Simon,
On Sat, 30 Jan 2016 16:37:41 -0700
Simon Glass s...@chromium.org wrote:
> This helps keep the display consistent. puts() is used when printing the
> prompt, so is a useful way to make sure the current display contents is
> visible.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in
On Sat, 30 Jan 2016 16:37:51 -0700
Simon Glass s...@chromium.org wrote:
> This option refers only to the tegra20 video driver, so name it as such
> to avoid confusion with tegra124.
>
> Also move this option to Kconfig.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> arch/ar
On Sat, 30 Jan 2016 16:37:53 -0700
Simon Glass s...@chromium.org wrote:
> At present we have code in arch/arm and code in drivers/video. Move it all
> into drivers/video since it is a display driver and our current approach is
> to put all driver code in drivers/.
>
> Make a few functions static
On Sat, 30 Jan 2016 16:37:54 -0700
Simon Glass s...@chromium.org wrote:
> We can check this in Kconfig now.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> drivers/video/Kconfig | 1 +
> drivers/video/tegra.c | 4
> 2 files changed, 1 insertion(+), 4 deletions(-)
Acked-
On Sat, 30 Jan 2016 16:37:47 -0700
Simon Glass s...@chromium.org wrote:
> There isn't a lot of benefit of have two separate files. With driver model
> the code needs to be in the same driver, so it's better to have it in the
> same file.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: N
On Sat, 30 Jan 2016 16:37:50 -0700
Simon Glass s...@chromium.org wrote:
> Adjust the driver to use driver model. The SOR becomes a bridge device. We
> use the normal simple_panel driver to handle the display itself. We also
> need to enable some options such as regulators, PWMs and DM_VIDEO itself
On Sat, 30 Jan 2016 16:37:55 -0700
Simon Glass s...@chromium.org wrote:
> We have a structure for the display panel and another for the controller.
> There is some overlap between them. Merge them to simplify the driver.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> arch/ar
On Sat, 30 Jan 2016 16:37:56 -0700
Simon Glass s...@chromium.org wrote:
> Move this driver over to use driver model. This involves rearranging the
> code somewhat. The effect is that everything is run from the probe() method.
>
> Boards which use this are fixed up, but only seaboard is tested.
>
On Sat, 30 Jan 2016 16:37:57 -0700
Simon Glass s...@chromium.org wrote:
> We can move the static variables into the driver-private data.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> drivers/video/tegra.c | 31 +++
> 1 file changed, 15 insertions
On Sat, 30 Jan 2016 16:37:58 -0700
Simon Glass s...@chromium.org wrote:
> There is no need to have these in a separate file as they are not
> referenced from anywhere else.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> arch/arm/include/asm/arch-tegra20/display.h | 22 --
On Sat, 30 Jan 2016 16:37:59 -0700
Simon Glass s...@chromium.org wrote:
> Join the two functions which decode the device tree and put them in the
> ofdata_to_platdata() method.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> drivers/video/tegra.c | 264
>
On Sat, Jan 30, 2016 at 9:37 PM, Simon Glass wrote:
> diff --git a/drivers/video/tegra.c b/drivers/video/tegra.c
> index bb2601f..f49f95d 100644
> --- a/drivers/video/tegra.c
> +++ b/drivers/video/tegra.c
> @@ -2,7 +2,7 @@
> * Copyright (c) 2011 The Chromium OS Authors.
> * SPDX-License-Ident
On Sat, 30 Jan 2016 16:38:01 -0700
Simon Glass s...@chromium.org wrote:
> Use the driver-model PWM driver in preference to the old code.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> arch/arm/dts/tegra20-colibri.dts | 4
> arch/arm/dts/tegra20-harmony.dts | 4
Android Fastboot requires USB. The TWL4030 PMIC on omap3_logic handles USB
traffic.
This patch sets up the USB gadget and Android Fastboot to match what is done in
the
omap3_beagle project.
Signed-off-by: Adam Ford
---
board/logicpd/omap3som/omap3logic.c | 37 +
Revert commit b352182a and complete generic board support.
Signed-off-by: Albert ARIBAUD
---
arch/arm/mach-kirkwood/Kconfig | 4 +
board/LaCie/wireless_space/Kconfig | 12 ++
board/LaCie/wireless_space/MAINTAINERS | 6 +
board/LaCie/wireless_space/Makefile
Hello Tom,
The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:
video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 735b1a2e5a61401868bb35702b6e5e
On Sunday, January 31, 2016 at 05:16:37 PM, Simon Glass wrote:
> Hi Marek,
Hi,
> Are you planning to convert this to driver model?
No, I don't plan to convert it any soon. CCing some more interested parties.
> I see that two boards still use it.
That's only because you removed the rest apparen
On 01/31/2016 04:17 PM, Simon Glass wrote:
Hi Alexander,
On 14 January 2016 at 22:06, Alexander Graf wrote:
This is my Christmas present for my openSUSE friends :).
U-Boot is a great project for embedded devices. However, convincing
everyone involved that only for "a few oddball ARM devices
The interface automatically converts one 32-bit word into two 16 words.
The README said it is permissible to use this flag in that scenario.
Signed-off-by: Adam Ford
---
include/configs/omap3_logic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/omap3_logic.
UBIFS is the preferred OS, and YAFFS isn't officially included in
Linux. Removing this feature reduces the code size.
Signed-off-by: Adam Ford
---
include/configs/omap3_logic.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
ind
Adjust the Makefile to build u-boot-tegra.bin which contains a device tree
if OF_SEPARATE is enabled, and does not if not. This mirrors U-Boot's new
approach of using u-boot.bin to handle both cases.
Signed-off-by: Simon Glass
---
Changes in v3:
- Update commit message to say OF_SEPARATE instead
At present u-boot.bin holds the plain U-Boot binary without the device tree.
This is somewhat annoying since you need either u-boot.bin or u-boot-dtb.bin
depending on whether device tree is used.
Adjust the build such that u-boot.bin includes a device tree (if enabled),
and the plain binary is in
Fix the ALL-y logic in the Makefile so that is clear that we always want
the -nodtb file.
Signed-off-by: Simon Glass
---
Changes in v3:
- Fix build error when CONFIG_OF_EMBED is used
- Drop unnecessary ifdef around Makefile rule
Changes in v2:
- Rewrite this commit based on tegra feedback
Mak
At present u-boot.bin holds the plain U-Boot binary without the device tree.
This is somewhat annoying since you need either u-boot.bin or u-boot-dtb.bin
depending on whether device tree is used.
This series adjusts the build such that u-boot.bin includes a device tree if
enabled, and the plain bi
At present u-boot-spl.bin holds the plain SPL binary without the device
tree. This is somewhat annoying since you need either u-boot-spl.bin or
u-boot-spl-dtb.bin depending on whether device tree is used.
Adjust the build such that u-boot-spl.bin includes a device tree
(if enabled), and the plain
When OF_CONTROL is enabled, u-boot-dtb.* files are the same as u-boot.*
files. So we can use the latter for simplicity.
Signed-off-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Tweak the tegra rule slightly
Makefile | 15 +++
1 file changed, 7 insertions(+), 8 deletions(
Create u-boot.img even when OF_CONTROL is enabled, so that this file can be
used in both cases.
Signed-off-by: Simon Glass
---
Changes in v3:
- Rewrite the commit message for clarity
Changes in v2: None
Makefile | 13 +++--
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git
We don't need the -dtb suffix anymore, so drop it.
Signed-off-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Fix the update_filename in MCV
Makefile | 10 +-
include/configs/socfpga_mcvevk.h | 2 +-
scripts/Makefile.spl | 6 +++---
3 file
Hi Simon,
On Sun, Jan 31, 2016 at 08:37:45AM -0700, Simon Glass wrote:
>Hi Peng,
>
>On 30 January 2016 at 23:38, Peng Fan wrote:
>> Introudce fdt_get_child_count for get the number of subnodes of
>> one parent node.
>>
>> Signed-off-by: Peng Fan
>> Cc: Simon Glass
>> ---
>> include/libfdt.h |
Hi Bin,
At present U-Boot supports booting a 64-bit kernel directly. It can
also be loaded as a 64-bit payload from EFI. But it cannot be built as
a 64-bit boot loader.
I took a bit of a look at this. It looks like we need to stay in
32-bit mode until the FSP is loaded. Also, to get to 64-bit mod
Hi Marek,
On 31 January 2016 at 14:26, Marek Vasut wrote:
> On Sunday, January 31, 2016 at 05:16:37 PM, Simon Glass wrote:
>> Hi Marek,
>
> Hi,
>
>> Are you planning to convert this to driver model?
>
> No, I don't plan to convert it any soon. CCing some more interested parties.
>
>> I see that t
The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading
MAC address from fuse for ENET2.
Signed-off-by: Ye Li
---
Changes for v3:
- Modify dev_id check expression according to Fabio's comment.
Changes for v2:
- Add second MAC address to README.imx6.
- Ren
Initial version for mx6sx SABREAUTO board support with features:
PMIC, QSPI, NAND flash, SD/MMC, USB, Ethernet, I2C, IO Expander.
Signed-off-by: Ye Li
---
Changes for v3:
- None
Changes for v2:
- None
arch/arm/cpu/armv7/mx6/Kconfig |6 +
board/freescale/mx6s
Hi Alexander,
On 31 January 2016 at 14:43, Alexander Graf wrote:
>
>
> On 01/31/2016 04:17 PM, Simon Glass wrote:
>>
>> Hi Alexander,
>>
>> On 14 January 2016 at 22:06, Alexander Graf wrote:
>>>
>>> This is my Christmas present for my openSUSE friends :).
>>>
>>> U-Boot is a great project for em
Hi Alexander,
On 31 January 2016 at 19:52, Simon Glass wrote:
> Hi Alexander,
>
> On 31 January 2016 at 14:43, Alexander Graf wrote:
>>
>>
>> On 01/31/2016 04:17 PM, Simon Glass wrote:
>>>
>>> Hi Alexander,
>>>
>>> On 14 January 2016 at 22:06, Alexander Graf wrote:
This is my Christma
Fix the lost dts info when merging patches.
Fix DSPI node for 'commit e0579a5852b3 ("armv8/ls1043aqds: add DSPI
support")' and QSPI node for 'commit 166ef1e90ce4 ("armv8/ls1043aqds:
add QSPI support in SD boot")'.
Signed-off-by: Gong Qianyu
---
arch/arm/dts/fsl-ls1043a-qds.dtsi | 46 +++
Introduce fdtdec_get_child_count for get the number of subnodes
of one parent node.
Signed-off-by: Peng Fan
Cc: Simon Glass
---
V2:
correct spell error.
renamed to fdtdec_get_child_count, move code to lib/fdtdec.c and add
prototype in include/fdtdec.h
include/fdtdec.h | 9 +
lib/f
1 - 100 of 110 matches
Mail list logo