Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
device
75c51d9
x86: add standalone verstage support
by Aaron Durbin
· 8 years ago
d737451
realmode/x86: Export vbe_mode_info_valid also in text mode.
by Vladimir Serbinenko
· 8 years ago
0375815
symbols: add '_' to pci_drivers and cpu_drivers symbols
by Aaron Durbin
· 8 years ago
fdbc1af
Kconfig: Remove EXPERT mode
by Alexandru Gagniuc
· 8 years ago
4093148
Kconfig: Don't 'select' options based on PAYLOAD_SEABIOS
by Alexandru Gagniuc
· 8 years ago
741a0dd
x86 realmode: Set up the 8254 timer before running option rom
by zbao
· 8 years ago
3a391fd
x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL
by Martin Roth
· 8 years ago
b538a69
device: remove unused x86 include from common code
by Stefan Reinauer
· 8 years ago
78c6e3e
ddr3: add missing newline
by Patrick Rudolph
· 8 years ago
8c63935
ddr3: Fix SPD CRC calculation
by Patrick Rudolph
· 8 years ago
83fa169
oprom: Fix for 64bit
by Stefan Reinauer
· 8 years ago
0e7b7bb
device: Use x86 specific code on x86-64
by Stefan Reinauer
· 8 years ago
0cd0d28
PCIe : Adding some error/not-null condition checking
by Pratik Prajapati
· 8 years ago
4d6db95
Move remap_bsp_lapic to AMD specific code
by Stefan Reinauer
· 8 years ago
fdc0a90
resource: Refactor IORESOURCE flags use
by Kyösti Mälkki
· 8 years ago
fcbebb6
PCI subsystem: Drop PCI_64BIT_PREF_MEM option
by Kyösti Mälkki
· 8 years ago
db23215
device/device.c: Improve output in `init_dev()`
by Paul Menzel
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
ed7bc2c
AMD K8 fam10: Drop extra HT scan_chain() parameters
by Kyösti Mälkki
· 8 years ago
0a3d4e4
AMD K8 fam10: Refactor HT link connection test
by Kyösti Mälkki
· 8 years ago
580e722
devicetree: Change scan_bus() prototype in device ops
by Kyösti Mälkki
· 8 years ago
2d2367c
devicetree: Single scan_bridges()
by Kyösti Mälkki
· 8 years ago
de271a8
PCI subsystem: Drop parameter max from scan_bus
by Kyösti Mälkki
· 8 years ago
757c8b4
PCI subsystem: Use subordinate property to track bus enumeration
by Kyösti Mälkki
· 8 years ago
3345240
PCI subsystem: Refactor PCI bridge register control
by Kyösti Mälkki
· 8 years ago
6f37017
devicetree: Rename unused parameter max in domain_scan_bus()
by Kyösti Mälkki
· 8 years ago
cd37a2b
devicetree: Rename unused parameter to passthru
by Kyösti Mälkki
· 8 years ago
d0e212c
devicetree: Discriminate device ops scan_bus()
by Kyösti Mälkki
· 8 years ago
6ccf119
HyperTransport: Use subordinate property to track chain enumeration
by Kyösti Mälkki
· 8 years ago
b39714e
HyperTransport: Move pci_scan_bus() call
by Kyösti Mälkki
· 8 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
634899c
resource: Adjust memory resources high earlier
by Kyösti Mälkki
· 8 years ago
e6a9290f
resource: Enhance resource reporting
by Kyösti Mälkki
· 8 years ago
134b616
resource: Report correct secondary resource window
by Kyösti Mälkki
· 8 years ago
e1ba3da
device: Add class and subclass name support
by Lee Leahy
· 8 years ago
9ff8f6f
Unify byte order macros and clrsetbits
by Julius Werner
· 8 years ago
7f70ad6
rk3288: Add software I2C support
by Julius Werner
· 8 years ago
a30f7e6
cbfs: correct types used for accessing files
by Aaron Durbin
· 8 years ago
a874a7c
PCIe: Revise L1 Sub-State support
by Kenji Chen
· 8 years ago
31c6e63
PCIe: Add L1 Sub-State support.
by Kenji Chen
· 9 years ago
46ba480
device: convert to stopwatch API
by Aaron Durbin
· 9 years ago
bf62b2d
AMD fam10: Drop PCI_BUS_SEGN_BITS
by Kyösti Mälkki
· 8 years ago
18cb134
device/pciexp: Add support for PCIe CLK power management
by Kane Chen
· 9 years ago
85756c1
devicetree: Drop dummy root_dev ops
by Kyösti Mälkki
· 8 years ago
eb605d7
device/device_util.c: Add space after ellipse for better legibility
by Paul Menzel
· 8 years ago
bde6d30
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
by Kevin Paul Herbert
· 8 years ago
754fac4
PCI subsystem: Remove AGP bridge type
by Kyösti Mälkki
· 8 years ago
c522fc8
drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot
by Timothy Pearson
· 8 years ago
c3f6bb0
AMD HyperTransport: Drop unused link optimisation
by Kyösti Mälkki
· 8 years ago
9664345
devicetree: Search PnP device node from the tree by path
by Kyösti Mälkki
· 8 years ago
d0c1dd0
device/hypertransport.c: Fix typo in comment
by Timothy Pearson
· 8 years ago
29445dc
device/oprom/realmode/x86: Fix memory corruption
by Zhuo-Hao Lee
· 8 years ago
98b698c
src/device: Doxygen fixes
by Martin Roth
· 8 years ago
32bc6b6
doxygen fixes: fix parameter names to match the functions
by Martin Roth
· 8 years ago
a91e1e6
Fix Kconfig whitespace
by Kyösti Mälkki
· 8 years ago
37d7ac8
i2c: Add software_i2c driver for I2C debugging and emulation
by Julius Werner
· 9 years ago
1bdd321
RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMs
by Kyösti Mälkki
· 8 years ago
992066a
spd_cache debug: Log invalid CRC checksum
by Tobias Diedrich
· 9 years ago
0e675f7
ddr3: Plumber DIMM type to parsed structure.
by Vladimir Serbinenko
· 8 years ago
31cef1f
device/dram/ddr3.c: Fix sizeof on array func param overflow
by Edward O'Callaghan
· 9 years ago
016732f
pci_ops.{c,h}: Don't hide pointers behind typedefs
by Edward O'Callaghan
· 9 years ago
58470e3
Kconfig: clean up options in top level and device menu
by Stefan Reinauer
· 9 years ago
8404dca
Remove stale char[] initialization causing unaligned memory access
by Marcelo Povoa
· 9 years ago
0108b93
pnp: Allow setting of misc register 0xf4 in device tree
by Stefan Reinauer
· 9 years ago
75c8387
azalia: Shrink boilerplate
by Vladimir Serbinenko
· 9 years ago
08ba7d0
pnp: Allow setting of misc register 0xfa in device tree
by Stefan Reinauer
· 10 years ago
51edd54
ARM: Generalize armv7 as arm.
by Gabe Black
· 10 years ago
91810dd
device/oprom/realmode: Sanitize header inclusion
by Edward O'Callaghan
· 9 years ago
7842eb2
device/oprom/realmode/x86.c: Move includes to top of file
by Edward O'Callaghan
· 9 years ago
7686a56
sandy/ivybridge: Native raminit.
by Vladimir Serbinenko
· 9 years ago
6e3712f
device/oprom/yabel/vbe.c: Fix memory leak
by Daniele Forsi
· 9 years ago
f9ce88e
device/oprom/realmode/x86.c: Fix memory leak
by Daniele Forsi
· 9 years ago
f2fb7d9
src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similar
by Daniele Forsi
· 9 years ago
53847a2
src/.../Kconfig: various small fixes to texts
by Daniele Forsi
· 9 years ago
ed3d0e8
src/device/Kconfig: fix typo in label "1024x768 256-color"
by Daniele Forsi
· 9 years ago
c2956e7
device/pci_early.c: Mixes up variants of a typedefs to 'u32'
by Edward O'Callaghan
· 9 years ago
29794b7
device,Makefile.inc: Trivial - drop trailing blank lines at EOF
by Edward O'Callaghan
· 9 years ago
2b2f849
YABEL: Initialize global `biosmem` pointer for VBE
by Nico Huber
· 9 years ago
64ea6db
device: Trivial - drop trailing blank lines at EOF
by Edward O'Callaghan
· 9 years ago
577573f
YABEL: Drop IO stubs that are (by own admission) never used
by Patrick Georgi
· 9 years ago
36abdc4
gizmosphere/gizmo: Move support of SPD data in CBFS
by Kyösti Mälkki
· 9 years ago
6c99250
device/pci_device.c: Sanitize headers
by Edward O'Callaghan
· 9 years ago
a173a62
Remove guarding #includes by CONFIG_FOO combinations
by Edward O'Callaghan
· 9 years ago
58ceb00
PCI VGA ROM: Use acpi_is_wakeup_s3()
by Kyösti Mälkki
· 9 years ago
2092387
device/device_util.c: Fix wording in comment of `new_resource()`
by Paul Menzel
· 9 years ago
0f5cf5e
PCI IRQs: Swizzle PCI IRQs for PCI bridges
by Mike Loptien
· 9 years ago
16d953a
device_romstage: Add a way to move to the next device
by Martin Roth
· 9 years ago
c867626
device/oprom/yabel/vbe.c: Avoid unused func warn
by Edward O'Callaghan
· 9 years ago
99ac98f
Introduce stage-specific architecture for coreboot
by Furquan Shaikh
· 9 years ago
9ab1c10
device: Conditionally bypass oprom execution
by Kyösti Mälkki
· 9 years ago
ab56b3b
ChromeOS: Remove oprom_is_loaded
by Kyösti Mälkki
· 10 years ago
580e564
device: provide option to always load PCI option roms
by Kyösti Mälkki
· 9 years ago
4c686f2
OxPCIe uart: Split PCI bridge control
by Kyösti Mälkki
· 9 years ago
160e9a0
devices: Allow to configure textmode in native gfx init.
by Vladimir Serbinenko
· 9 years ago
fb6d25f
device: Do not show "framebuffer graphics resolution" with native init.
by Vladimir Serbinenko
· 9 years ago
2161c1d
PCI: Add capability list parser to romstage
by Kyösti Mälkki
· 9 years ago
318066f
PCI: Guard pci.h with CONFIG_PCI
by Kyösti Mälkki
· 9 years ago
b33384a
device_util: Make device in dev_find_slot_pnp u16.
by Vladimir Serbinenko
· 9 years ago
400c05c
device_util: Add dev_find_slot_pnp.
by Vladimir Serbinenko
· 9 years ago
Next »