index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
device
Commit message (
Expand
)
Author
Age
Files
Lines
*
device/dram/ddr2.c: Add methods to compute to identify dram
Arthur Heymans
2018-04-09
2
-3
/
+27
*
src/device/dram/ddr2: Fix supported burst lengths
Elyes HAOUAS
2018-03-14
1
-2
/
+2
*
timestamps: Add timestamps around the vbios load & init
Martin Roth
2018-03-08
1
-0
/
+4
*
device/ddr2,ddr3: Rename and move a few things
Arthur Heymans
2018-02-22
1
-7
/
+7
*
device: Include devicetree in SMM stage
Subrata Banik
2018-02-22
1
-0
/
+1
*
Add a default path for vbt.bin
Arthur Heymans
2018-02-01
1
-9
/
+10
*
device: add ALWAYS_RUN_OPROM option
Aaron Durbin
2018-02-01
2
-0
/
+12
*
device/pci_device: remove #if/#endif in oprom logic
Aaron Durbin
2018-02-01
1
-7
/
+5
*
device/pci_rom: Write _ROM method for VGA devices
Patrick Rudolph
2018-01-31
2
-0
/
+60
*
sconfig: Add a new mmio resource type
Justin TerAvest
2018-01-25
1
-0
/
+8
*
device/i2c_bus: allow i2c_bus and i2c_simple to coexist
Aaron Durbin
2018-01-24
1
-5
/
+5
*
Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT
Martin Roth
2018-01-15
1
-17
/
+0
*
device/dram/ddr2.c: Store the checksum in the decoded SPD struct
Arthur Heymans
2017-12-20
1
-0
/
+1
*
device: Make pci_dev_ops_pci structure global
Subrata Banik
2017-12-13
1
-1
/
+1
*
device/pciexp_device: Set values numerically instead of as bitmask
Patrick Georgi
2017-12-08
1
-4
/
+13
*
device: further untangle device_t from struct device
Aaron Durbin
2017-11-15
1
-21
/
+24
*
device/device_util: Add string for DEVICE_PATH_NONE
Patrick Rudolph
2017-11-07
1
-0
/
+3
*
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-10-22
1
-1
/
+1
*
src/device: Update LTR configuration scheme
Aamir Bohra
2017-10-13
1
-11
/
+44
*
device/dram/ddr2.c: fix a hidden syntax error introduced earlier
Bill XIE
2017-09-26
1
-1
/
+1
*
device/dram/ddr2.c: Decoding byte[12] bit7 as self refresh flag
Arthur Heymans
2017-09-22
1
-7
/
+10
*
device/dram/ddr2: Add break to several case statements that lack it
Patrick Georgi
2017-09-22
1
-0
/
+6
*
arch/x86: Enable ebda library for romstage and postcar
Subrata Banik
2017-09-22
1
-2
/
+7
*
device/dram/ddr2.c: Improve error returning and debug output
Arthur Heymans
2017-09-20
1
-39
/
+99
*
device/dram/ddr2: Fix decoding tRR
Arthur Heymans
2017-09-16
1
-6
/
+9
*
device: acpi_name() should take a const struct device
Aaron Durbin
2017-09-14
1
-1
/
+1
*
device/dram/ddr2: Add a function to normalize tCLK
Arthur Heymans
2017-09-06
1
-7
/
+26
*
Kconfig: Move and rename ADD_VBT_DATA_FILE
Patrick Rudolph
2017-09-04
1
-0
/
+14
*
cpu/x86 asm: Just use the correct op suffix
Edward O'Callaghan
2017-08-31
1
-4
/
+4
*
device/smbus: Reuse I2C bus operations where applicable
Nico Huber
2017-08-18
1
-48
/
+3
*
Reinvent I2C ops
Nico Huber
2017-08-18
3
-83
/
+162
*
include/device: Split i2c.h into three
Nico Huber
2017-08-18
2
-2
/
+3
*
device/smbus: Drop some never used boilerplate
Nico Huber
2017-08-15
1
-35
/
+0
*
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-14
2
-5
/
+6
*
device/pci: untangle struct device and device_t
Aaron Durbin
2017-08-09
1
-11
/
+12
*
src/device: Add guards on all header files
Martin Roth
2017-08-01
1
-0
/
+4
*
src/device: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-25
10
-89
/
+89
*
device/pciexp_device.c: Terminate CLK PM message with newline
Arthur Heymans
2017-07-15
1
-1
/
+1
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
3
-5
/
+8
*
src/device: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
6
-23
/
+23
*
device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
8
-50
/
+50
*
device/pnp: remove struct io_info
Samuel Holland
2017-06-13
1
-8
/
+8
*
pciexp_device: Remove useless write on a read-only register
Youness Alaoui
2017-06-09
1
-5
/
+0
*
pciexp_device: Prevent race condition with retrain link
Youness Alaoui
2017-06-09
1
-2
/
+20
*
device/dram/ddr2.c: Fix is_registered_ddr2
Arthur Heymans
2017-06-09
1
-1
/
+2
*
fsp/gop: Add running the GOP to the choice of gfx init
Nico Huber
2017-06-08
1
-0
/
+15
*
device/Kconfig: Put gfx init methods into a `choice`
Nico Huber
2017-06-08
1
-22
/
+25
*
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
Nico Huber
2017-06-08
1
-5
/
+14
*
device/Kconfig: Move "Display" menu below gfx options
Nico Huber
2017-06-06
1
-189
/
+190
*
Kconfig: Add choice of framebuffer mode
Nico Huber
2017-06-04
1
-7
/
+35
[next]