Hi Simon,
On 18 February 2016 at 00:30, Simon Glass wrote:
> Hi Jagan,
>
> On 14 February 2016 at 13:46, Jagan Teki wrote:
>> Compared to previous patch series this series adds spi-nor
>> core with spi-nor controller drivers are of "mtd uclass"
>>
>> This is whole series for all spi-nor related
QSPI and IFC are pin-multiplexed on LS1043A. So if QSPI is enabled,
IFC should be disabled.
But just disable IFC driver in LS1043A Linux is not enough because
mdio-mux will access IFC address space -- actually it accesses FPGA
which is connected to IFC CS3. So disable the whole IFC node in
Linux de
There is a requirement of u-boot dts fix-up before it is being
consumed by u-boot.
NXP's SoC LS2085A, LS2080A and LS2088A are almost same except variation
in ARM core where LS2085A/LS2080A has A57 and LS2088A has A72.
These SoCs will be placed on common LS2085ARDB platform.
So instead of maintain
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gong
> Qianyu
> Sent: Monday, February 22, 2016 3:35 PM
> To: u-boot@lists.denx.de; york sun ; o...@buserror.net
> Cc: Qianyu Gong ; Mingkai Hu
>
> Subject: [U-Boot] [PATCH] armv8/fsl-layerscape: add IF
From: Christophe Ricard
In some case wordlen may not be set. Use SPI_DEFAULT_WORDLEN as default.
Signed-off-by: Christophe Ricard
Reviewed-by: Simon Glass
Reviewed-by: Jagan Teki
---
drivers/spi/spi-uclass.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spi-uclass.c b/drive
From: Christophe Ricard
Remove unused variable irqstatus in omap3_spi_txrx
Signed-off-by: Christophe Ricard
Reviewed-by: Simon Glass
Reviewed-by: Jagan Teki
---
drivers/spi/omap3_spi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c
inde
Changes for v4:
- rebase to master
Changes for v3:
- Add DECLARE_GLOBAL_DATA_PTR
Changes for v2:
- Added dm pindir-d0-out-d1-in logic
- Updated comment about 4-wire master mode as per Linux.
Christophe Ricard (2):
spi: omap3: Remove unused variable irqstatus in om
Header file have macro's and register definition and
some unneeded function proto types which becomes tunned
further in future patches and entire driver code resides
in one file for more readability.
Cc: Tom Rini
Cc: Simon Glass
Cc: Christophe Ricard
Signed-off-by: Jagan Teki
---
drivers/spi/
After this conversion the driver will able to support
both dm and non-dm and code is more extensible like we
can remove the non-dm part simply without touching anycode
if all the boards which are using this driver become dm driven.
Cc: Tom Rini
Reviewed-by: Simon Glass
Acked-by: Christophe Ricar
Attach static on local defined functions.
Cc: Tom Rini
Cc: Simon Glass
Cc: Christophe Ricard
Signed-off-by: Jagan Teki
---
drivers/spi/omap3_spi.c | 19 ++-
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c
index 1
Christophe,
Please test this series if you have hw.
On 22 February 2016 at 18:09, Jagan Teki wrote:
> Changes for v4:
> - rebase to master
> Changes for v3:
> - Add DECLARE_GLOBAL_DATA_PTR
> Changes for v2:
> - Added dm pindir-d0-out-d1-in logic
> - Updated commen
Provide user option to skip SPL signature verification for cases where
u-boot is build with SPL support but full U-Boot is also verified
without SPL.
If you want to support this feature please add env__spl_skipped = True
to your boardenv configuration file.
For example Xilinx Zynq is using this fe
On 22.2.2016 13:07, Jason Wu wrote:
> Remove the miss-placed \0 and add missing ; for usbboot env variable.
>
> Signed-off-by: Jason Wu
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index e8c3ef0..98c8313 100644
> --- a/include/configs/zynq-common.h
> +++ b/inc
On Sun, 21 Feb 2016 21:10:26 -0700
Simon Glass s...@chromium.org wrote:
> Make sure to free memory used when the scale facture is incorrect.
>
> Reported-by: Coverity (CID: 24068)
> Signed-off-by: Simon Glass
> ---
>
> drivers/video/stb_truetype.h | 5 -
> 1 file changed, 4 insertions(+),
Hi Simon,
On Sun, 21 Feb 2016 21:10:25 -0700
Simon Glass s...@chromium.org wrote:
> When the resolution is not supported we should free the memory we don't plan
> to use.
>
> Reported-by: Coverity (CID: 135127)
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/video/console_truetype.c | 1 +
Remove the miss-placed \0 and add missing ; for usbboot env variable.
Signed-off-by: Jason Wu
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index e8c3ef0..98c8313 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -227,8 +227,7 @@
The serdes protocol entries in Serdes table 1 for protocol
0x03, 0x33, 0x35 and in Serdes table 2 for protocols 0x45
and 0x47 are updated to reflect the entries in
current Reference Manual.
Signed-off-by: Pratiyush Mohan Srivastava
---
arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 14 +++
On Mon, Feb 22, 2016 at 02:27:34PM +0530, Jagan Teki wrote:
> Hi Simon,
>
> On 18 February 2016 at 00:30, Simon Glass wrote:
> > Hi Jagan,
> >
> > On 14 February 2016 at 13:46, Jagan Teki wrote:
> >> Compared to previous patch series this series adds spi-nor
> >> core with spi-nor controller dri
On Sun, 21 Feb 2016 21:08:38 -0700
Simon Glass s...@chromium.org wrote:
> Move all the exynos video drivers into one place for ease of maintenance.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.
On Sun, 21 Feb 2016 21:08:39 -0700
Simon Glass s...@chromium.org wrote:
> We always use device tree with video, so can drop these #ifdefs. Some of the
> hardware addresses are not needed either.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
On Sun, 21 Feb 2016 21:08:39 -0700
Simon Glass s...@chromium.org wrote:
> We always use device tree with video, so can drop these #ifdefs. Some of the
> hardware addresses are not needed either.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
On Sun, 21 Feb 2016 21:08:40 -0700
Simon Glass s...@chromium.org wrote:
> Use 'struct vidinfo' instead so that we can change this to a struct with a
> different name in future.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot ma
On Sun, 21 Feb 2016 21:08:41 -0700
Simon Glass s...@chromium.org wrote:
> Drop this and use parameters instead.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
Dear U-Boot support,
I have problems while running following commands in U-Boot:
U-Boot => sf probe 0 0 0
SF: Detected S25FL512S with page size 512, total: 67108864
U-Boot => mtdparts
device nor0 , # parts = 4
#: namesizeoffset mask_flags
0: boot
On Sun, 21 Feb 2016 21:08:42 -0700
Simon Glass s...@chromium.org wrote:
> Drop these and use parameters instead.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
On Sun, 21 Feb 2016 21:08:43 -0700
Simon Glass s...@chromium.org wrote:
> Drop these and use the existing variables instead.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de
On 13.2.2016 11:39, Michal Simek wrote:
> The problem with current implementation is that SPDDONE bit is 1
> but link bit is zero. That's why phydev->link is setup to 0
> which ending up in driver failure that link is not up.
>
> Log:
> Zynq> dhcp
> ethernet@e000b000 Waiting for PHY auto negotiati
On 13.2.2016 11:39, Michal Simek wrote:
> This phy is available at Zybo board.
>
> Signed-off-by: Michal Simek
> ---
>
> include/configs/zynq-common.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index e8c3ef0c3872..7b
On 13.2.2016 11:39, Michal Simek wrote:
> Zybo contains on board HDMI that's why enable EDID.
> Doing it via config because zynq i2c driver hasn't been moved to DM yet
> and enabling via Kconfig requires DM_I2C.
> This will be moved that driver is moved to DM.
>
> Signed-off-by: Michal Simek
> --
On 13.2.2016 11:39, Michal Simek wrote:
> DTS syncup with Linux kernel.
> Add missing reset-gpio property.
>
> Signed-off-by: Michal Simek
> ---
>
> This patch is in queue to next kernel version
>
> ---
> arch/arm/dts/zynq-zybo.dts | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>
On 15.2.2016 14:17, Jagan Teki wrote:
> On 13 February 2016 at 16:32, Michal Simek wrote:
>> Extend options for saving variables to QSPI.
>>
>> Signed-off-by: Michal Simek
>> ---
>
> Applied to u-boot-spi/master
>
Are you going to send PR to this release?
Thanks,
Michal
--
Michal Simek, Ing
On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
On 15.2.2016 14:17, Jagan Teki wrote:
On 13 February 2016 at 16:32, Michal Simek wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek
---
Applied to u-boot-spi/master
Are you going to send PR to this r
On 22.2.2016 16:20, Jagan Teki wrote:
>
>
> On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
>> On 15.2.2016 14:17, Jagan Teki wrote:
>>> On 13 February 2016 at 16:32, Michal Simek wrote:
Extend options for saving variables to QSPI.
Signed-off-by: Michal Simek
---
>>
On 19.2.2016 21:55, Simon Glass wrote:
> Hi Michal,
>
> On 18 February 2016 at 09:01, Michal Simek wrote:
>> Compile DCC serial driver by default.
>>
>> Signed-off-by: Michal Simek
>> ---
>>
>> include/configs/xilinx_zynqmp.h | 9 +++--
>> include/configs/zynq-common.h | 8 ++--
>> 2
Hi Tom,
please pull these fixes to your tree.
Below is the log from buildman for zynq platform.
Microblaze build is broken by one commit I have just replied in
different thread.
Thanks,
Michal
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' o
Hi,
On 8.2.2016 21:49, Tom Rini wrote:
> On Fri, Feb 05, 2016 at 05:55:14PM +0900, Masahiro Yamada wrote:
>
>> The build command of u-boot-spl.dtb is not constant, but dependent
>> on CONFIG_OF_SPL_REMOVE_PROPS. Use $(call if_changed,...) so that
>> the change of CONFIG_OF_SPL_REMOVE_PROPS is de
On 19.2.2016 21:55, Simon Glass wrote:
> Hi Michal,
>
> On 18 February 2016 at 09:01, Michal Simek wrote:
>> Enabling this driver requires some DT changes.
>> Adding DCC to root or main bus:
>> dcc: dcc {
>> compatible = "arm,dcc";
>> u-boot,dm-pre-reloc;
>> };
>>
>> Extend alias
On Sun, 21 Feb 2016 21:08:45 -0700
Simon Glass s...@chromium.org wrote:
> In preparation for making this a parameter, move it into the function
> that sets it up.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-B
On Sun, 21 Feb 2016 21:08:44 -0700
Simon Glass s...@chromium.org wrote:
> Drop these and use parameters instead.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
On Sun, 21 Feb 2016 21:08:46 -0700
Simon Glass s...@chromium.org wrote:
> Put the pointer to this structure in struct vidinfo so that we can
> reference it without it being global.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boo
On Sun, 21 Feb 2016 21:08:47 -0700
Simon Glass s...@chromium.org wrote:
> In preparation for making this a parameter, move it into the function
> that sets it up.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-B
On Sun, 21 Feb 2016 21:08:48 -0700
Simon Glass s...@chromium.org wrote:
> At present exynos_fimd.c is the controller and exynos_fb.c is the U-Boot
> LCD interface. With driver model we want these in one file, so join them
> in preparation.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gusts
On Sun, 21 Feb 2016 21:08:50 -0700
Simon Glass s...@chromium.org wrote:
> This is used for video signals in some drivers so provide a standard way
> of representing it in an enum.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot
On Sun, 21 Feb 2016 21:08:59 -0700
Simon Glass s...@chromium.org wrote:
> Rename this function to better fit with driver model. It is the private data
> for the exynos EDP driver.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot
On Mon, Feb 22, 2016 at 04:51:47PM +0100, Michal Simek wrote:
> Hi,
>
> On 8.2.2016 21:49, Tom Rini wrote:
> > On Fri, Feb 05, 2016 at 05:55:14PM +0900, Masahiro Yamada wrote:
> >
> >> The build command of u-boot-spl.dtb is not constant, but dependent
> >> on CONFIG_OF_SPL_REMOVE_PROPS. Use $(ca
From: Stuart Yoder
Remove stream ID partitioning support that has been made
obsolete by upstream device tree bindings that specify how
representing how PCI requester IDs are mapped to MSI specifiers
and SMMU stream IDs.
Signed-off-by: Stuart Yoder
---
arch/arm/cpu/armv8/fsl-layerscape/fdt.c |
From: Stuart Yoder
put pci_get_hose_head() prototype in header so it is available to
external users-- allowing them to find and iterate over all pci controllers
Signed-off-by: Stuart Yoder
---
include/pci.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/pci.h b/include/pci.h
in
From: Stuart Yoder
msi-map properties are used to tell an OS how PCI requester
IDs are mapped to ARM SMMU stream IDs. This patch defines a
function to append a single msi-map entry to a given PCI controller
device tree node.
Signed-off-by: Stuart Yoder
---
drivers/pci/pcie_layerscape.c | 43
From: Stuart Yoder
A binding for PCI nodes has been finalized specifying how PCI
device IDs can be mapped to MSI specifiers. See
Documentation/devicetree/bindings/pci/pci-msi.txt in the kernel.
For ls2080a and similar Layerscape SoCs, the MSI specifier is the stream
id. A programmable table (L
From: Stuart Yoder
-update comments around how stream IDs are partitioned
-stream IDs allocated to PCI are no longer divided up by
controller, but are instead a contiguous range
Signed-off-by: Stuart Yoder
---
.../asm/arch-fsl-layerscape/ls2080a_stream_id.h| 55
1
From: Stuart Yoder
add a function to return the next available stream ID
for PCI
Signed-off-by: Stuart Yoder
---
drivers/pci/pcie_layerscape.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/pci/pcie_layerscape.c b/drivers/pci/pcie_layerscape.c
index 6886488..f96a08c
From: Stuart Yoder
for all PCI devices discovered in a system:
-allocate a LUT (look-up-table) entry in that PCI controller
-allocate a stream ID for the device
-program and enable a LUT entry (maps PCI requester id to stream ID)
-set the msi-map property on the controller reflecting the
From: Stuart Yoder
The per-PCI controller LUT (Look-Up-Table) is a 32-entry table
that maps PCI requester IDs (bus/dev/fun) to a stream ID.
This patch implements infrastructure to enable LUT initialization:
-define registers offsets
-add an index to 'struct ls_pcie' to track next available s
On Sun, 21 Feb 2016 21:09:00 -0700
Simon Glass s...@chromium.org wrote:
> Use 'priv' for a private pointer and 'regs' for a register pointer.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mailing list
U-Boot@lists.denx.de
htt
On 02/12/2016 02:16 PM, Marek Vasut wrote:
On 02/12/2016 10:15 PM, Joe Hershberger wrote:
On Fri, Feb 12, 2016 at 2:56 PM, Stephen Warren wrote:
From: Stephen Warren
The alignment and size were swapped, leading to malloc heap corruption.
On my system, this sometimes caused U-Boot to crash d
On Sun, 21 Feb 2016 21:09:01 -0700
Simon Glass s...@chromium.org wrote:
> Update several boards to use driver model for video. This involves changes
> to the EDP and FIMD (frame buffer) drivers. Existing PWM, simple-panel and
> pwm-backlight drivers are used. These work without additional configur
On Sun, 21 Feb 2016 21:09:02 -0700
Simon Glass s...@chromium.org wrote:
> Now that we are using driver model, we can drop the weak functions and LCD
> init in the board file.
>
> Signed-off-by: Simon Glass
Acked-by: Anatolij Gustschin
___
U-Boot mail
Hi Marek,
On Sat, 11 Oct 2014 18:42:49 +0200
Marek Vasut ma...@denx.de wrote:
> Add basic framebuffer driver for the S3C24xx family of CPUs.
>
> Signed-off-by: Marek Vasut
> Cc: Anatolij Gustschin
> Cc: Kyungmin Park
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
> Cc: Vladimir Zapolskiy
>
> V2:
Hi Tom,
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 703c
On 02/21/2016 11:07 PM, Huan Wang wrote:
> Hi, York,
>
>> On Tue, Feb 9, 2016 at 8:57 AM, York Sun wrote:
>>> Convert ls1021aqds_nor_lpuart and ls1021aqds_ddr4_nor_lpuart to driver
>>> model suport. Enable lpuart port driver.
>>>
>>> Signed-off-by: York Sun
>>> CC: Alison Wang
>>> CC: Bin Meng
On 02/22/2016 05:52 AM, Michal Simek wrote:
Provide user option to skip SPL signature verification for cases where
u-boot is build with SPL support but full U-Boot is also verified
without SPL.
If you want to support this feature please add env__spl_skipped = True
to your boardenv configuration f
On 02/21/2016 05:57 PM, Alexander Graf wrote:
> Howdy,
>
> Currently on arm64 there is a big pile of mess when it comes to MMU
> support and page tables. Each board does its own little thing and the
> generic code is pretty dumb and nobody actually uses it.
>
> This patch set tries to clean that
From: Fabio Estevam
Use the new NXP emails.
Signed-off-by: Fabio Estevam
---
board/freescale/mx6qarm2/MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/mx6qarm2/MAINTAINERS
b/board/freescale/mx6qarm2/MAINTAINERS
index 52cf7f9..fdbc7fa 100644
-
On Mon, Feb 22, 2016 at 2:51 PM, Maxime Jayat wrote:
> Hello,
> I was hit by the same problem, where my USB SD card reader would timeout
> in U-boot when reading a large file (16 MB). Changing USB_MAX_XFER_BLK
> to 32767 fixed the problem but I investigated a little more.
> I was curious to see w
> Am 22.02.2016 um 18:37 schrieb york sun :
>
>> On 02/21/2016 05:57 PM, Alexander Graf wrote:
>> Howdy,
>>
>> Currently on arm64 there is a big pile of mess when it comes to MMU
>> support and page tables. Each board does its own little thing and the
>> generic code is pretty dumb and nobody a
On 02/22/2016 10:02 AM, Alexander Graf wrote:
>
>
>> Am 22.02.2016 um 18:37 schrieb york sun :
>>
>>> On 02/21/2016 05:57 PM, Alexander Graf wrote:
>>> Howdy,
>>>
>>> Currently on arm64 there is a big pile of mess when it comes to MMU
>>> support and page tables. Each board does its own little th
Hi York,
On 15 February 2016 at 02:16, Jagan Teki wrote:
> Compared to previous patch series this series adds spi-nor
> core with spi-nor controller drivers are of "mtd uclass"
>
> This is whole series for all spi-nor related changes, and while
> series tested on spansion spi-nor chip.
>
> Know i
On 02/21/2016 06:57 PM, Alexander Graf wrote:
The idea to generate our pages tables from an array of memory ranges
is very sound. However, instead of hard coding the code to create up
to 2 levels of 64k granule page tables, we really should just create
normal 4k page tables that allow us to set c
On 02/21/2016 06:57 PM, Alexander Graf wrote:
Now that we have nice table driven page table creating code that gives
us everything we need, move to that.
diff --git a/include/configs/tegra210-common.h
b/include/configs/tegra210-common.h
+#define CONFIG_SYS_FULL_VA
+#define CONFIG_SYS_MEM_M
On Feb 22, 2016, at 7:12 PM, york sun wrote:
> On 02/22/2016 10:02 AM, Alexander Graf wrote:
>>
>>
>>> Am 22.02.2016 um 18:37 schrieb york sun :
>>>
On 02/21/2016 05:57 PM, Alexander Graf wrote:
Howdy,
Currently on arm64 there is a big pile of mess when it comes to MMU
>>
On 02/21/2016 06:57 PM, Alexander Graf wrote:
Howdy,
Currently on arm64 there is a big pile of mess when it comes to MMU
support and page tables. Each board does its own little thing and the
generic code is pretty dumb and nobody actually uses it.
This patch set tries to clean that up. After th
On Feb 22, 2016, at 7:18 PM, Stephen Warren wrote:
> On 02/21/2016 06:57 PM, Alexander Graf wrote:
>> The idea to generate our pages tables from an array of memory ranges
>> is very sound. However, instead of hard coding the code to create up
>> to 2 levels of 64k granule page tables, we really
On 02/22/2016 10:31 AM, Alexander Graf wrote:
>
> On Feb 22, 2016, at 7:12 PM, york sun wrote:
>
>> On 02/22/2016 10:02 AM, Alexander Graf wrote:
>>>
>>>
Am 22.02.2016 um 18:37 schrieb york sun :
> On 02/21/2016 05:57 PM, Alexander Graf wrote:
> Howdy,
>
> Currently on
On 02/22/2016 10:18 AM, Jagan Teki wrote:
> Hi York,
>
> On 15 February 2016 at 02:16, Jagan Teki wrote:
>> Compared to previous patch series this series adds spi-nor
>> core with spi-nor controller drivers are of "mtd uclass"
>>
>> This is whole series for all spi-nor related changes, and while
On 02/21/2016 06:57 PM, Alexander Graf wrote:
The idea to generate our pages tables from an array of memory ranges
is very sound. However, instead of hard coding the code to create up
to 2 levels of 64k granule page tables, we really should just create
normal 4k page tables that allow us to set c
On 02/22/2016 11:37 AM, Alexander Graf wrote:
On Feb 22, 2016, at 7:18 PM, Stephen Warren wrote:
On 02/21/2016 06:57 PM, Alexander Graf wrote:
The idea to generate our pages tables from an array of memory ranges
is very sound. However, instead of hard coding the code to create up
to 2 levels
On Mon, Feb 22, 2016 at 3:17 PM, Jagan Teki wrote:
> Can you pls- test the dataflash changes? use u-boot-spi/spi-nor
Does not even build for me (mx6qsabresd_defconfig) :
CC drivers/misc/mxc_ocotp.o
drivers/dfu/dfu_sf.c: In function ‘dfu_read_medium_sf’:
drivers/dfu/dfu_sf.c:23:2: warning
Since a recent merge 5160def "dm: lpuart: Drop the legacy code",
ls1021aqds_ddr4_nor_lpuart and ls1021aqds_nor_lpuart failed to
compile because they are using legacy driver for lpuart. Following
ls1021atwr, ls1021aqds should be converted as well.
Changes in v2:
Fix default device tree name for l
Convert ls1021aqds_nor_lpuart and ls1021aqds_ddr4_nor_lpuart
to driver model suport. Enable lpuart port driver.
Signed-off-by: York Sun
CC: Alison Wang
CC: Bin Meng
---
Changes in v2:
Fix default device tree name for ls1021aqds_ddr4_nor_lpuart_defconfig
arch/arm/dts/Makefile
Split duart configuration as device tree file. Move /chosen node
out of board commone device tree. Convert ls1021aqds nor and SD
configurations to driver model support (qspi already uses DM).
Enable ns16550 DM serial driver for nor configurations.
Signed-off-by: York Sun
CC: Alison Wang
CC: Bin
On 22.02.16 19:39, york sun wrote:
> On 02/22/2016 10:31 AM, Alexander Graf wrote:
>>
>> On Feb 22, 2016, at 7:12 PM, york sun wrote:
>>
>>> On 02/22/2016 10:02 AM, Alexander Graf wrote:
> Am 22.02.2016 um 18:37 schrieb york sun :
>
>> On 02/21/2016 05:57 PM, Alexander Graf
On 02/22/2016 11:42 AM, Alexander Graf wrote:
>
>
> On 22.02.16 19:39, york sun wrote:
>> On 02/22/2016 10:31 AM, Alexander Graf wrote:
>>>
>>> On Feb 22, 2016, at 7:12 PM, york sun wrote:
>>>
On 02/22/2016 10:02 AM, Alexander Graf wrote:
>
>
>> Am 22.02.2016 um 18:37 schrieb yo
Fix spelling errors in the "booti" help text and bring it more
in line with the bootm/bootz help texts.
Signed-off-by: Karsten Merker
---
cmd/bootm.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/cmd/bootm.c b/cmd/bootm.c
index 48738ac..555ccbc 100644
--- a/c
On 22.02.16 20:52, york sun wrote:
> On 02/22/2016 11:42 AM, Alexander Graf wrote:
>>
>>
>> On 22.02.16 19:39, york sun wrote:
>>> On 02/22/2016 10:31 AM, Alexander Graf wrote:
On Feb 22, 2016, at 7:12 PM, york sun wrote:
> On 02/22/2016 10:02 AM, Alexander Graf wrote:
>>
Hello,
while experimenting with the arm64 support I have stumbled over
two small spelling issues in the "booti" help text:
s/specifying the size of RAW initrd/specifying the size of a RAW initrd/
s/a Linux kernelrequires/a Linux kernel requires/
While editing the help text I have ended up wi
On 02/22/2016 12:09 PM, Alexander Graf wrote:
>
>
> On 22.02.16 20:52, york sun wrote:
>> On 02/22/2016 11:42 AM, Alexander Graf wrote:
>>>
>>>
>>> On 22.02.16 19:39, york sun wrote:
On 02/22/2016 10:31 AM, Alexander Graf wrote:
>
> On Feb 22, 2016, at 7:12 PM, york sun wrote:
>
Gets propagated into the device tree and then into /proc/cpuinfo where
users often expect it.
Signed-off-by: Lubomir Rintel
---
arch/arm/mach-bcm283x/include/mach/mbox.h | 11 +++
board/raspberrypi/rpi/rpi.c | 33 +++
2 files changed, 44 insertio
Scrolling the simple framebuffer is really slow in Raspberry Pi to the
point it delays the boot by a second or two and makes longer output
inconvenient to follow (printenv, md).
Signed-off-by: Lubomir Rintel
---
include/configs/rpi-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/inc
From: Fabio Estevam
CONFIG_IMX_FIXED_IVT_OFFSET and CONFIG_FSL_CLK are not used
anywhere, so just remove them.
Signed-off-by: Fabio Estevam
---
include/configs/mx7_common.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index f
From: Fabio Estevam
CONFIG_MXC_UART_BASE should not be defined in mx7_common.h as
the console port can vary from board to board.
Define CONFIG_MXC_UART_BASE locally instead.
Signed-off-by: Fabio Estevam
---
include/configs/mx7_common.h | 1 -
include/configs/mx7dsabresd.h | 2 ++
2 files cha
On Mon, 2016-02-22 at 18:05 +0800, Gong Qianyu wrote:
> QSPI and IFC are pin-multiplexed on LS1043A. So if QSPI is enabled,
> IFC should be disabled.
> But just disable IFC driver in LS1043A Linux is not enough because
> mdio-mux will access IFC address space -- actually it accesses FPGA
> which is
On Mon, 2016-02-22 at 16:05 +0530, Prabhakar Kushwaha wrote:
> There is a requirement of u-boot dts fix-up before it is being
> consumed by u-boot.
You might want to explain the reason *why* we have this requirement -- that
the board takes a socketed SoC, and we don't want to have to reflash the b
On Wed, 2016-02-10 at 05:20 +, york sun wrote:
> On 02/09/2016 09:10 PM, Scott Wood wrote:
> > On Wed, 2016-02-10 at 02:30 +, york sun wrote:
>
>
>
> > >
> > > Aneesh and Scott,
> > >
> > > I need to revisit this patch. Would it be better to change it as below?
> > >
> > > +#if define
On Tue, Feb 23, 2016 at 3:01 AM, York Sun wrote:
> Split duart configuration as device tree file. Move /chosen node
> out of board commone device tree. Convert ls1021aqds nor and SD
> configurations to driver model support (qspi already uses DM).
> Enable ns16550 DM serial driver for nor configura
On Tue, Feb 23, 2016 at 3:01 AM, York Sun wrote:
> Convert ls1021aqds_nor_lpuart and ls1021aqds_ddr4_nor_lpuart
> to driver model suport. Enable lpuart port driver.
>
> Signed-off-by: York Sun
> CC: Alison Wang
> CC: Bin Meng
>
> ---
>
> Changes in v2:
> Fix default device tree name for ls102
On 02/22/2016 05:38 PM, Scott Wood wrote:
> On Wed, 2016-02-10 at 05:20 +, york sun wrote:
>> On 02/09/2016 09:10 PM, Scott Wood wrote:
>>> On Wed, 2016-02-10 at 02:30 +, york sun wrote:
>>
>>
>>
Aneesh and Scott,
I need to revisit this patch. Would it be better to chan
Hi Michal, Tom, Simon
2016-02-23 1:16 GMT+09:00 Tom Rini :
> On Mon, Feb 22, 2016 at 04:51:47PM +0100, Michal Simek wrote:
>> Hi,
>>
>> On 8.2.2016 21:49, Tom Rini wrote:
>> > On Fri, Feb 05, 2016 at 05:55:14PM +0900, Masahiro Yamada wrote:
>> >
>> >> The build command of u-boot-spl.dtb is not
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Tuesday, February 23, 2016 6:52 AM
> To: Prabhakar Kushwaha ; u-
> b...@lists.denx.de
> Cc: york sun ; Priyanka Jain
> Subject: Re: [RFC] armv8: layerscape: Add support of u-boot device tree fix-
> up
>
> On Mon, 2
On 2016-02-19 13:24, Fabio Estevam wrote:
> On Fri, Feb 19, 2016 at 5:52 AM, Alison Wang wrote:
>> In commit [net: phy: do not read configuration register on
>> reset], phy_reset() will clear the BMCR register. Bit 12(AUTO_NEGOTIATION)
>> is cleared too. It causes auto-negotiation timeout error o
From: Stuart Longland
This is an enhancement that permits storing the environment file on an
EXT4 partition such as the root filesystem. It is based on the existing
FAT environment file code.
---
common/Makefile | 2 +
common/cmd_nvedit.c | 3 +-
common/env_ext4.c | 127 ++
1 - 100 of 142 matches
Mail list logo