Hi Vagrant,
On Sat, Sep 29, 2018 at 4:46 PM Vagrant Cascadian wrote:
>
> From: Vasily Khoruzhick
>
> Sleep gpio is optional, so it's possible to have reset gpio, but no sleep
> gpio.
> We shouldn't fail early in case of missing sleep gpio, otherwise we won't
> deassert reset.
>
> Signed-off-by:
From: AKASHI Takahiro
Currently, image's image_base points to an address where the image was
temporarily uploaded for further loading. Since efi_loader relocates
the image to final destination, image_base and image_size should reflect
that.
This bug was detected in UEFI SCT, "Loaded Image Protoc
On Fri, Sep 28, 2018 at 10:14:28PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this PR.
>
> thanks,
> Jagan.
>
> The following changes since commit bbef20d479441b01d62252cf127498c58078b2c3:
>
> Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze
> (2018-09-27 08:29
On Fri, Sep 28, 2018 at 03:35:52PM +, York Sun wrote:
> Tom,
>
> The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
>
> Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc8
On Fri, Sep 28, 2018 at 03:04:42PM +, York Sun wrote:
> Tom,
>
> The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
>
> Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-fsl-
From: Vasily Khoruzhick
If there's no sleep or reset GPIOs, video_bridge_set_active() returns
-ENOENT. Don't fail in this case, since these GPIOs are optional.
Signed-off-by: Vasily Khoruzhick
Signed-off-by: Vagrant Cascadian
---
drivers/video/bridge/anx6345.c | 2 +-
1 file changed, 1 inser
From: Vasily Khoruzhick
Sleep gpio is optional, so it's possible to have reset gpio, but no sleep gpio.
We shouldn't fail early in case of missing sleep gpio, otherwise we won't
deassert reset.
Signed-off-by: Vasily Khoruzhick
Signed-off-by: Vagrant Cascadian
---
drivers/video/bridge/video-b
From: Vasily Khoruzhick
Allwinner A64 has a I2C controller, which is in the R_ MMIO zone and has
two groups of pinmuxes on PL bank, so it's called R_I2C.
Add support for this I2C controller and the pinmux which doesn't conflict
with RSB
Signed-off-by: Vasily Khoruzhick
Signed-off-by: Vagrant C
From: Vasily Khoruzhick
Pinebook is a laptop produced by Pine64, with USB-connected keyboard,
USB-connected touchpad and an eDP LCD panel connected via a RGB-eDP
bridge from Analogix.
Signed-off-by: Icenowy Zheng
Signed-off-by: Vasily Khoruzhick
Signed-off-by: Vagrant Cascadian
---
arch/ar
From: Vasily Khoruzhick
A64 supports automatic delay calibration and Linux driver uses it
instead of hardcoded delays. Add support for it to u-boot driver.
Fixes eMMC instability on Pinebook
Signed-off-by: Vasily Khoruzhick
Signed-off-by: Vagrant Cascadian
---
arch/arm/include/asm/arch-sunx
This series adds support for the Pinebook, an allwinner A64 laptop
produced by Pine64. It also adds support for mmc delay calibration,
and the anx6345 video bridge, used on the Pinebook.
Vasily Khoruzhick (5):
mmc: sunxi: add support for automatic delay calibration
dm: video: bridge: don't fa
Hi Tom,
The following changes since commit bbef20d479441b01d62252cf127498c58078b2c3:
Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze
(2018-09-27 08:29:10 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch change
On Fri, 28 Sep 2018 13:49:31 +0100
Liviu Dudau liviu.du...@foss.arm.com wrote:
> Add support for the NXP TDA19988 HDMI encoder as used on the Juno
> development board from Arm.
>
> Signed-off-by: Liviu Dudau
> ---
> Changelog:
> - v2: Added MAINTAINERS entry and fixed checkpatch warnings.
>
>
On Fri, 28 Sep 2018 13:50:53 +0100
Liviu Dudau liviu.du...@foss.arm.com wrote:
> Add support for Arm Mali Display Processors DP500, DP550 and DP650.
> Only one layer is being used to display the console or boot logo,
> even if more layers are supported in the hardware.
>
> Signed-off-by: Liviu Du
We only need to run driver-model tests with this config, since this is the
only thing that is different when CONFIG_OF_LIVE is not defined. Filter
out the other tests to same time.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch to reduce the number of tests run with sandbox_flattr
At present the tests run one after the other using a single CPU. This is
not very efficient. Bring in the concurrencytest module and run the tests
concurrently, using one process for each CPU by default. A -P option
allows this to be overridden, which is necessary for code-coverage to
function corr
At present some helper functions are mixed in with the tests. Tidy this
up by moving them to the top. For the few helpers that don't need to be
full class members, make them nested functions.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/binman/ftest.py | 249 +--
Use 'export' to avoid repeating the path setup for each command.
Signed-off-by: Simon Glass
---
Changes in v2: None
test/run | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/test/run b/test/run
index d77a1c371b4..6b73813f9bc 100755
--- a/test/run
+++ b/tes
At present 'make check' leaves some temporary directories around. Part of
this is because we call tools.PrepareOutputDir() twice in some cases,
without calling tools.FinaliseOutputDir() in between.
Fix this.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/binman/elf_test.py | 5 ++
On my Ubuntu 18.04.1 machine two driver-model bus tests have started
failing recently. The problem appears to be that the DATA region of the
executable is protected. This does not seem correct, but perhaps there
is a reason.
To work around it, unprotect the regions in these tests before accessing
There are a few test cases which print output. Suppress this so that tests
can run silently in the normal case.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/buildman/test.py | 4 +++-
tools/dtoc/test_dtoc.py | 6 --
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git
At present calling Uninit() always called ClearProgress() which outputs
a \r character as well as spaces to remove any progress information on the
line. This can mess up the normal output of binman and other tools. Fix
this by outputing this only when progress information has actually been
previous
The 'result' variable counts the number of failures in running the tests.
Rename it to 'failures' to make this more obvious. Also tidy up a few
comments.
Signed-off-by: Simon Glass
---
Changes in v2: None
test/run | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a
With Python 2.7.15rc1, ConfigParser.SafeConfigParser has unfortunately
started returning unicode, for unknown reasons. Adjust the code to handle
this by converting everything to unicode. We cannot convert things to
ASCII since email addresses may be encoded with UTF-8.
Signed-off-by: Simon Glass
This module is often available in the sandbox_spl build created by
'make check'. Use this as a default path so that just typing 'binman -t'
(without setting PYTHONPATH) will generally run the tests.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/binman/binman.py | 2 ++
tools/dtoc/dt
At present this test runs binman twice, which means that the temporary
files from the first run do not get cleaned up. Split this into two tests
to fix this problem.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/binman/ftest.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-
At present the tests are run without any indication of what is running.
For the tests which start with a build this is pretty obvious, but for
tools it is not.
Add a name for each test we run, and print it before starting the test.
Signed-off-by: Simon Glass
---
Changes in v2:
- Quote @$ correct
At present we use 'make tests' to run the tests. For many projects
'make check' is more common, so support that as well. Also add some help
to 'make help'.
Signed-off-by: Simon Glass
---
Changes in v2: None
Makefile | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makef
This variable is not documented or set up in the module. Fix this.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/patman/tools.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/patman/tools.py b/tools/patman/tools.py
index 1c9bf4e8100..bf099798e65 100644
--- a/tools/pat
At present the unicode filtering seems to get confused at times with
this error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position
32: ordinal not in range(128)
It seems to be due to self._nonprint being interpreted as UTF-8. Fix it
by using ordinals instead of character
The filenames of the toolchains on kernel.org changes every now and then.
Fix it for the current change, and make the test use a regex so that it
has a better chance of passing with future changes too.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/buildman/test.py | 6 --
1 file
From: Stephen Warren
After a test has failed, test/py drains the U-Boot console log to ensure
that any relevant output is captured. At this point, we don't care about
detecting any additional errors, since the test is already known to have
failed, and U-Boot will be restarted. To ensure that the
This series includes a number of small changes designed to make tests run
more smoothly. The overall goal is that 'make check' runs cleanly without
unnecessary output and all temporary files aare cleaned up.
Changes in v2:
- Quote @$ correctly so that quoted arguments can be passed to run_test
- A
With there now being four device tree files, and 4 separate
defconfig files, the code necessary to determine which board is
being used is no longer necessary as the corresponding pin-muxing
and board names are determined by the device tree.
Signed-off-by: Adam Ford
diff --git a/board/logicpd/oma
The baseboards and SOM's are virtually identical to their DM37
counterparts, but OMAP36/37 and OMAP3 have some minor register
differences. With the boards being mostly driven by device trees
now, this synchronizes their respective device trees with linux-omap
for-next branch destined for 4.20 (or
With the device trees doing most of the work of pin-muxing and
DM doing much of the peripheral initialization, this creates
new defconfig files for each of the Logic PD variants with
proper register settings/pin-muxing.
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/logicpd-som-lv-35xx-devki
With the introduction of the omap serial driver, the need for some
of these U-Boot specific modifications is gone. This cleans up
this unnneeded stuff.
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.d
The device tree entries are from linux-omap's for-next branch
destined to me put into 4.20 (or whatever the version is after 4.19)
Signed-off-by: Adam Ford
diff --git a/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts
b/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts
index 2428373952..2aca9111c6 100644
Hi Alex,
On 23 September 2018 at 23:34, Alexander Graf wrote:
>
>
> On 24.09.18 00:47, Simon Glass wrote:
>> On my Ubuntu 18.04.1 machine two driver-model bus tests have started
>> failing recently. The problem appears to be that the DATA region of the
>
> Are you sure it's .data and not .rodata?
On Tue, Sep 18, 2018 at 10:35:47AM +0300, Eugen Hristev wrote:
> Call the PDA detection mechanism at boot time so we can have
> the pda environment variable ready for use.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Sep 18, 2018 at 10:35:45AM +0300, Eugen Hristev wrote:
> Call the PDA detection mechanism at boot time so we can have
> the pda environment variable ready for use.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Sep 18, 2018 at 10:35:48AM +0300, Eugen Hristev wrote:
> Add commands for fdt overlay merging. This is required for the boot scripts
> that detect PDAs and apply specific overlays to the DTB passed on to kernel.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Tue, Sep 18, 2018 at 10:35:32AM +0300, Eugen Hristev wrote:
> Bindings for sandbox onewire eeprom driver
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailing list
On Tue, Sep 18, 2018 at 10:35:25AM +0300, Eugen Hristev wrote:
> From: Maxime Ripard
>
> Add a bus driver for bitbanging a 1-Wire bus over a GPIO.
>
> Signed-off-by: Maxime Ripard
> [eugen.hris...@microchip.com: fixed some issues]
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, than
On Tue, Sep 18, 2018 at 10:35:33AM +0300, Eugen Hristev wrote:
> Add basic command for bus information and read for onewire
> bus using Dallas 1-Wire protocol.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Sep 18, 2018 at 10:35:49AM +0300, Eugen Hristev wrote:
> Add commands for fdt overlay merging. This is required for the boot scripts
> that detect PDAs and apply specific overlays to the DTB passed on to kernel.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Tue, Sep 18, 2018 at 10:35:56AM +0300, Eugen Hristev wrote:
> Add onewire node in device tree for TM series LCDs
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot maili
On Tue, Sep 18, 2018 at 10:35:39AM +0300, Eugen Hristev wrote:
> SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
> an EEPROM memory for identification. A special GPIO can be used to read
> this memory over 1wire protocol.
> Enabling one wire and eeprom drivers for this memory.
On Tue, Sep 18, 2018 at 10:35:29AM +0300, Eugen Hristev wrote:
> From: Maxime Ripard
>
> Add a driver that supports Maxim 1 wire EEPROMs families
> DS24B33 and DS2431.
> Can be extended for other families as well.
>
> Signed-off-by: Maxime Ripard
> [eugen.hris...@microchip.com: reworked driver
On Tue, Sep 18, 2018 at 10:35:53AM +0300, Eugen Hristev wrote:
> Add onewire node in device tree for TM series LCDs
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot maili
On Tue, Sep 18, 2018 at 10:35:24AM +0300, Eugen Hristev wrote:
> From: Maxime Ripard
>
> We might want to use 1-Wire devices connected on boards such as EEPROMs in
> U-Boot.
>
> Provide a framework to be able to do that.
>
> Signed-off-by: Maxime Ripard
> [eugen.hris...@microchip.com: reworke
On Tue, Sep 18, 2018 at 10:35:26AM +0300, Eugen Hristev wrote:
> Added bindings specification for bitbanged gpio driver for Dallas
> one wire protocol
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Tue, Sep 18, 2018 at 10:35:31AM +0300, Eugen Hristev wrote:
> Add a sandbox driver for a one wire EEPROM memory
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailin
On Tue, Sep 18, 2018 at 10:35:40AM +0300, Eugen Hristev wrote:
> SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
> an EEPROM memory for identification. A special GPIO can be used to read
> this memory over 1wire protocol.
> Enabling one wire and eeprom drivers for this memory.
On Mon, Sep 10, 2018 at 12:43:16PM +0200, Christian Gmeiner wrote:
> This converts the following to Kconfig:
>CONFIG_DISABLE_CONSOLE
>
> Signed-off-by: Christian Gmeiner
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
On Tue, Sep 18, 2018 at 10:35:38AM +0300, Eugen Hristev wrote:
> SAMA5D3 SoC can have extra clip boards (PDAs) connected, which have
> an EEPROM memory for identification. A special GPIO can be used to read
> this memory over 1wire protocol.
> Enabling one wire and eeprom drivers for this memory.
On Tue, Sep 18, 2018 at 10:35:28AM +0300, Eugen Hristev wrote:
> When a new device is discovered, this may be a w1 eeprom device.
> Attempt to find the proper node and driver from the w1-eeprom subsystem.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.as
On Tue, Sep 18, 2018 at 10:35:36AM +0300, Eugen Hristev wrote:
> To be able to test Dallas onewire protocol and one wire eeproms driver
> and subsystem, add in sandbox defconfig the drivers' config.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Desc
On Sun, Sep 09, 2018 at 08:50:40AM -0500, Adam Ford wrote:
> The simple pin controller works for da850, so this patch enables
> this to pin-mux the pins defined in the device tree for the da850evm.
>
> Signed-off-by: Adam Ford
>
> diff --git a/configs/da850evm_defconfig b/configs/da850evm_defco
On Tue, Sep 18, 2018 at 10:35:37AM +0300, Eugen Hristev wrote:
> SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
> an EEPROM memory for identification. A special GPIO can be used to read
> this memory over 1wire protocol.
> Enabling one wire and eeprom drivers for this memory.
On Tue, Sep 18, 2018 at 10:35:35AM +0300, Eugen Hristev wrote:
> Add a node for the one wire uclass and one wire gpio driver
> in sandbox.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Tue, Sep 11, 2018 at 10:15:05PM -0500, Adam Ford wrote:
> With DM_MMC working for both SPL and U-Boot, this patch removes
> the legacy style of initializing the MMC driver.
>
> Signed-off-by: Adam Ford
>
> diff --git a/board/logicpd/omap3som/omap3logic.c
> b/board/logicpd/omap3som/omap3logi
On Tue, Sep 18, 2018 at 10:35:41AM +0300, Eugen Hristev wrote:
> SAMA5D4 SoC can have extra clip boards (PDAs) connected, which have
> an EEPROM memory for identification. A special GPIO can be used to read
> this memory over 1wire protocol.
> Enabling one wire and eeprom drivers for this memory.
On Sat, Sep 08, 2018 at 08:16:24AM -0500, Adam Ford wrote:
> With the omap_mmc driver no longer supporting cd-inverted, this
> patch removes all these references since they are not needed.
>
> Signed-off-by: Adam Ford
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP s
On Tue, Sep 18, 2018 at 10:35:44AM +0300, Eugen Hristev wrote:
> Call the PDA detection mechanism at boot time so we can have
> the pda environment variable ready for use.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Sep 18, 2018 at 10:35:50AM +0300, Eugen Hristev wrote:
> Add commands for fdt overlay merging. This is required for the boot scripts
> that detect PDAs and apply specific overlays to the DTB passed on to kernel.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Tue, Sep 18, 2018 at 10:35:27AM +0300, Eugen Hristev wrote:
> From: Maxime Ripard
>
> We might want to access data stored onto one wire EEPROMs.
> Create a framework to provide a consistent API.
>
> Signed-off-by: Maxime Ripard
> [eugen.hris...@microchip.com: reworked patch]
> Signed-off-by
On Sat, Sep 08, 2018 at 08:16:23AM -0500, Adam Ford wrote:
> With DM_GPIO and DM_MMC translating GPIO_ACTIVE_LOW, any boards
> using the 'cd-invert' option will no longer need to do this. This
> patch removes the support for 'invert' from the MMC driver.
>
> Signed-off-by: Adam Ford
Applied to
On Fri, Jul 06, 2018 at 04:27:35PM +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Add a document to describe file system firmware loader binding
> information.
>
> Signed-off-by: Tien Fong Chee
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signatu
On Tue, Sep 18, 2018 at 10:35:30AM +0300, Eugen Hristev wrote:
> Bindings for Maxim's ds24 onewire EEPROM families driver
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot
On Tue, Sep 18, 2018 at 10:35:51AM +0300, Eugen Hristev wrote:
> Add commands for fdt overlay merging. This is required for the boot scripts
> that detect PDAs and apply specific overlays to the DTB passed on to kernel.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Fri, Jul 06, 2018 at 04:26:01PM +0800, 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 loader, so some checking codes need to be factored out
On Tue, Sep 18, 2018 at 10:35:46AM +0300, Eugen Hristev wrote:
> Call the PDA detection mechanism at boot time so we can have
> the pda environment variable ready for use.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Sep 18, 2018 at 10:35:55AM +0300, Eugen Hristev wrote:
> Add onewire node in device tree for TM series LCDs
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot maili
On Sun, Sep 09, 2018 at 07:05:57AM -0500, Adam Ford wrote:
> Previously poweroff was located under boot. It seems to make more
> sense to have it located under the Device access commands.
>
> Signed-off-by: Adam Ford
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 13d4c991bf..56f70a7f6e 100
On Tue, Sep 18, 2018 at 10:35:57AM +0300, Eugen Hristev wrote:
> Add onewire node in device tree for TM series LCDs
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot maili
On Tue, Sep 18, 2018 at 10:35:34AM +0300, Eugen Hristev wrote:
> Add onewire "w1" groups and pin function for onewire GPIOs in sandbox.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sun, Sep 09, 2018 at 09:21:21AM -0500, Adam Ford wrote:
> With DM_I2C and DM_GPIO working, this patch can enable the
> GPIO expander on the I2C bus. This GPIO expander is connected
> to some of the DIP switches and can now read the status of these
> pins.
>
> Signed-off-by: Adam Ford
>
> di
On Tue, Sep 18, 2018 at 10:35:42AM +0300, Eugen Hristev wrote:
> This adds the support for PDA detection as common code for
> Atmel boards.
> Using the one wire interface over GPIO , an EEPROM memory is read
> and compared to preprogrammed values for PDA screens TM4300, TM7000
> and TM7000B.
> Onc
On Sun, Sep 09, 2018 at 04:12:11PM -0500, Adam Ford wrote:
> With the pinctrl function enabled and the device tree setting up
> the pins we want to use, this patch removes the manual pinmuxing
> except for that which is not done by the device tree and minimal
> pins necessary for SPL (like serial,
On Tue, Sep 18, 2018 at 10:35:43AM +0300, Eugen Hristev wrote:
> Call the PDA detection mechanism at boot time so we can have
> the pda environment variable ready for use.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sun, Sep 09, 2018 at 07:25:30AM -0500, Adam Ford wrote:
> The simple pinctrl driver currently available works with the omap3.
> Enabling this will use the device tree to automatically set the
> pin-muxing for various drivers.
>
> Signed-off-by: Adam Ford
>
> diff --git a/configs/am3517_evm_d
On Tue, Sep 18, 2018 at 10:35:54AM +0300, Eugen Hristev wrote:
> Add onewire node in device tree for TM series LCDs
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot maili
On Wed, Sep 19, 2018 at 04:06:49PM -0500, Adam Ford wrote:
> With DM enabled, this patch enables DM_SERIAL and removes
> the NS16550 initialization from da850_lowlevel since the driver
> will take care of that itself.
>
> Signed-off-by: Adam Ford
Applied to u-boot/master, thanks!
--
Tom
sig
On Tue, Sep 18, 2018 at 10:35:52AM +0300, Eugen Hristev wrote:
> Add commands for fdt overlay merging. This is required for the boot scripts
> that detect PDAs and apply specific overlays to the DTB passed on to kernel.
>
> Signed-off-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Fri, Jul 06, 2018 at 04:28:03PM +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> This is file system generic loader which can be used to load
> the file image from the storage into target such as memory.
> The consumer driver would then use this loader to program whatever,
>
On Fri, Jul 06, 2018 at 04:26:36PM +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Add a function to find the block device descriptor of the parent
> device.
>
> Signed-off-by: Tien Fong Chee
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signatu
On Sun, Sep 09, 2018 at 08:50:39AM -0500, Adam Ford wrote:
> With DM enabled, this patch enables the 'dm' command to access
> the dm tree, uclass and devres.
>
> Signed-off-by: Adam Ford
>
> diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
> index 0369e93eb2..812de499ba 1006
On Fri, Jul 06, 2018 at 04:27:08PM +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Provide information about
>
> - overview of file system firmware loader driver model
> - describe storage device and partition in device tree source
> - describe fie system firmware loader API
>
On Fri, Jul 06, 2018 at 04:25:12PM +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> cmd_ubifs_umount() function would be called directly instead of involving
> whole command machinery in generic firmware loader, so checking on
> ubifs_initialized status need to be done in cmd_ub
On Thu, Sep 27, 2018 at 10:01:48AM +0200, Nicholas Faustini wrote:
> The uinitrd fixup logic should be executed after the FDT /chosen
> node has been properly populated by fdt_initrd()
>
> Signed-off-by: Nicholas Faustini
>
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: PGP signa
On Thu, Sep 27, 2018 at 10:01:47AM +0200, Nicholas Faustini wrote:
> When updating the board FDT, some of the operations
> are performed by ft_board_setup_ex() and should be
> executed also by the fdt command.
>
> Signed-off-by: Nicholas Faustini
Reviewed-by: Tom Rini
--
Tom
signature.asc
This enable FIT image support.
Signed-off-by: Pierre-Jean Texier
---
configs/warp7_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 15a6673..919d484 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -8,6 +
This enable FIT image support.
Signed-off-by: Pierre-Jean Texier
---
configs/warp7_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 15a6673..919d484 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -8,6 +
UBI should not mess with MTD partitions, now that the partitions are
handled in a clean way, clean the ubi command and avoid using this
uneeded extra-glue to reference the devices.
Signed-off-by: Miquel Raynal
Reviewed-by: Stefan Roese
Reviewed-by: Boris Brezillon
---
cmd/Kconfig | 2 ++
cmd/
The 'mtdparts' command is not needed anymore. While the environment
variable is still valid (and useful, along with the 'mtdids' one), the
command has been replaced by 'mtd' which is much more close to the MTD
stack and do not add its own specific glue.
Signed-off-by: Miquel Raynal
Reviewed-by: S
Using an MTD device (resp. partition) name in mtdparts is simple and
straightforward. However, for a long time already, another name was
given in mtdparts to indicate a device (resp. partition) so the
"mtdids" environment variable was created to do the match.
Let's create a function that, from an
There should not be a 'nand' command, a 'sf' command and certainly not
a new 'spi-nand' command. Write a 'mtd' command instead to manage all
MTD devices/partitions at once. This should be the preferred way to
access any MTD device.
Signed-off-by: Miquel Raynal
Acked-by: Jagan Teki
Reviewed-by: S
Instead of collecting partitions in a flat list, create a hierarchy
within the mtd_info structure: use a partitions list to keep track of
the partitions of an MTD device (which might be itself a partition of
another MTD device), a pointer to the parent device (NULL when the MTD
device is the root o
The current parser is very specific to U-Boot mtdparts implementation.
It does not use MTD structures like mtd_info and mtd_partition. Copy
and adapt the current parser in drivers/mtd/mtd-uclass.c (to not break
the current use of mtdparts.c itself) and write some kind of a wrapper
around the curren
1 - 100 of 104 matches
Mail list logo