Add a simple documentation about how to use the Verified Boot on
UniPhier boards.
Signed-off-by: Masahiro Yamada
---
doc/README.uniphier | 227 +++-
1 file changed, 226 insertions(+), 1 deletion(-)
diff --git a/doc/README.uniphier b/doc/README.un
Hi Siva,
On 26/09/17 01:28 AM, Siva Durga Prasad Paladugu wrote:
> Hi,
>
...
>
> I am planning to send the new series in 1-2 weeks, probably you can wait till
> then or
> you can try with the patch[2] and see if you are able to get it working with
> those( those
> are known to be working when
Hi Marek,
> Enable UMS and DFU, so that the eMMC can be accessed via the
> USB gadget port on the board.
>
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> ---
> board/dhelectronics/dh_imx6/dh_imx6.c | 10 ++
> configs/dh_imx6_defconfig | 8
> include/configs/dh
The Logic PD i.MX6 dev kit is capable of SPL. This patch follows
a similar method as the mx6sabresd
Following instructions I found which show to put the SPL and .img
files on the SD card with dd.
sudo dd if=SPL of=/dev/xxx bs=1K seek=1; sync
sudo dd if=u-boot.img of=/dev/xxx bs=1K seek=69
I wou
On 20/10/17 13:16, Maxime Ripard wrote:
> We start to get to the limit of our main U-Boot binary size (with some
> boards even crossing it). Enable its build using thumb2 to get some extra
> room.
>
> Suggested-by: Siarhei Siamashka
> Signed-off-by: Maxime Ripard
I quickly boot tested this on a
Hello Tom,
On 10/20/2017 10:55 PM, Tom Rini wrote:
This option provides better performance and should really always be
enabled. Make this be default y.
Right, for the 8 bit / 16 bit this should work. At least two years ago,
so assuming you guys didn't brick it in the mean time:
Acked-by: Je
As part of my usual round of build testing, output about missing
MAINTAINERS information was not logged, and thus often overlooked.
Correct that mistake by ensuring that I log the output of
genboardscfg.py every time. As part of that, address a number of
missing MAINTAINERS entires. In the case o
Hi Benoît,
On Sat, Oct 21, 2017 at 10:34 AM, Benoît Thébaudeau
wrote:
> I already have a mainline version working at HS with changes only in
> fsl_esdhc.c (apart from the port of my board). I still have to narrow
> these changes down to the issue.
Ok, great!
> Is it mainline Linux that you hav
DW sdio controller has external ciu clock devider controlled via
register in SDIO IP. Due to its unexpected default value
(it should devide by 1 but it devides by 8)
SDIO IP uses wrong CIU clock (it should be 1Hz but actual
is 1250Hz) and works unstable (see STAR 9001204800)
So increas
Hi Fabio,
On Fri, Oct 20, 2017 at 8:40 PM, Fabio Estevam wrote:
> On Fri, Oct 20, 2017 at 10:40 AM, Benoît Thébaudeau
> wrote:
>
>> With mainline U-Boot on my board, normal-speed SD cards work fine, but not HS
>> ones. Both types of cards work fine at 48 MHz with my custom and older
>> U-Boot.
If the environment "verify" is set to n, the image verification
is entirely skipped. Remove it as a preparation for verified boot.
Signed-off-by: Masahiro Yamada
---
include/configs/uniphier.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/uniphier.h b/include/configs/uniph
11 matches
Mail list logo