From: Alex Suykov <alex.suykov@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] Samsung XE303C12 aka Chromebook Snow
Date: Mon, 16 Nov 2015 19:54:17 +0200 [thread overview]
Message-ID: <cover.1447689401.git.alex.suykov@gmail.com> (raw)
This short series adds board config for Chromebook Snow.
There are several ways to boot a custom kernel on the device,
the one used here is perhaps the easiest to implement.
However, it needs vboot-tools to sign the custom kernel.
The kernel is packed into u-boot flat image tree (FIT) together with
the DT blob. Long story short, this is the only way I can get it to boot
with the original bootloader. Using uImage with appended DT should be
possible as well, but for some reason it does not seem to work.
At first I tried to add FIT option to the Kernel binary format menu,
because it's not really Chromebook-specific, but it turned out to be
ugly and much more complex than doing it in a post-build script.
Most of this boot stuff is common for all Chromebooks, even x86 ones,
but not for Samsung devices other than Chromebooks. Because of this,
it's boards/chromebook/snow and not boards/samsung/xe303c12.
Alex Suykov (2):
vboot-utils: new package
board: add support for Chromebook Snow
board/chromebook/snow/kernel.args | 1 +
board/chromebook/snow/kernel.its | 34 ++++++
board/chromebook/snow/linux-4.3.config | 161 +++++++++++++++++++++++++++
board/chromebook/snow/readme.txt | 191 +++++++++++++++++++++++++++++++++
board/chromebook/snow/sign.sh | 32 ++++++
configs/chromebook_snow_defconfig | 17 +++
package/Config.in.host | 1 +
package/vboot-utils/Config.in.host | 6 ++
package/vboot-utils/vboot-utils.mk | 23 ++++
9 files changed, 466 insertions(+)
create mode 100644 board/chromebook/snow/kernel.args
create mode 100644 board/chromebook/snow/kernel.its
create mode 100644 board/chromebook/snow/linux-4.3.config
create mode 100644 board/chromebook/snow/readme.txt
create mode 100755 board/chromebook/snow/sign.sh
create mode 100644 configs/chromebook_snow_defconfig
create mode 100644 package/vboot-utils/Config.in.host
create mode 100644 package/vboot-utils/vboot-utils.mk
--
2.0.3
next reply other threads:[~2015-11-16 17:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 17:54 Alex Suykov [this message]
2015-11-16 17:54 ` [Buildroot] [PATCH 1/2] vboot-utils: new package Alex Suykov
2015-11-16 18:42 ` Baruch Siach
2015-11-16 20:03 ` Alex Suykov
2015-11-16 20:19 ` Arnout Vandecappelle
2015-11-16 21:52 ` Alex Suykov
2015-11-16 22:00 ` Arnout Vandecappelle
2015-12-08 21:11 ` Mike Frysinger
2015-11-16 17:54 ` [Buildroot] [PATCH 2/2] board: add support for Chromebook Snow Alex Suykov
2015-11-16 20:40 ` Arnout Vandecappelle
2015-11-18 3:27 ` Alex Suykov
2015-11-16 23:42 ` [Buildroot] [PATCH 1/2 v3] vboot-utils: new package Alex Suykov
2015-12-24 11:36 ` Thomas Petazzoni
2015-12-24 18:42 ` Alex Suykov
2015-11-18 3:29 ` [Buildroot] [PATCH 2/2 v2] board: add support for Chromebook Snow Alex Suykov
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=cover.1447689401.git.alex.suykov@gmail.com \
--to=alex.suykov@gmail.com \
--cc=buildroot@busybox.net \
/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