From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/5] rockchip: rk3328: add rock64-rk3328_defconfig
Date: Mon, 20 May 2019 11:15:20 -0700 [thread overview]
Message-ID: <875zq50z7r.fsf@yucca> (raw)
In-Reply-To: <CAJs94EavUTMCDNo+MWD7gtWaghh=cw4JaafvwXp2UwFrN3KRkg@mail.gmail.com>
On 2019-05-20, Matwey V. Kornilov wrote:
> пн, 20 мая 2019 г. в 20:11, Vagrant Cascadian <vagrant@debian.org>:
>>
>> On 2019-05-19, Matwey V. Kornilov wrote:
>> > The ROCK64 is a credit card size SBC based on Rockchip RK3328
>> > Quad-Core ARM Cortex A53.
>> >
>> > This series allow building u-boot SPL and u-boot.itb for Rock64
>> > board. The proprietary TPL is stil required for deploy:
>> >
>> > ./tools/mkimage -n rk3328 -T rksd \
>> > -d ./rkbin/bin/rk33/rk3328_ddr_333MHz_v1.14.bin idbloader.img
>> > cat ./spl/u-boot-spl.bin >> idbloader.img
>> > dd if=idbloader.img of=/dev/sdcard seek=64 conv=notrunc
>> > dd if=u-boot.itb of=/dev/sdcard seek=16384 conv=notrunc
>>
>> Could you add a patch documenting this in doc/README.rockchip or a
>> board-specific README? That would be more useful than having to search
>> the git commit messages or mailing list archives.
>>
>>
>> Tested this patch series against v2019.07-rc2, and I was able to pxe
>> boot fine, but unfortunately was unable to boot from microSD.
>>
>> I presume this is caused by some other change since v2019.07-rc1, since
>> the earlier rock64 patches worked fine with microSD on v2019.07-rc1.\
>
> Thanks for the report. This series is based on 98b3156b0df4 At least
> bootefi works fine for me.
No obvious relevent changes between 98b3156b0df4 and v2019.07-rc2.
I haven't tested with bootefi ... will give that a try too.
> Do v1 patches works for you on v2019.07-rc2?
With some minor rebasing to apply to -rc2, the v1 patches fail in the
same way as the v2 patches on top of v2019.07-rc2.
live well,
vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190520/75ce815e/attachment.sig>
next prev parent reply other threads:[~2019-05-20 18:15 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-08 6:34 [U-Boot] [PATCH 0/5] Add initial support for Pine64 Rock64 board Matwey V. Kornilov
2019-05-08 6:34 ` [U-Boot] [PATCH 1/5] rockchip: rk3328: add spl board file support Matwey V. Kornilov
2019-05-18 16:08 ` Simon Glass
2019-05-08 6:34 ` [U-Boot] [PATCH 2/5] rockchip: rk3328: add config option for SPL Matwey V. Kornilov
2019-05-18 16:08 ` Simon Glass
2019-05-08 6:34 ` [U-Boot] [PATCH 3/5] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-05-18 16:08 ` Simon Glass
2019-05-08 6:34 ` [U-Boot] [PATCH 4/5] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-05-16 6:56 ` Kever Yang
2019-05-19 12:11 ` Matwey V. Kornilov
2019-05-08 6:34 ` [U-Boot] [PATCH 5/5] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-05-13 16:25 ` Vagrant Cascadian
2019-05-13 22:59 ` Vagrant Cascadian
2019-05-13 23:13 ` Vagrant Cascadian
2019-05-14 9:41 ` Matwey V. Kornilov
2019-05-16 7:00 ` Kever Yang
2019-05-19 12:11 ` Matwey V. Kornilov
2019-05-19 12:10 ` [U-Boot] [PATCH v2 0/5] Add initial support for Pine64 Rock64 board Matwey V. Kornilov
2019-05-19 12:10 ` [U-Boot] [PATCH v2 1/5] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-05-30 1:13 ` Kever Yang
2019-05-19 12:10 ` [U-Boot] [PATCH v2 2/5] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-05-30 1:13 ` Kever Yang
2019-05-19 12:10 ` [U-Boot] [PATCH v2 3/5] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-05-30 1:24 ` Kever Yang
2019-05-19 12:10 ` [U-Boot] [PATCH v2 4/5] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-05-30 1:25 ` Kever Yang
2019-05-19 12:10 ` [U-Boot] [PATCH v2 5/5] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-05-20 17:11 ` Vagrant Cascadian
2019-05-20 17:22 ` Matwey V. Kornilov
2019-05-20 18:15 ` Vagrant Cascadian [this message]
2019-05-22 16:59 ` Matwey V. Kornilov
2019-05-30 1:26 ` Kever Yang
2019-05-30 1:23 ` [U-Boot] [PATCH v2 0/5] Add initial support for Pine64 Rock64 board Kever Yang
2019-05-31 0:37 ` Kever Yang
2019-06-01 14:47 ` [U-Boot] [PATCH v3 0/6] " Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 1/6] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 2/6] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 3/6] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 4/6] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 5/6] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-06-04 7:42 ` Kever Yang
2019-06-04 11:48 ` Matwey V. Kornilov
2019-06-01 14:47 ` [U-Boot] [PATCH v3 6/6] doc: rockchip: Add note for Pine64 Rock64 board Matwey V. Kornilov
2019-06-04 2:48 ` Kever Yang
2019-06-08 21:27 ` [U-Boot] [PATCH v4 0/6] Add initial support " Matwey V. Kornilov
2019-06-08 21:27 ` [U-Boot] [PATCH v4 1/6] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-06-08 21:27 ` [U-Boot] [PATCH v4 2/6] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-06-08 21:27 ` [U-Boot] [PATCH v4 3/6] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-06-08 21:27 ` [U-Boot] [PATCH v4 4/6] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-06-08 21:27 ` [U-Boot] [PATCH v4 5/6] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-06-18 7:47 ` Kever Yang
2019-06-08 21:27 ` [U-Boot] [PATCH v4 6/6] doc: rockchip: Add note for Pine64 Rock64 board Matwey V. Kornilov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875zq50z7r.fsf@yucca \
--to=vagrant@debian.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.