From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-sunxi/master into master
Date: Thu, 20 Nov 2014 21:52:09 +0100 [thread overview]
Message-ID: <546E5479.9090801@redhat.com> (raw)
Hi Tom,
Please pull u-boot-sunxi/master into master, highlights:
1) hdmi console (with usb keyboard) support with simplefb support so the kernel
can use the framebuffer too
2) A small bugfix for ahci support
The following changes since commit f196044dfd64745a163773c6c746f9e149ace127:
ARM: atmel: add sama5d4 xplained ultra board support (2014-11-17 08:47:18 -0500)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 4de8eaa34fd2b74636eba9962889daf996175633:
sunxi: Add usb keyboard Kconfig option (2014-11-20 21:35:20 +0100)
----------------------------------------------------------------
Hans de Goede (8):
sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS
sunxi: ahci: Add a delay after enabling target power
sun4i: Rename dram_clk_cfg to dram_clk_gate
sunxi: Add video pll clock functions
sunxi: video: Add sun6i support
fdt_support: Add a fdt_setup_simplefb_node helper function
common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node
sunxi: Add usb keyboard Kconfig option
Luc Verhaegen (2):
sunxi: video: Add cfb console driver for sunxi
sunxi: video: Add simplefb support
arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 27 ++
arch/arm/cpu/armv7/sunxi/clock_sun6i.c | 29 ++
arch/arm/cpu/armv7/sunxi/dram_sun4i.c | 4 +-
arch/arm/include/asm/arch-sunxi/clock.h | 2 +
arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 47 ++-
arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 59 +++-
arch/arm/include/asm/arch-sunxi/display.h | 200 ++++++++++++
board/sunxi/Kconfig | 14 +
board/sunxi/ahci.c | 2 +
board/sunxi/board.c | 10 +
common/fdt_support.c | 62 ++++
common/lcd.c | 47 +--
configs/A13-OLinuXinoM_defconfig | 2 +
configs/A13-OLinuXino_defconfig | 2 +
configs/Colombus_defconfig | 1 +
configs/Ippo_q8h_v5_defconfig | 2 +
drivers/video/Makefile | 1 +
drivers/video/sunxi_display.c | 451 ++++++++++++++++++++++++++
include/configs/sun7i.h | 1 -
include/configs/sunxi-common.h | 62 ++++
include/fdt_support.h | 3 +
21 files changed, 981 insertions(+), 47 deletions(-)
create mode 100644 arch/arm/include/asm/arch-sunxi/display.h
create mode 100644 drivers/video/sunxi_display.c
Regards,
Hans
next reply other threads:[~2014-11-20 20:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 20:52 Hans de Goede [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-13 15:04 [U-Boot] Please pull u-boot-sunxi/master into master Hans de Goede
2014-11-13 15:47 ` Tom Rini
2014-11-05 12:19 Hans de Goede
2014-11-05 15:59 ` Tom Rini
2014-10-24 8:06 Hans de Goede
2014-10-27 0:36 ` Tom Rini
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=546E5479.9090801@redhat.com \
--to=hdegoede@redhat.com \
--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.