Hi Jernej,
On Mon, Mar 27, 2017 at 07:22:28PM +0200, Jernej Skrabec wrote:
> This series implements support for HDMI output. This is done using
> DM video framework and sharing the HDMI controller code with RK3288.
>
> Patch 1 splits out TCON code which is completely reusable on
> all Allwinner S
Heiko wrote...
> > Thanks for the answer, I figured out what the problem is, in the fact I
> > was using a zImage, using an uImage format solve the problem :-)
> > It should maybe added to the documentation ;-)
>
> Patches are welcome!
I don't know that part of the code well enough to know wheth
On Mon, Apr 17, 2017 at 10:38:03AM +0800, Chen-Yu Tsai wrote:
> Hi,
>
> (Resent from my main email address.)
>
> What's the current status of u-boot-sunxi? There are still some
> patch series floating around. Some of them have been around for
> a while now, listed here in no particular order:
>
Hi Andy,
1. no base address definition in header file, like CRU, GRF base;
2. some comment style need to fix;
3. patches for Makefile seems not correct;
Thanks,
- Kever
On 04/21/2017 10:29 AM, Andy Yan wrote:
The RK3368 is an octa-core Cortex-A53 SoC from Rockchip.
This adds basic support
Hi Rask,
On 02/27/2017 04:01 AM, Rask Ingemann Lambertsen wrote:
> An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the
> Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators
> and sets up the runtime address and master/slave mode in pmic_bus_init().
>
> AXP8
Hi Olliver,
On 03/01/2017 09:52 PM, Olliver Schinagl wrote:
> Use a define for the chip version mask on the axp209.
I missed this patch...Could you resend the patch with other patches?
(on latest u-boot version.)
There is conflict.
Best Regards,
Jaehoon Chung
>
> Signed-off-by: Olliver Schina
Hi,
On 04/15/2017 02:50 AM, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot
> Reviewed-by: Simon Glass
Applied to u-boot-mmc. Thanks!
Best Regards,
Jaehoon Chung
> ---
> include/configs/am335x_evm.h | 1 +
> include/configs/am335x_shc.h | 1 +
> include/configs/chiliboard.h |
Hi,
On 04/15/2017 02:50 AM, Jean-Jacques Hiblot wrote:
> Signed-off-by: Jean-Jacques Hiblot
> Reviewed-by: Simon Glass
Applied to u-boot-mmc. Thanks!
Best Regards,
Jaehoon Chung
> ---
> drivers/mmc/Kconfig | 1 +
> drivers/mmc/omap_hsmmc.c | 39 ---
>
ARCompact cores are not supposed to be used in SMP designs
(this doesn't stop people from creation of heterogeneous chips,
for an example keep reading) so there's no point in
checking ARCNUM and halting somebody if we build for ARC700.
Moreover on AXS101 board we have ARC770 in the ASIC together w
There's no reason to keep data cache disabled in axs101
board any longer, enabling it.
Signed-off-by: Alexey Brodkin
---
configs/axs101_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig
index 1af505d9ebc4..b9ea1c6dea21 100644
--- a/c
Those could be easily used on USB flash drives or on SD/MMC cards.
Signed-off-by: Alexey Brodkin
---
configs/axs101_defconfig | 3 +++
configs/axs103_defconfig | 3 +++
2 files changed, 6 insertions(+)
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig
index b9ea1c6dea21..9d7dc7f7
Enable shell commands history on ARC boards for
more convenience of users.
Signed-off-by: Alexey Brodkin
---
include/configs/axs10x.h | 1 +
include/configs/nsim.h | 1 +
include/configs/tb100.h | 1 +
3 files changed, 3 insertions(+)
diff --git a/include/configs/axs10x.h b/include/configs/a
When unlock, if caller is not the sema owner,
return -EACCES, not 1.
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
arch/arm/imx-common/rdc-sema.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/imx-common/rdc-sema.c b/arch/arm/imx-common/rdc-sema.c
index 5df4e02..1d
LS2080ARDB/LS2088ARDB RevF board has smart voltage translator
which needs to be programmed to enable high speed SD interface
by setting GPIO4_10 output to zero
Signed-off-by: Priyanka Jain
Signed-off-by: Santan Kumar
---
.../include/asm/arch-fsl-layerscape/immap_lsch3.h |3 +++
board/frees
On Friday 21 April 2017 09:38 AM, Vignesh R wrote:
> Hi Franklin,
>
> On Thursday 20 April 2017 08:55 PM, Franklin S Cooper Jr wrote:
>> This patch series converts the davinci i2c driver to use device model.
>> This updated driver has been verified on both Keystone K2G and Keystone
>> K2L evms b
On Fri, Apr 21, 2017 at 4:00 AM, Dalon Westergreen
wrote:
> On Thu, 2017-04-20 at 07:12 -0700, Dalon Westergreen wrote:
>> On Wed, 2017-04-19 at 23:58 -0500, Dinh Nguyen wrote:
>> >
>> > On Wed, Apr 19, 2017 at 6:21 PM, Dalon Westergreen
>> > wrote:
>> > >
>> > >
>> > > On Wed, 2017-04-19 at 13:5
The DM version of scsi_scan() is becoming a bit long, it can be split:
scsi_scan() iterates over the IDs and LUNs and for each id/lun pair calls
do_scsi_scan_one() to do the work of:
- detecting an attached drive
- creating the associated block device if a drive is found.
Signed-off-by: Jean-Jac
This phy is found on omap platforms with sata capabilities.
Except for the part related to the DM and the PHY framework, the code is
basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c
Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
Reviewed-by: Simon Glass
---
changes since v
The PHY framework provides a set of APIs to control a PHY. This API is
derived from the linux version of the generic PHY framework.
Currently the API supports init(), deinit(), power_on, power_off() and
reset(). The framework provides a way to get a reference to a phy from the
device-tree.
Signed-
Implement a sata driver for Synopsys DWC sata device based on
U-boot driver model.
Signed-off-by: Mugunthan V N
Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
Reviewed-by: Simon Glass
---
drivers/block/Kconfig| 10 +
drivers/block/Makefile | 1 +
drivers/block/dwc_ahci.
Those tests check:
- the ability for a phy-user to get a phy based on its name or its index
- the ability of a phy device (provider) to manage multiple ports
- the ability to perform operations on the phy (init,deinit,on,off)
- the behavior of the uclass when optional operations are not implemented
This is needed to probe devices under that bus such as the SATA PHY.
Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
---
arch/arm/dts/omap5-u-boot.dtsi | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi
index 6305f57.
This series adds support for SATA using the driver model on omap platforms.
It is based on the work of Mugunthan V N in Feb 2016
In the process it adds a new framework to manage PHY devices
changes since v3:
* Add a patch to split scsi_scan() as discussed in
https://patchwork.ozlabs.org/patch/74
Enable disk driver model for dra7xx_evm as dwc_ahci supports
driver model. As a consequence we must also enable CONFIG_BLK and
CONFIG_DM_USB.
Signed-off-by: Mugunthan V N
Signed-off-by: Jean-Jacques Hiblot
Reviewed-by: Tom Rini
---
configs/dra7xx_evm_defconfig| 12 +++-
configs/dra
Finally adding support for ARC boards in TravisCI.
To build for ARC boards we need to install Synopsys prebuilt toolchain
which we do here.
Signed-off-by: Alexey Brodkin
Cc: Tom Rini
---
.travis.yml | 8
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index f68
Reviewed-by: Philipp Tomsich mailto:philipp.toms...@theobroma-systems.com>>
> On 20 Apr 2017, at 06:45, Eric Gao wrote:
>
> Signed-off-by: Eric Gao
>
> ---
>
> Changes in v4: None
> Changes in v3:
> -Split GRF changes as a single patch
>
> Changes in v2: None
>
> arch/arm/include/asm/arch-r
Update QIXIS related code to be executed
only if CONFIG_FSL_QIXIS flag is enabled
Signed-off-by: Priyanka Jain
---
board/freescale/ls2080ardb/ls2080ardb.c | 19 ---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/board/freescale/ls2080ardb/ls2080ardb.c
b/board/
QSPI-boot is verified on LS20080ARDB RevF board
with LS2088A SoC.
LS2088ARDB RevF Board has limitation that QIXIS
can not be access, so QIXIS flag is kept disabled
Signed-off-by: Priyanka Jain
Signed-off-by: Suresh Gupta
---
Changes for v3:Udated README
Changes for v2: Incorporated Sun York's
Eric,
I’d like to request another minor edit (see below) … sorry for sending this as
two separate mails, but I only just spotted this.
> On 20 Apr 2017, at 06:45, Eric Gao wrote:
>
> Signed-off-by: Eric Gao
>
> ---
>
> Changes in v4: None
> Changes in v3:
> -Split GRF changes as a single pa
On 04/21/2017 11:45 AM, Ley Foon Tan wrote:
> On Fri, Apr 21, 2017 at 4:00 AM, Dalon Westergreen
> wrote:
>> On Thu, 2017-04-20 at 07:12 -0700, Dalon Westergreen wrote:
>>> On Wed, 2017-04-19 at 23:58 -0500, Dinh Nguyen wrote:
On Wed, Apr 19, 2017 at 6:21 PM, Dalon Westergreen
wrot
Hi Jacob,
Am 21.04.2017 um 05:34 schrieb Jacob Chen:
> Add support for the rk818 regulator. The regulator module consists
> of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to
> power OTG and HDMI5V.
>
> TODO: I don't know how to deal with BOOST and LDO9,
> so just ignore them now
Hi Jacob,
Am 21.04.2017 um 05:34 schrieb Jacob Chen:
> The RK818 chip is a Power Management IC (PMIC) for multimedia and handheld
> devices.
>
> For boards use rk818, the input current should be set in the early stage,
> before
> ddr initialization.
>
> To use rk818,below configs should be enabl
Dear Adam,
On the mainline u-boot we found a commit which helps to fix a problem
regarding PCIe and the Armada 370:
http://git.denx.de/?p=u-boot.git;a=commit;h=6bbe0924a799d33c1a8c9de38b60a5e0251f2aea
We currently facing a similar problem with the Armada 385 and PCIe. The
problem also appears wit
On Fri, Apr 21, 2017 at 01:35:43PM +0300, Alexey Brodkin wrote:
> Finally adding support for ARC boards in TravisCI.
>
> To build for ARC boards we need to install Synopsys prebuilt toolchain
> which we do here.
>
> Signed-off-by: Alexey Brodkin
> Cc: Tom Rini
Reviewed-by: Tom Rini
--
Tom
Hi Tom,
On Fri, 2017-04-21 at 09:13 -0400, Tom Rini wrote:
> On Fri, Apr 21, 2017 at 01:35:43PM +0300, Alexey Brodkin wrote:
>
> >
> > Finally adding support for ARC boards in TravisCI.
> >
> > To build for ARC boards we need to install Synopsys prebuilt toolchain
> > which we do here.
> >
> >
On Fri, Apr 21, 2017 at 01:14:23PM +, Alexey Brodkin wrote:
> Hi Tom,
>
> On Fri, 2017-04-21 at 09:13 -0400, Tom Rini wrote:
> > On Fri, Apr 21, 2017 at 01:35:43PM +0300, Alexey Brodkin wrote:
> >
> > >
> > > Finally adding support for ARC boards in TravisCI.
> > >
> > > To build for ARC bo
On Fri, 2017-04-21 at 14:17 +0200, Marek Vasut wrote:
> On 04/21/2017 11:45 AM, Ley Foon Tan wrote:
> >
> > On Fri, Apr 21, 2017 at 4:00 AM, Dalon Westergreen
> > wrote:
> > >
> > > On Thu, 2017-04-20 at 07:12 -0700, Dalon Westergreen wrote:
> > > >
> > > > On Wed, 2017-04-19 at 23:58 -0500, Di
Hi Tom,
On Fri, 2017-04-21 at 09:17 -0400, Tom Rini wrote:
> On Fri, Apr 21, 2017 at 01:14:23PM +, Alexey Brodkin wrote:
> >
> > Hi Tom,
> >
> > On Fri, 2017-04-21 at 09:13 -0400, Tom Rini wrote:
> > >
> > > On Fri, Apr 21, 2017 at 01:35:43PM +0300, Alexey Brodkin wrote:
> > >
> > > >
> >
On 04/21/2017 03:17 PM, Dalon Westergreen wrote:
> On Fri, 2017-04-21 at 14:17 +0200, Marek Vasut wrote:
>> On 04/21/2017 11:45 AM, Ley Foon Tan wrote:
>>>
>>> On Fri, Apr 21, 2017 at 4:00 AM, Dalon Westergreen
>>> wrote:
On Thu, 2017-04-20 at 07:12 -0700, Dalon Westergreen wrote:
>
This adds ACPI S3 (suspend to ram) resume capability in U-Boot.
With S3 support within U-Boot, the board wakes up and resumes to
OS very quickly.
This so far is enabled and tested on Intel MinnowMax board. Please
check README.x86 for how to test it with a plain Linux kernel.
Linux (w/ or w/o SeaBI
This adds APIs for determining previous sleep state from ACPI I/O
registers, as well as clearing sleep state on BayTrail SoC.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/cpu/baytrail/acpi.c | 47 ++
arch/x86/inclu
This introduces a Kconfig option for ACPI S3 resume, as well as a
header file to include anything related to ACPI S3 resume.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- fixed several nits in CONFIG_HAVE_ACPI_RESUME Kconfig help text
- return -EINVAL instead of -1 in a
When U-Boot is built without ACPI S3 support, it should not report
S3 in the ACPI table otherwise when kernel does STR it won't work.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl | 2 ++
arch/x86/include/asm/g
U-Boot itself as well as everything that is consumed by U-Boot (like
heap, stack, dtb, etc) needs to be reserved and reported in the E820
table when S3 resume is on.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/Kconfig| 8
arch/x86/li
In enter_acpi_mode() PM1_CNT register is changed to PM1_CNT_SCI_EN
directly without preserving its previous value. Update to change
the register access to read-modify-write (RMW).
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/lib/acpi_table.c | 4 +++-
1 fi
At the end of pre-relocation phase, save the new stack address
to CMOS and use it as the stack on next S3 boot for fsp_init()
continuation function.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- add a function comment block for fsp_save_s3_stack()
- check error on calli
This turns on ACPI S3 resume for minnowmax board.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
configs/minnowmax_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 8dac1d7..aa50e88 100644
--
This adds one API acpi_find_wakeup_vector() to locate OS wakeup
vector from the ACPI FACS table, to be used in the S3 boot path.
Signed-off-by: Bin Meng
---
Changes in v2:
- add a function comment block for acpi_find_wakeup_vector()
arch/x86/include/asm/acpi_table.h | 10 ++
arch/x86/incl
Before jumping to OS waking up vector, we need turn on ACPI mode
for S3, just like what we do for a normal boot.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/lib/acpi_s3.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/lib/acpi_s3.c b/arch
Now that we have ACPI S3 support on Intel MinnowMax board, document
some generic information of S3 and how to test it.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- add some notes about testing S3 resume on Windows
- rebase on u-boot/master
doc/README.x86 | 24 +++
Call board_final_cleanup() before write_tables(), so that anything
done in board_final_cleanup() on a normal boot path is also done
on an S3 resume path.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/cpu/cpu.c | 4 ++--
1 file changed, 2 insertions(+), 2 de
In an S3 resume path, U-Boot does everything like a cold boot except
in the last_stage_init() it jumps to the OS resume vector.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/cpu/cpu.c | 8
arch/x86/include/asm/acpi_s3.h | 10 ++
Introduce a new CONFIG_S3_VGA_ROM_RUN option so that U-Boot can
bypass executing VGA roms in S3.
Signed-off-by: Bin Meng
---
Changes in v2: None
arch/x86/Kconfig | 12
drivers/pci/pci_rom.c | 14 ++
2 files changed, 26 insertions(+)
diff --git a/arch/x86/Kconfig
When ACPI S3 resume is turned on, we should pass different boot mode
to FSP init instead of default BOOT_FULL_CONFIG.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/include/asm/acpi_s3.h | 18 ++
arch/x86/lib/fsp/fsp_common.c | 26 ++
U-Boot sets up the real mode interrupt handler stubs starting from
address 0x1000. In most cases, the first 640K (0x0 - 0x9)
system memory is reported as system RAM in E820 table to the OS.
(see install_e820_map() implementation for each platform). So OS
can use these memories whatever it w
This adds OS_RESUME (0x40) and RESUME_FAILURE (0xed) post codes.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/include/asm/post.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h
index 6b774bd..
When SeaBIOS is being used, U-Boot reserves a memory area to be
used for configuration tables like ACPI. But it should not be
cleared otherwise ACPI table will be missing.
Signed-off-by: Bin Meng
---
Changes in v2:
- new patch "Do not clear high table area for S3"
- drop patch "x86: fsp: Mark t
This adds a wake up stub before jumping to OS wake up vector.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- add brackets around the second x in RELOCATED(x) macro
- word-wrap to use more columns
- change to use present tense in the comments
arch/x86/cpu/Makefile
Add one member in the global data to store previous sleep state,
and display the state during boot in print_cpuinfo().
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- add a function comment block for acpi_ss_string()
- use a string array for sleep state string
- add a des
This adds a library that provides CMOS (inside RTC SRAM) access
at a very early stage when driver model is not available yet.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2: None
arch/x86/include/asm/early_cmos.h | 43 +
arch/x86/lib/Makefil
To do something more in acpi_resume() like turning on ACPI mode,
we need locate ACPI FADT table pointer first. But currently this
is done in acpi_find_wakeup_vector().
This changes acpi_resume() signature to accept ACPI FADT pointer
as the parameter. A new API acpi_find_fadt() is introduced, and
a
enter_acpi_mode() is useful on other boot path like S3 resume, so
make it public.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v2:
- add a function comment block for enter_acpi_mode()
arch/x86/include/asm/acpi_table.h | 9 +
arch/x86/lib/acpi_table.c | 2 +-
Almost all TI defconfigs enable this already, add this as a default
and remove the explicit assignment.
Signed-off-by: Andrew F. Davis
---
Changes from v1:
- Use imply instead of default
arch/arm/Kconfig | 2 ++
configs/am335x_baltos_defconfig| 1 -
confi
Hi Tom,
please pull two bugfixes for qemu_mips, thanks.
The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:
Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes
The first patch is the addition of a KConfig option for the date
command. I haven't updated any boards to use the new option due to the
sheer number of boards that would affect. It's probably better if board
maintainers switch if/when they're ready.
The second patch is the change I really want to
Signed-off-by: Chris Packham
---
cmd/Kconfig | 6 ++
1 file changed, 6 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 13dc46a..1aaf8c5 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -676,6 +676,12 @@ config CMD_LED
with led on/off/togle/blink. Any LED drivers can be con
Add an implementation of the ds1307 driver that uses the driver model
i2c APIs.
Signed-off-by: Chris Packham
---
drivers/rtc/Kconfig | 7 ++
drivers/rtc/ds1307.c | 196 ++-
2 files changed, 184 insertions(+), 19 deletions(-)
diff --git a/driv
On Fri, 2017-04-21 at 15:31 +0200, Marek Vasut wrote:
> On 04/21/2017 03:17 PM, Dalon Westergreen wrote:
> >
> > On Fri, 2017-04-21 at 14:17 +0200, Marek Vasut wrote:
> > >
> > > On 04/21/2017 11:45 AM, Ley Foon Tan wrote:
> > > >
> > > >
> > > > On Fri, Apr 21, 2017 at 4:00 AM, Dalon Westergre
On 04/21/2017 06:37 PM, Dalon Westergreen wrote:
[...]
> My proposal is revert back to its original code, revert
> socfpga_bridges_reset() return type to void and don't check error from
> fpgamgr_test_fpga_ready(). So, we can support Gen5 boot without
> program FPGA.
Isn
Hi Simon,
On 2017-04-20 23:04, Simon Glass wrote:
> Hi Jonas,
>
> On 20 April 2017 at 12:23, Jonas Karlman wrote:
>> Set ethernet mac address in late init for Tinker Board,
>> prevents getting a random mac address each boot.
>>
>> Read mac address from eeprom, first 6 bytes from m24c08@50.
>> Sa
Hi Tom,
Here is a small pull request for UniPhier SoCs.
Please pull!
- Add USB PHY settings
- Use PSCI system reset when used with ARM Trusted Firmware
- Improve boot log to show SCP status
- Sync DT with Linux
The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:
Merg
2017-04-14 11:30 GMT+09:00 Masahiro Yamada :
> Set the same PHY parameters as the Boot ROM uses.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot-uniphier/master.
--
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
https:
2017-04-20 16:54 GMT+09:00 Masahiro Yamada :
>
>
> Masahiro Yamada (3):
> ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig
> ARM: uniphier: show STM (SCP) status on boot and pinmon command
> ARM: dts: uniphier: sync Device Tree with Linux
>
> arch/arm/dts/uniphier-ld11.dtsi
Dne petek, 21. april 2017 ob 09:04:13 CEST je Maxime Ripard napisal(a):
> Hi Jernej,
>
> On Mon, Mar 27, 2017 at 07:22:28PM +0200, Jernej Skrabec wrote:
> > This series implements support for HDMI output. This is done using
> > DM video framework and sharing the HDMI controller code with RK3288.
>
On 04/19/2017 05:16 AM, Sumit Garg wrote:
Signed-off-by: Sumit Garg
Signed-off-by: Udit Agarwal
Tested-by: Vinitha Pillai
---
Changes in v2:
Changed order of patch 1 & 2. Also moved assignment of ppa_esbc_hdr to
CONFIG_SYS_LS_PPA_ESBC_ADDR in XIP space as it's not required in case of
SD/NAND.
> -Original Message-
> From: York Sun [mailto:york@nxp.com]
> Sent: Saturday, April 22, 2017 1:03 AM
> To: Sumit Garg ; u-boot@lists.denx.de
> Cc: Ruchika Gupta ; Prabhakar Kushwaha
> ; Vini Pillai ; Udit
> Agarwal
> Subject: Re: [PATCH v2 2/3] fsl: PPA: add support PPA image validatio
Hi Simon,
The patches has been rebased on the master branch of u-boot-dm git tree
Could you help take them?
Best Regards,
Wenyou Yang
On 2017/4/18 15:31, Wenyou Yang wrote:
> Enable the early debug UART to debug problems when an ICE or other
> debug mechanism is not available.
>
> Signed-off-
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
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9263ek/at91sam
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
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9rlek/at91sam9rl
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
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
Reviewed-by: Simon Glass
---
Changes in v5:
- Adjust CONFIG_ENV_OFFSET for NAND to avoid
Hi Simon,
The patches has been rebased on the master branch of u-boot-dm git tree
Could you help take them?
Best Regards,
Wenyou Yang
On 2017/4/18 15:28, Wenyou Yang wrote:
> Enable the early debug UART to debug problems when an ICE or other
> debug mechanism is not available.
>
> Signed-off-
Hi Simon,
The patches has been rebased on the master branch of u-boot-dm git tree
Could you help take them?
Best Regards,
Wenyou Yang
On 2017/4/18 14:54, Wenyou Yang wrote:
> Enable the early debug UART to debug problems when an ICE or other
> debug mechanism is not available.
>
> Signed-off-
Hi Simon,
The patches has been rebased on the master branch of u-boot-dm git tree
Could you help take them?
Best Regards,
Wenyou Yang
On 2017/4/18 15:15, Wenyou Yang wrote:
> Enable the early debug UART to debug problems when an ICE or other
> debug mechanism is not available.
>
> Signed-off-
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
Reviewed-by: Simon Glass
---
Changes in v4:
- Adjust CONFIG_ENV_OFFSET for NAND to avoid
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
Reviewed-by: Simon Glass
---
Changes in v4:
- Adjust CONFIG_ENV_OFFSET for NAND to avoid
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
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9m10g45ek/at91sa
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
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
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 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
Add the compatible "atmel,at91rm9200-clk-master" to align with
the kernel.
Signed-off-by: Wenyou Yang
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2:
- Add the Reviewed-by tags.
drivers/clk/at91/clk-master.c | 1 +
1 file changed, 1 insertion(+)
Applied t
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
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 v4: None
Changes in v3: None
Changes in v2:
- Use an enum with a descriptive name to denote the clock typ
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 v5: None
Changes in v4: None
Changes in v3:
- Remove Atmel mci related code.
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
Remove the unnecessary header files.
Signed-off-by: Wenyou Yang
---
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 2 --
1 file changed, 2 deletions(-)
Applied to u-boot-dm/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.d
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
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
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 53
Hi Simon,
The patches has been rebased on the master branch of u-boot-dm git tree
Could you help take them?
Best Regards,
Wenyou Yang
On 2017/4/18 15:18, Wenyou Yang wrote:
> Enable the early debug UART to debug problems when an ICE or other
> debug mechanism is not available.
>
> Signed-off-
1 - 100 of 124 matches
Mail list logo