On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote:
> Fix a cast that causes warnings on 64-bit machines.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/mmc/pci_mmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Bin Meng
Hi Jaehoon,
On Mon, Oct 10, 2016 at 2:37 PM, Jaehoon Chung wrote:
> Hi Simon, Bin,
>
> On 09/26/2016 12:33 PM, Simon Glass wrote:
>> Fix a cast that causes warnings on 64-bit machines.
>
> If you are ok, I will pick this. how about?
>
I am OK with that. thanks!
Regards,
Bin
Dear Kever,
On 10/07/2016 04:10 PM, Kever Yang wrote:
> Hi Jaehoon,
>
> On 09/30/2016 06:48 PM, Jaehoon Chung wrote:
>> Hi Kever,
>>
>> On 09/30/2016 07:05 PM, Kever Yang wrote:
>>> Hi Wenyou,
>>>
>>> I can not enable my emmc device on my evb-rk3399 with this patch,
>>> could you help to f
Hi Jaehoon,
On 10/10/2016 07:01 AM, Jaehoon Chung wrote:
On 10/07/2016 06:23 PM, Kever Yang wrote:
Init the clock rate to CONFIG_ROCKCHIP_SDHCI_MAX_FREQ with clock driver
api.
Signed-off-by: Kever Yang
---
drivers/mmc/rockchip_sdhci.c | 4
1 file changed, 4 insertions(+)
diff --git
Hi Simon, Bin,
On 09/26/2016 12:33 PM, Simon Glass wrote:
> Fix a cast that causes warnings on 64-bit machines.
If you are ok, I will pick this. how about?
Best Regards,
Jaehoon Chung
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/mmc/pci_mmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1
On 09/27/2016 09:33 AM, Simon Glass wrote:
> On 9 September 2016 at 03:23, Jaehoon Chung wrote:
>> This patch support the driver model for s5p_sdhci controller.
>> To support the legacy model, maintained the existing code.
>>
>> Note: If use the Driver Model, it needs to modify the device-tree.
>>
On 09/27/2016 09:33 AM, Simon Glass wrote:
> On 23 September 2016 at 04:14, Jaehoon Chung wrote:
>> "host->version" isn't a SoC specific value.
>> It doesn't need to get in each SoC drivers.
>>
>> Signed-off-by: Jaehoon Chung
>> ---
>> drivers/mmc/atmel_sdhci.c | 1 -
>> drivers/mmc/bcm2835_sd
On 09/27/2016 09:33 AM, Simon Glass wrote:
> On 23 September 2016 at 04:13, Jaehoon Chung wrote:
>> Some arguments don't need to pass to dwmci_setup_cfg.
>> They are already included in dwmci_host structure.
>>
>> Signed-off-by: Jaehoon Chung
>> ---
>> drivers/mmc/dw_mmc.c | 13 ++--
On 09/27/2016 09:33 AM, Simon Glass wrote:
> On 25 September 2016 at 17:10, Jaehoon Chung wrote:
>> Use the generic error number instead of meaningless value.
>>
>> Signed-off-by: Jaehoon Chung
>> ---
>> Changelog for V2:
>> - Fix the missed error number
>> - Add the other control
Hi Sergey,
On 10/09/2016 01:49 PM, Sergey Kubushyn wrote:
> This allows to place U-Boot environment into eMMC boot partition thus
> saving space on user partition for the OS (or whatever.) When booting
> off of eMMC many (all?) MCUs can use dedicated boot0/boot1 partitions
> to boot so U-Boot (or
Hi Peng,
On 10/08/2016 07:07 PM, Peng Fan wrote:
> In device tree, there is vmmc-supply property for SD/MMC.
> Introduce mmc_power_init function to handle vmmc-supply.
As i know, vqmmc-supply should be optional. Do you have a plan to add this?
>
> mmc_power_init will first invoke board_mmc_powe
On Sat, Oct 8, 2016 at 1:53 PM, Bin Meng wrote:
> Hi Simon,
>
> On Sat, Oct 8, 2016 at 10:25 AM, Bin Meng wrote:
>> Hi Simon,
>>
>> On Thu, Oct 6, 2016 at 10:42 AM, Simon Glass wrote:
>>> Bring in a faster memmove() from Linux 4.7. This speeds up scrolling on the
>>> display.
>>>
>>> Signed-off-
Hi Tom.
Please pull some more UniPhier updates:
- Various SoC specpfic updates (DRAM, PLL, errata)
- Minor cleanups
- Add UniPhier reset controller driver
Note:
I am touching include/reset-uclass.h by
"reset: declare fdtdec_phandle_args as struct to fix warning".
I included it in this pull-re
2016-10-08 13:25 GMT+09:00 Masahiro Yamada :
>
> - Various SoC specpfic updates (DRAM, PLL, errata)
> - Minor cleanups
> - Add UniPhier reset controller driver
>
>
>
> Masahiro Yamada (9):
> ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoC
> ARM: uniphier: update DRAM init code for
Hello,
On 10/08/2016 03:44 PM, Tom Rini wrote:
> On Thu, Oct 06, 2016 at 11:08:55PM +0200, Cédric Le Goater wrote:
>
>> We are working on bringing to mainline a set of changes adding support
>> for the Aspeed SoC and we have a couple of work around we are trying
>> to elimitate first. This is one
On 10/07/2016 06:23 PM, Kever Yang wrote:
> Init the clock rate to CONFIG_ROCKCHIP_SDHCI_MAX_FREQ with clock driver
> api.
>
> Signed-off-by: Kever Yang
> ---
>
> drivers/mmc/rockchip_sdhci.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/mmc/rockchip_sdhci.c b/drivers/mm
Please ignore the crufty v4 cover; the following v5 is correct (a
single patch) as requested by Jagan.
Thanks, Steve
On Sun, Oct 9, 2016 at 2:04 PM, Stephen Arnold
wrote:
> From: Steve Arnold
>
> * changes from lamobo-r1 required include:
> - unset ahci power pin
> - usbvbus gpio pin change
On 10/09/2016 12:53 AM, Jagan Teki wrote:
> On Sat, Oct 8, 2016 at 10:51 PM, york sun wrote:
>> On 10/06/2016 02:38 PM, York Sun wrote:
>>> The endianness can be changed by RCW + PBI sequence. It may have
>>> other than power on reset value.
>>>
>>> Signed-off-by: York Sun
>>> CC: Yuan Yao
>>> C
From: Steve Arnold
* changes from lamobo-r1 required include:
- unset ahci power pin
- usbvbus gpio pin change
- mmc cd gpio pin change
- enable uart2, set default LED trigger
- CONFIG_GMAC_TX_DELAY change
Changes for v2:
- incorprated feedback for config options (remove 3, add 1)
Ch
From: Steve Arnold
* changes from lamobo-r1 required include:
- unset ahci power pin
- usbvbus gpio pin change
- mmc cd gpio pin change
- enable uart2, set default LED trigger
- CONFIG_GMAC_TX_DELAY change
Changes for v2:
- incorprated feedback for config options (remove 3, add 1
The current efi_get_memory_map() function overwrites the map_size
property before reading its value. That way the sanity check whether our
memory map fits into the given array always succeeds, potentially
overwriting arbitrary payload memory.
This patch moves the property update write after its sa
We need a functional free_pool implementation, as otherwise each
allocate_pool causes growth of the memory descriptor table.
Different to free_pages, free_pool does not provide the size for the
to be freed allocation, thus we have to track the size ourselves.
As the only EFI requirement for pool
We currently handle efi_allocate_pool() in our boot time service
file. In the following patch, pool allocation will receive additional
internal semantics that we should preserve inside efi_memory.c instead.
As foundation for those changes, split the function into an externally
facing efi_allocate_
Use the same variable names as in search_dir, to make purpose of variables
more obvious.
Signed-off-by: Stefan Brüns
---
fs/ext4/ext4_common.c | 29 +++--
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/fs/ext4/ext4_common.c b/fs/ext4/ext4_common.c
index e
The direntlen checks were quite bogus, i.e. the loop termination used
"len + offset == blocksize" (exact match only), and checked for a
direntlen less than 0. The latter can never happen as the len is
unsigned, this has been reported by Coverity, CID 153384.
Use the same code as in search_dir for
This patch series addresses Coverity defects CID 153383/153384.
The first patch is a preparation patch, the second addresses the
actual issue.
The last patch corrects the journal handling in the same function.
Stefan Brüns (3):
ext4: cleanup unlink_filename function
ext4: Fix handling of diren
Instead of creating a journal entry for each directory block, even
if the block is unmodified, only log the modified block.
Signed-off-by: Stefan Brüns
---
fs/ext4/ext4_common.c | 23 +--
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/fs/ext4/ext4_common.c b/
Hi Peng,
On 10/09/2016 06:48 PM, Eric Nelson wrote:
> On 10/09/2016 08:12 AM, Peng Fan wrote:
>>> On 10/09/2016 04:20 AM, Peng Fan wrote:
On Sat, Oct 08, 2016 at 05:26:18PM +0200, Eric Nelson wrote:
> On 10/08/2016 08:58 AM, Peng Fan wrote:
>>> If we get SPL-as-plugin working, then thi
Hi Peng,
On 10/09/2016 08:12 AM, Peng Fan wrote:
>> On 10/09/2016 04:20 AM, Peng Fan wrote:
>>> On Sat, Oct 08, 2016 at 05:26:18PM +0200, Eric Nelson wrote:
On 10/08/2016 08:58 AM, Peng Fan wrote:
I also don't understand why the choice to make the union
with either a DCD tab
On 08/30/2016 11:34 PM, Sumit Garg wrote:
> Update the API's for transition of Security Monitor states. Instead
> of providing both initial and final states for transition, just provide
> final state for transition as Security Monitor driver will take care
> of it internally.
>
> Signed-off-by: Sum
On 1 October 2016 at 14:43, Simon Glass wrote:
> To speed up conversion to CONFIG_BLK, enable it by default when DM_MMC is
> enabled.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
>
> configs/am335x_boneblack_vboot_defconfig | 1 +
> configs/am335x_evm_defconfig | 1
On 1 October 2016 at 14:43, Simon Glass wrote:
> These two options go together and it is best to do the conversion in one
> step. So enable DM_MMC_OPS by default if DM_MMC is enabled.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3:
> - Updates to remove build errors from tegra and other b
On 1 October 2016 at 14:43, Simon Glass wrote:
>
> At present erase is not suported with CONFIG_DM_OPS. Add it so that MMC
> devices can be erased.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
>
> drivers/mmc/mmc-uclass.c | 1 +
> drivers/mmc/mmc_private.h | 5 ++---
> drivers
Marek reports warnings in UniPhier pinctrl drivers when compiled by
GCC 6.x, like:
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c:58:18: warning:
'usb3_muxvals' defined but not used [-Wunused-const-variable=]
static const int usb3_muxvals[] = {0, 0};
^~~~
My i
Hi Simon,
On Thu, Oct 6, 2016 at 4:25 PM, Jagan Teki wrote:
> From: Jagan Teki
>
> This patch add driver model support for fec_mxc driver.
>
> Cc: Simon Glass
> Cc: Joe Hershberger
> Cc: Peng Fan
> Cc: Stefano Babic
> Cc: Michael Trimarchi
> Signed-off-by: Jagan Teki
> ---
> drivers/net/f
Hi Stefano,
On Sat, Oct 8, 2016 at 6:00 PM, Jagan Teki wrote:
> From: Jagan Teki
>
> This series supports Engicam i.CoreM6 QDL modules on top of u-boot-imx/master
> and test on the respective starter kits as well.
>
> Tested both MMC and NAND boot.
>
> Changes for v7:
> - Add patch to CO
On 08/08/2016 12:18 AM, yuantian.t...@nxp.com wrote:
> From: Tang Yuantian
>
> The default values for Port Phy2Cfg register and
> Port Phy3Cfg register are better, no need to overwrite them.
>
> Signed-off-by: Tang Yuantian
> ---
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York
___
Now that all x86 boards have been converted to DM video, drop the
legacy drivers.
Signed-off-by: Bin Meng
---
drivers/video/coreboot_fb.c | 108
drivers/video/vesa_fb.c | 63 --
2 files changed, 171 deletions(-)
delete m
Legacy video driver macros are not needed. Clean them up.
Signed-off-by: Bin Meng
---
include/configs/cougarcanyon2.h | 4
include/configs/efi-x86.h| 2 --
include/configs/galileo.h| 4
include/configs/x86-chromebook.h | 12 +++-
include/configs/x86-common
This converts coreboot to use DM framebuffer driver.
Signed-off-by: Bin Meng
---
arch/x86/cpu/coreboot/Kconfig | 4
arch/x86/dts/bayleybay.dts | 1 +
arch/x86/dts/broadwell_som-6896.dts | 1 +
arch/x86/dts/chromebook_link.dts| 1 +
arch/x86/dts/chromebook_samus.dts | 1
This adds a DM driver for coreboot framebuffer device.
Signed-off-by: Bin Meng
---
drivers/video/Kconfig| 9 ++
drivers/video/coreboot.c | 79
2 files changed, 88 insertions(+)
create mode 100644 drivers/video/coreboot.c
diff --git a/d
With DM VESA driver on x86 boards, plat->base/size/align are all
zeroes and starting address passed to alloc_fb() happens to be 1MB
aligned, so this routine does not trigger any issue. On QEMU with
U-Boot as coreboot payload, the starting address is within 1MB
range (eg: 0x7fb), thus causes fai
With DM conversion, information like "Video: 1024x768x16" is not
shown anymore. Now add these verbose output back.
Signed-off-by: Bin Meng
---
drivers/pci/pci_rom.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c
index 21
The kernel load address for zboot should be 0x100.
Signed-off-by: Bin Meng
---
doc/README.x86 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.x86 b/doc/README.x86
index 437dc29..c34f455 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -449,7 +449,7 @@ loadi
At present only chromebook boards are converted to DM video. Other
x86 boards are still using the legacy cfb_console driver. This
switches to use DM version drivers.
Signed-off-by: Bin Meng
---
configs/bayleybay_defconfig | 1 +
configs/chromebox_panther_defconfig
This adds two new DM video drivers, one for VESA compatible device,
the other one for coreboot framebuffer device. All x86 boards have
been converted to use the new drivers.
Tested on Intel Crown Bay using an external graphics card, on QEMU
using the on-board VGA with DM VESA driver.
Tested on QEM
vbe_setup_video_priv() might be useful to other drivers.
Signed-off-by: Bin Meng
---
drivers/pci/pci_rom.c | 6 +++---
include/vbe.h | 4
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c
index 5746c3d..cd083f7 100644
--- a
For some unknown reason, coreboot framebuffer driver never works on
QEMU since day 1. It seems the driver only works on real hardware.
Document this issue.
Signed-off-by: Bin Meng
---
doc/README.x86 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/README.x86 b/doc/README.x86
index ba5
This adds a DM driver for VESA compatible device.
Signed-off-by: Bin Meng
---
drivers/video/vesa.c | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 drivers/video/vesa.c
diff --git a/drivers/video/vesa.c b/drivers/video/vesa.c
new file mode 100644
in
Hi Tom,
please pull the DS109 board support. Its an updated version - the
original patches have been sent to the list quite some time ago.
Thanks,
Stefan
The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (201
On 06.10.2016 23:29, Walter Schweizer wrote:
Synology DS109 is based on MV88F6281. The code
is based on Dreamplug code with modificatons
from Synologys open source repository.
Signed-off-by: Walter Schweizer
All 5 patches applied to u-boot-marvell/master.
Thanks,
Stefan
_
On 09/21/2016 03:31 AM, macro.wav...@gmail.com wrote:
> From: Hongbo Zhang
>
> Following commits 217f92b and 1544698, these two config CPU_V7_HAS_NONSEC
> and CPU_V7_HAS_VIRT are moved to Kconfig, for correctly select ARMV7_PSCI.
>
> Signed-off-by: Hongbo Zhang
> ---
Applied to fsl-qoriq master
On 09/13/2016 01:25 AM, Wenbin song wrote:
> The exact SoC revsion number can be recognized from U-Boot log.
>
> Signed-off-by: Wenbin Song
> Signed-off-by: Mingkai Hu
> ---
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York
___
U-Boot mai
On 10/07/2016 01:37 AM, Sriram Dash wrote:
> Add device tree support for LS2080ARDB nand boot.
>
> Signed-off-by: Sriram Dash
> ---
> configs/ls2080ardb_nand_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
This set is applied to fsl-qoriq master, awaiting upstream. Thanks.
York
On Fri, Oct 7, 2016 at 10:13 AM, Stephen Arnold
wrote:
> From: Steve Arnold
>
> * changes from lamobo-r1 required include:
> - unset ahci power pin
> - usbvbus gpio pin change
> - mmc cd gpio pin change
> - enable uart2, set default LED trigger
> - CONFIG_GMAC_TX_DELAY change
>
> Change
On Sat, Oct 8, 2016 at 10:51 PM, york sun wrote:
> On 10/06/2016 02:38 PM, York Sun wrote:
>> The endianness can be changed by RCW + PBI sequence. It may have
>> other than power on reset value.
>>
>> Signed-off-by: York Sun
>> CC: Yuan Yao
>> CC: Peng Fan
>> CC: Alison Wang
>> ---
>> Change l
On 10/04/2016 02:32 PM, york sun wrote:
> Some config options should not have prompt. They are selected by choosing
> target.
>
> Signed-off-by: York Sun
> Reviewed-by: Simon Glass
> ---
>
> Changes in v2: None
>
This set is applied to fsl-qoriq master, awaiting upstream.
York
Tom,
The following changes since commit 53fec162061811a73c7dab3207f8fdb2343ae289:
Prepare v2016.11-rc1 (2016-10-03 09:28:13 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 76379dfb7e7e5092f32c79897bb58c19979e576b:
b
On Tue, Sep 27, 2016 at 03:42:07PM -0700, Moritz Fischer wrote:
> Boards where ECs that use a I2C port != 0 specify this in the
> devicetree file via the google,remote-bus property.
> Previously this was ignored and hardcoded to port 0.
>
> Signed-off-by: Moritz Fischer
> Cc: Simon Glass
> Cc:
On Sat, Oct 08, 2016 at 01:06:26PM -0400, Tom Rini wrote:
> On Mon, Sep 19, 2016 at 12:40:12PM -0400, Tom Rini wrote:
>
> > In order for CMD_USB_MASS_STORAGE to be useful we must have USB_GADGET
> > enabled, so only show this option when USB_GADGET is set. In addition,
> > expand the help text so
60 matches
Mail list logo