VOOZH about

URL: http://anzwix.com/a/Coreboot/PeppyInitialMainboardCommit

⇱ Anzwix / Coreboot / peppy: Initial mainboard commit


Anzwix

  1. Latest News
  2. Linux Kernel: Linux 7.2-rc1
  3. avutil/int128: add header for 128-bit integers
  4. swscale/rational64: add 64-bit rational type
  5. avfilter/vf_scale_cuda: add `use_filters` option
  6. swscale/format: add support for AV_PIX_FMT_PAL8
  7. Linux Kernel: Linux 7.1
  8. swscale: add new SwsContext.backends option
  9. avcodec/itut35: add support for HDR Vivid


  1. Latest News (cont.)
  2. Linux Kernel: Linux 7.1-rc6
  3. avcodec/bsf: add dovi_split BSF
  4. avformat/mov: add support for vdep based tref
  5. Arch64: Add support for SVE2 ifuncs
  6. Linux Kernel: Linux 7.1-rc5
  7. swscale/aarch64: add NEON yuv->rgb16 fast paths
  8. avformat/webp: add Animated WebP demuxer
  9. apv_decode: add a Vulkan hwaccel
  10. Linux Kernel: Linux 7.1-rc4
  11. Linux Kernel: Linux 7.1-rc3
  12. Linux Kernel: Linux 7.1-rc2

Featured content is also available via:

👁 Image
👁 Image
👁 Image

peppy: Initial mainboard commit

Hardware / Coreboot - Shawn Nematbakhsh [chromium.org] - 25 November 2013 16:48 UTC

Taken directly from slippy with only constant + string changes. (Peppy port of I4172460d3b075bfd5bb22013a6225cf0e8f95b9c by dlaurie)

The following changes are required in a subsequent commit:

- Add Elpida SPD data.
- Update GPIO map.
- Remove iSSD power sequencing.
- Update USB port map.

Change-Id: I01dfb841f0e9186cf8a0a23f72e7be986a83be42 Reviewed-on: https://gerrit.chromium.org/gerrit/56513

e9d060d peppy: Initial mainboard commit
src/mainboard/google/Kconfig | 3 +
.../google/peppy/Hynix_HMT425S6AFR6A.spd.hex | 17 ++
src/mainboard/google/peppy/Kconfig | 51 ++++
src/mainboard/google/peppy/Makefile.inc | 47 ++++
.../google/peppy/Micron_4KTF25664HZ.spd.hex | 17 ++
src/mainboard/google/peppy/acpi/chromeos.asl | 24 ++
src/mainboard/google/peppy/acpi/ec.asl | 24 ++
.../google/peppy/acpi/haswell_pci_irqs.asl | 83 ++++++
src/mainboard/google/peppy/acpi/mainboard.asl | 38 +++
src/mainboard/google/peppy/acpi/platform.asl | 86 ++++++
src/mainboard/google/peppy/acpi/superio.asl | 29 ++
src/mainboard/google/peppy/acpi/thermal.asl | 173 ++++++++++++
src/mainboard/google/peppy/acpi/video.asl | 43 +++
src/mainboard/google/peppy/acpi_tables.c | 292 ++++++++++++++++++++
src/mainboard/google/peppy/chromeos.c | 114 ++++++++
src/mainboard/google/peppy/cmos.layout | 139 ++++++++++
src/mainboard/google/peppy/devicetree.cb | 106 +++++++
src/mainboard/google/peppy/dsdt.asl | 62 +++++
src/mainboard/google/peppy/ec.c | 52 ++++
src/mainboard/google/peppy/ec.h | 62 +++++
src/mainboard/google/peppy/fadt.c | 156 +++++++++++
src/mainboard/google/peppy/gpio.h | 124 +++++++++
src/mainboard/google/peppy/hda_verb.h | 99 +++++++
src/mainboard/google/peppy/mainboard.c | 164 +++++++++++
src/mainboard/google/peppy/romstage.c | 196 +++++++++++++
src/mainboard/google/peppy/smihandler.c | 156 +++++++++++
src/mainboard/google/peppy/thermal.h | 43 +++
27 files changed, 2400 insertions(+)

Upstream: review.coreboot.org


Legal Disclaimer & Disclosure | Contact Us
Copyright © 2010 - 2026 by Phoronix Media. All rights reserved.
All trademarks and copyrights used are properties of their respective owners.
Powered by the Phoronix Content Management System (PHXCMS-8).