From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-x86.git
Date: Mon, 3 Dec 2012 07:03:36 -0700 [thread overview]
Message-ID: <20121203140336.GC15777@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ1hqEiSYovA1MQGiSCyxOAjZqR+BRcVTw-MPSGyZiDwmw@mail.gmail.com>
On Sat, Dec 01, 2012 at 06:38:43AM -0800, Simon Glass wrote:
> The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:
>
> Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
> 06:41:56 -0700)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-x86.git master
>
> Gabe Black (6):
> x86: Allow compiling out realmode/bios code
> x86: Add an fdt pointer to the global data structure
> x86: Add a minimal device tree for alex x86
> x86: Add a default implementation for cleanup_before_linux()
> x86: Add a dummy implementation for timer_get_us
> x86: Include types.h explicitly in the i386 version of io.h
>
> Simon Glass (4):
> x86: coreboot: Decode additional coreboot sysinfo tags
> x86: Select stdio devices for coreboot
> x86: Remove coreboot start16 code
> x86: Define CONFIG_SYS_VSNPRINTF for coreboot
>
> Stefan Reinauer (4):
> x86: coreboot: Drop sysinfo.c
> x86: video: Add coreboot framebuffer support
> x86: Fix typo in pcat_timer.c
> x86: Don't spam POST80 codes with slow IO functions
>
> Vadim Bendebury (2):
> x86: Add CBMEM console driver for coreboot
> x86: Add console command to display CBMEM console buffer
>
> README | 6 +
> arch/x86/cpu/Makefile | 2 +-
> arch/x86/cpu/coreboot/Makefile | 1 -
> arch/x86/cpu/coreboot/sysinfo.c | 39 -------
> arch/x86/cpu/coreboot/tables.c | 117 ++++++++++++++++++----
> arch/x86/cpu/cpu.c | 5 +
> arch/x86/cpu/timer.c | 17 +++
> arch/x86/include/asm/arch-coreboot/sysinfo.h | 34 +++++--
> arch/x86/include/asm/arch-coreboot/tables.h | 74 ++++++++++++++
> arch/x86/include/asm/global_data.h | 1 +
> arch/x86/include/asm/io.h | 4 +-
> arch/x86/include/asm/u-boot-x86.h | 1 +
> arch/x86/lib/Makefile | 9 +-
> arch/x86/lib/pcat_timer.c | 2 +-
> arch/x86/lib/video.c | 2 +
> arch/x86/lib/zimage.c | 4 +-
> board/chromebook-x86/coreboot/Makefile | 1 -
> board/chromebook-x86/coreboot/coreboot_start16.S | 33 ------
> board/chromebook-x86/dts/x86-alex.dts | 30 ++++++
> common/stdio.c | 4 +-
> drivers/misc/Makefile | 1 +
> drivers/misc/cbmem_console.c | 67 ++++++++++++
> drivers/video/Makefile | 1 +
> drivers/video/coreboot_fb.c | 101 +++++++++++++++++++
> include/configs/coreboot.h | 13 +++
> include/stdio_dev.h | 3 +
> 26 files changed, 460 insertions(+), 112 deletions(-)
> delete mode 100644 arch/x86/cpu/coreboot/sysinfo.c
> create mode 100644 arch/x86/cpu/timer.c
> delete mode 100644 board/chromebook-x86/coreboot/coreboot_start16.S
> create mode 100644 board/chromebook-x86/dts/x86-alex.dts
> create mode 100644 drivers/misc/cbmem_console.c
> create mode 100644 drivers/video/coreboot_fb.c
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121203/699b079b/attachment.pgp>
next prev parent reply other threads:[~2012-12-03 14:03 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-01 14:38 [U-Boot] Please pull u-boot-x86.git Simon Glass
2012-12-01 18:32 ` Tom Rini
2012-12-01 19:42 ` Simon Glass
2012-12-03 12:12 ` Otavio Salvador
2012-12-03 12:27 ` Simon Glass
2012-12-03 14:24 ` Otavio Salvador
2012-12-03 14:31 ` Tom Rini
2012-12-03 14:03 ` Tom Rini [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-21 23:15 Simon Glass
2015-10-22 11:24 ` Tom Rini
2015-09-10 22:50 Simon Glass
2015-09-11 2:13 ` Tom Rini
2015-08-26 21:26 Simon Glass
2015-08-27 1:57 ` Tom Rini
2015-08-14 16:57 Simon Glass
2015-08-17 13:35 ` Tom Rini
2015-03-25 22:33 Simon Glass
2015-03-27 14:19 ` Tom Rini
2015-01-13 1:06 Simon Glass
2015-01-13 14:37 ` Tom Rini
2015-01-13 14:54 ` Simon Glass
2014-12-19 0:29 Simon Glass
2014-12-30 2:25 ` Tom Rini
2014-11-26 16:28 Simon Glass
2014-12-02 11:49 ` Tom Rini
2014-11-21 7:00 Simon Glass
2014-11-21 7:11 ` Masahiro Yamada
2014-11-21 7:24 ` Simon Glass
2014-11-21 8:29 ` Masahiro Yamada
2014-11-21 22:28 ` Simon Glass
2014-11-23 12:29 ` Tom Rini
2014-11-24 22:13 ` Tom Rini
2014-10-23 3:55 Simon Glass
2014-10-23 13:53 ` Tom Rini
2013-12-09 20:27 Simon Glass
2013-12-11 16:43 ` Tom Rini
2013-11-21 20:40 Simon Glass
2013-11-25 21:55 ` Tom Rini
2013-05-13 22:02 Simon Glass
2013-05-14 13:17 ` Tom Rini
2013-05-09 21:30 Simon Glass
2013-05-10 19:57 ` Tom Rini
2013-04-16 19:15 Simon Glass
2013-04-16 19:53 ` Tom Rini
2013-04-16 20:07 ` Simon Glass
2013-04-16 20:31 ` Tom Rini
2013-03-05 0:01 Simon Glass
2013-03-08 17:57 ` Tom Rini
2013-02-16 0:14 Simon Glass
2013-02-17 20:58 ` Wolfgang Denk
2013-02-17 21:32 ` Simon Glass
2013-02-18 22:52 ` Tom Rini
2013-02-18 23:30 ` Otavio Salvador
2013-02-18 23:45 ` Tom Rini
2013-02-18 23:48 ` Otavio Salvador
2013-02-18 23:51 ` Tom Rini
2013-02-19 5:22 ` Simon Glass
2013-02-27 21:18 ` Simon Glass
2013-02-28 23:00 ` Tom Rini
2013-03-01 0:22 ` Simon Glass
2013-03-01 3:55 ` Simon Glass
2013-03-01 14:20 ` Tom Rini
2013-03-04 21:27 ` Tom Rini
2013-02-15 4:39 Simon Glass
2013-02-15 17:34 ` Tom Rini
2013-01-31 23:57 Simon Glass
2013-02-04 22:50 ` Tom Rini
2012-12-26 18:42 Simon Glass
2013-01-03 0:05 ` Tom Rini
2012-12-06 22:39 Simon Glass
2012-12-07 15:51 ` Tom Rini
2012-11-28 19:52 Simon Glass
2012-11-29 13:39 ` 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=20121203140336.GC15777@bill-the-cat \
--to=trini@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox