From: "Marty E. Plummer" <hanetzer@startmail.com>
To: u-boot@lists.denx.de
Cc: vagrant@debian.org, linux-rockchip@lists.infradead.org,
"Marty E. Plummer" <hanetzer@startmail.com>
Subject: [PATCH 0/3] add support for the asus C201 chromebook (4GiB)
Date: Sun, 6 May 2018 09:25:10 -0500 [thread overview]
Message-ID: <20180506142513.19911-1-hanetzer@startmail.com> (raw)
Build and boot tested on my chromebook, which was generously altered by
Simon Glass to have a servo header and also generously provided a servo
board itself to do debugging with.
It ''works'', but has a few oddities. I can't seem to get it to see my
external sdcard or a usb flash drive, so I've been having to ymodem my
kernel, fdt, and initramfs over to test booting (which does work). The
screen is a bit inconsistent on whether or not it activates any given
power cycle, but when it does work, it works right.
The changes to sdram_common.c were taken from coreboot, as it has
otherwise identical code (minus the if (!size_mb) block), and actually
works on my hardware.
Marty E. Plummer (3):
sf: Add GigaDevice gd25q32b entry
rockchip: add support for veyron-speedy (ASUS Chromebook C201)
rockchip: fix incorrect detection of ram size
arch/arm/dts/Makefile | 1 +
arch/arm/dts/rk3288-veyron-speedy.dts | 189 ++++++++++++++++++++++
arch/arm/mach-rockchip/rk3288-board-spl.c | 3 +-
arch/arm/mach-rockchip/rk3288/Kconfig | 11 ++
arch/arm/mach-rockchip/sdram_common.c | 62 ++++---
board/google/veyron/Kconfig | 16 ++
configs/chromebook_speedy_defconfig | 96 +++++++++++
drivers/mtd/spi/spi_flash_ids.c | 1 +
8 files changed, 353 insertions(+), 26 deletions(-)
create mode 100644 arch/arm/dts/rk3288-veyron-speedy.dts
create mode 100644 configs/chromebook_speedy_defconfig
--
2.17.0
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
next reply other threads:[~2018-05-06 14:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-06 14:25 Marty E. Plummer [this message]
[not found] ` <20180506142513.19911-1-hanetzer-zVALfsKDk1AS+FvcfC7Uqw@public.gmane.org>
2018-05-06 14:25 ` [PATCH 1/3] sf: Add GigaDevice gd25q32b entry Marty E. Plummer
2018-05-09 8:57 ` [U-Boot,1/3] " Philipp Tomsich
2018-05-06 14:25 ` [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201) Marty E. Plummer
2018-05-06 14:25 ` [PATCH 3/3] rockchip: fix incorrect detection of ram size Marty E. Plummer
2018-05-06 22:19 ` Dr. Philipp Tomsich
2018-05-07 0:25 ` Marty E. Plummer
2018-05-07 2:20 ` Kever Yang
2018-05-07 2:34 ` Marty E. Plummer
2018-05-07 9:16 ` Dr. Philipp Tomsich
[not found] ` <791299C0-EEC0-4DB1-97C4-A8DAD3B1A481-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
2018-05-08 0:52 ` [U-Boot] " Marty E. Plummer
2018-05-08 10:21 ` Dr. Philipp Tomsich
2018-05-08 10:23 ` Dr. Philipp Tomsich
2018-05-08 19:21 ` Marty E. Plummer
2018-05-08 21:08 ` Dr. Philipp Tomsich
[not found] ` <C5B7DFAE-C5CA-4D9E-B6CB-C44E9AD974E9-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org>
2018-05-09 5:29 ` [U-Boot] " Marty E. Plummer
2018-05-09 7:24 ` Dr. Philipp Tomsich
2018-05-14 15:56 ` Dr. Philipp Tomsich
2018-07-10 14:41 ` Simon Glass
2018-07-10 18:55 ` Dr. Philipp Tomsich
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=20180506142513.19911-1-hanetzer@startmail.com \
--to=hanetzer@startmail.com \
--cc=linux-rockchip@lists.infradead.org \
--cc=u-boot@lists.denx.de \
--cc=vagrant@debian.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox