[SeaBIOS] [PATCH 0/3] Patches for baytrail based chromebooks

Kevin O'Connor kevin at koconnor.net
Mon Aug 17 17:21:54 CET 2015


This series enables seabios to run on some Baytrail CPU based
chromebooks.  At least some of these machines do not support routing
of legacy interrupts and at least some have SDHCI controllers that do
not appear as regular PCI devices.  This series is mainly a hack to
get some minimal support on the hardware.

This series is also available at:
  https://github.com/KevinOConnor/seabios/tree/baytrail-testing

-Kevin


Kevin O'Connor (3):
  Add minimal support for machines without hardware interrupts
  ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead
  sdcard: Allow sdcard addresses to be specified in CBFS files

 docs/Runtime_config.md |  2 +-
 src/Kconfig            | 13 ++++++++++++-
 src/clock.c            | 31 +++++++++++++++++++++++++------
 src/hw/pic.c           | 14 ++++++++++++++
 src/hw/pic.h           |  4 ++++
 src/hw/ps2port.c       | 16 ++++++----------
 src/hw/sdcard.c        | 48 ++++++++++++++++++++++++++++++++++++------------
 src/hw/timer.c         |  2 ++
 src/stacks.c           |  5 ++++-
 src/util.h             |  1 +
 10 files changed, 105 insertions(+), 31 deletions(-)

-- 
1.9.3




More information about the SeaBIOS mailing list