index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
2014-12-17
spi_flash: Move (de-)assertion of /CS to single location
David Hendricks
2014-12-17
spi_flash: Differentiate between atomic/manual sequencing
David Hendricks
2014-12-17
edid: initialize has_valid_detailed_blocks as 1
Vince Hsu
2014-12-17
edid: Change static variables to auto variables.
Hung-Te Lin
2014-12-17
southbridge/sis: Spelling/comment fixes
Martin Roth
2014-12-17
elog: Use the RTC driver interface instead of reading CMOS directly.
Gabe Black
2014-12-17
elog: Isolate some x86-isms
David Hendricks
2014-12-17
elog: Do not attempt to init SPI
David Hendricks
2014-12-17
tegra124: change PLLD VCO calculation algorithm
Ken Chang
2014-12-16
spi: Add support for Winbond W25Q32DW
David Hendricks
2014-12-16
spi: Make idcode debug print more useful
David Hendricks
2014-12-16
blaze: Change samsung RAMCODE to samsung-2GB-204/samsung-4GB-204
Neil Chen
2014-12-16
tegra124: Allow "best" PLLD parameters for unmatched pixel clock.
Hung-Te Lin
2014-12-16
tegra124: Always enable DC when attaching SOR.
Hung-Te Lin
2014-12-16
nyan*: debug: Add sor registers dump function
Jimmy Zhang
2014-12-16
tegra124: clock: Enforce PLL constraints for VCO and CF
Julius Werner
2014-12-16
nyan*: Set SOR_NV_PDISP_SOR_DP_SPARE0 register
Jimmy Zhang
2014-12-16
nyan*: merge a couple of sor setting difference from kernel driver
Jimmy Zhang
2014-12-16
nyan*: Apply sor fix from kernel dc driver
Jimmy Zhang
2014-12-16
tegra124: Initialize display panel by EDID.
Hung-Te Lin
2014-12-16
edid: remove float use
Patrick Georgi
2014-12-16
Drop SC520 and related boards
Stefan Reinauer
2014-12-16
Drop obsolete SuperIOs used by GX1 systems only
Stefan Reinauer
2014-12-16
Drop GX1, CS5330 and related boards
Stefan Reinauer
2014-12-16
CBMEM console: Fix boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-12-16
Intel FSP: Move to DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-16
amd/agesa/f*/Lib/amdlib.c: Integer overflow in loop construct
Edward O'Callaghan
2014-12-16
southbridge/amd/pi/avalon/pci_devs.h: Correct define `EHCI3_DEV`
Paul Menzel
2014-12-16
i2c: Replace the i2c API.
Gabe Black
2014-12-15
x86: Set BOOT_MEDIA_SPI_BUS
David Hendricks
2014-12-15
elog: Probe for SPI flash on bus indicated by Kconfig variable
David Hendricks
2014-12-15
arm: Add support for a preram_cbmem_console symbol.
Gabe Black
2014-12-15
arm: Fix minor mistake in cache maintenance assembly
Julius Werner
2014-12-15
armv7: provide compiler options for rmodules
Aaron Durbin
2014-12-15
tegra124: set MOT bit for I2C-over-AUX
Ken Chang
2014-12-15
tegra124: Setup clock PLLD by approximating display panel pixel clock.
Hung-Te Lin
2014-12-15
tegra124: Release DMA channel at end of transaction
David Hendricks
2014-12-15
tegra124: Use correct mask for APB bus width
David Hendricks
2014-12-15
nyan*: pinmux: fix PWM1/2 conflicts
Tom Warren
2014-12-15
tegra124: set safe values for href_to_sync and vref_to_sync
Jimmy Zhang
2014-12-15
nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.
Gabe Black
2014-12-15
nyans: prepare for vboot verification of ramstage
Aaron Durbin
2014-12-15
blaze: Change RAMCODE 0010 to hynix-2GB-792MHz
Neil Chen
2014-12-15
nyan*: Fix unexpected symbol (CR) when converting DOS-formatted BCT config.
Neil Chen
2014-12-15
uart8250mem: Add wrapper for MMIO register access
Kyösti Mälkki
2014-12-15
blaze: set 8 default BCT as hynix-2GB-204MHz
Neil Chen
2014-12-15
nyan*: Reduce the EC SPI bus frequency to 3 MHz.
Gabe Black
2014-12-15
tegra124: More improvements to the clock initialization macros.
Gabe Black
2014-12-15
tegra: spi: Read the command1 register to ensure the write to it completes.
Gabe Black
2014-12-15
tegra124: A couple clock fixes.
Gabe Black
2014-12-15
tegra124: Add tegra_dc_i2c_aux_read to allow reading EDID.
Hung-Te Lin
2014-12-15
tegra124: Skip display init when vboot says we don't need it.
Gabe Black
2014-12-15
southbridge/amd/agesa/hudson: Correct incorrect #define
Dave Frodin
2014-12-13
AMD AGESA boards: Prevent passing duplicate obj names to ar
Scott Duplichan
2014-12-13
AMD model fxx powernow_acpi.c: Fix incorrect loop count
Scott Duplichan
2014-12-12
vendorcode/amd/pi/00730F01/Lib/amdlib.c: Remove optimize attribute
Bruce Griffith
2014-12-10
AMD 00730F01: Topology changes required by KaveriPI v1.1.0.7 update
Bruce Griffith
2014-12-10
vendorcode/amd/agesa/f16kb/*/PcieComplexDataKB.c: Implicit truncation
Edward O'Callaghan
2014-12-10
northbridge/amd/gx2,lx: Treat MSR constant as unsigned long
Edward O'Callaghan
2014-12-09
spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.
Gabe Black
2014-12-09
spi: Remove the spi_set_speed and spi_cs_is_valid functions.
Gabe Black
2014-12-09
spi: Factor EC protocol details out of the SPI drivers.
Gabe Black
2014-12-09
vboot: allow for non-memory-mapped VBOOT regions
Aaron Durbin
2014-12-09
x86: provide symmetry between arm for cache_sync_instructions()
Aaron Durbin
2014-12-09
aarch64: Fix 64-bit pointer related casts
Marcelo Povoa
2014-12-09
libpayload: arm: Pass the coreboot table location to the payload.
Gabe Black
2014-12-09
spi/macronix: Add support for MX25L3239E
Dave Frodin
2014-12-09
gizmosphere/gizmo2: Add the gizmo2 IRQ routing
Dave Frodin
2014-12-09
gizmosphere/gizmo2: Changes to make it gizmo2
Dave Frodin
2014-12-09
UCB RISCV: Switch to DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-09
mainboard/siemens/sitemp_g1p1/mainboard.c: Fix implicit conversion
Edward O'Callaghan
2014-12-09
southbridge/amd/sr5650/sr5650.c: Fix bitwise logic and mask in loop
Edward O'Callaghan
2014-12-09
mainboard/{iwill,amd/serenget_*}: Fix ptr discards const qualifier
Edward O'Callaghan
2014-12-09
fsp platfoms: add prototype & consolidate main entry-point
Martin Roth
2014-12-09
mainboard/gizmosphere/gizmo2: Start adding new mainboard
Dave Frodin
2014-12-08
drivers/intel/fsp/fsp_util.c: Remove attribute,optimize("O0")
Edward O'Callaghan
2014-12-08
northbridge/amd: Add the audio device to the PCI devices
Dave Frodin
2014-12-08
mainboard: Fix correct index variable usage in double loop construct
Edward O'Callaghan
2014-12-08
edid: fill reserved bits fields in cb_framebuffer
Patrick Georgi
2014-12-08
mainboard/siemens/sitemp_g1p1/mainboard.c: Remove unicode in string
Edward O'Callaghan
2014-12-08
vendorcode/amd/agesa/fam10: Build as a static library
Edward O'Callaghan
2014-12-08
vendorcode/amd/agesa/fam15: Build as a static library
Edward O'Callaghan
2014-12-08
intel/baytrail: Spelling fixes
Martin Roth
2014-12-08
intel/fsp_baytrail: Spelling fixes
Martin Roth
2014-12-08
samsung/exynos5420: Spelling Fixes
Martin Roth
2014-12-08
intel/broadwell: Spelling fixes
Martin Roth
2014-12-07
vendorcode/amd/agesa/f1{5,5tn,6kb}: Silence empty loop warn
Edward O'Callaghan
2014-12-07
mainboard/google/samus: Fix usage of GNU field designator ext
Edward O'Callaghan
2014-12-07
southbridge/dmp/vortex86ex/southbridge.c: Silence bitwise op warns
Edward O'Callaghan
2014-12-07
Kconfig: Remove ACPI_SSDTX_NUM.
Vladimir Serbinenko
2014-12-07
ga-b75m-d3h: Remove duplicate sata_port_map
Vladimir Serbinenko
2014-12-07
vx800/vga.c: Remove extraneous parentheses.
Vladimir Serbinenko
2014-12-07
via/vx900: Plumber registered DIMM to right place.
Vladimir Serbinenko
2014-12-07
ddr3: Plumber DIMM type to parsed structure.
Vladimir Serbinenko
2014-12-07
hp/pavilion_m6_1035dx: select NO_UART_ON_SUPERIO in Kconfig
Alexandru Gagniuc
2014-12-07
x200/devicetree: Remove extraneous eventc.
Vladimir Serbinenko
2014-12-07
x200/romstage: Add missing include.
Vladimir Serbinenko
2014-12-07
nehalem/raminit: Add decorations to specify that empty loop is intended so.
Vladimir Serbinenko
2014-12-07
vx800: Silence clang warnings.
Vladimir Serbinenko
[next]