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
/
mainboard
/
emulation
/
qemu-i440fx
/
northbridge.c
Age
Commit message (
Expand
)
Author
2022-07-04
mb/qemu-i440fx,soc/nvidia: Fix coverity reported defects
Kyösti Mälkki
2022-06-30
mb/emulation/qemu-i440fx,q35: Do resource transition
Kyösti Mälkki
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-01
mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG
Arthur Heymans
2022-01-04
src/mb: Remove unused <string.h>
Elyes HAOUAS
2022-01-01
src: Drop duplicated includes
Elyes HAOUAS
2021-11-05
mb/emulation/qemu-i440fx: Refactor `fw_cfg_max_cpus()`
Angel Pons
2021-10-22
cpu/x86/mp_init: move printing of failure message into mp_init_with_smm
Felix Held
2021-10-21
cpu/x86/mp_init: use cb_err as mp_init_with_smm return type
Felix Held
2021-07-01
SMBIOS: Introduce `smbios_full_table_len` function
Angel Pons
2021-07-01
SMBIOS: Introduce `smbios_carve_table` function
Angel Pons
2021-07-01
SMBIOS: Avoid `sizeof` on struct type
Angel Pons
2021-06-11
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-03-18
mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init
Arthur Heymans
2021-02-04
mb/emulation/qemu: Fix SMP boot
Patrick Rudolph
2020-12-04
mb/emulation/x86: Add optional parallel_mp init support
Arthur Heymans
2020-07-26
mb/emulation/qemu-i440fx/northbridge.c: Use SMBIOS macros
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
mainboard/emulation: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-31
mb/emulation/qemu-i440fx: Add acpi_name handler for QEMU
Duncan Laurie
2020-03-31
mb/emulation/qemu-i440fx: Reserve low memory
Duncan Laurie
2019-12-20
src/mainboard: Remove unused '#include <device/pci.h>'
Elyes HAOUAS
2019-12-20
mainboard: Add missing include <device/pci_def.h>
Elyes HAOUAS
2019-09-11
emulation/qemu-i440fx/northbridge.c: Fix minor whitespace
Himanshu Sahdev
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-31
mb/emulation/qemu-i440fx: change file handling
Thomas Heijligen
2019-01-04
device: Replace ugly cases of dev_find_slot()
Kyösti Mälkki
2018-11-12
mb/emulation/qemu-i440fx|q35: Get rid of unused headers
Patrick Rudolph
2018-11-11
mb/emulation/qemu-i440fx|q35: Link memory.c
Patrick Rudolph
2018-06-02
src/mainboard: Add and update license headers
Martin Roth
2018-05-23
mb/emulation/qemu-i440fx: Get rid of device_t
Kyösti Mälkki
2018-05-08
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2017-07-06
mainboard/[a-e]: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-21
emulation/qemu-i440fx: Use SMBIOS macros
Paul Menzel
2016-08-14
src/mainboard: Capitalize ROM, RAM, CPU and APIC
Elyes HAOUAS
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
devicetree: Rename unused parameter to passthru
Kyösti Mälkki
2015-03-10
qemu: 2.1+ smbios tables support
Gerd Hoffmann
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-18
i82371eb & qemu: Move to per-device ACPI.
Vladimir Serbinenko
2014-11-01
mainboard: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2013-11-11
qemu: load e820 from fw_cfg
Gerd Hoffmann
2013-09-18
qemu: q35: fix pci bar placement
Gerd Hoffmann
2013-09-11
CBMEM northbridges: Remove references to global high_tables_base
Kyösti Mälkki
2013-08-16
emulation/qemu-i440fx: style cleanup
Patrick Georgi
2013-08-15
qemu: fix ioapic reservation
Gerd Hoffmann
2013-08-15
qemu: reserve ports
Gerd Hoffmann
2013-07-11
Set PCI bus operations at buildtime for ramstage
Kyösti Mälkki
2013-06-22
qemu-i440fx: Make it compile with CONFIG_DYNAMIC_CBMEM.
Denis 'GNUtoo' Carikli
2013-06-17
qemu: add q35 support
Gerd Hoffmann
2013-06-17
qemu: add support for memory above 4G
Gerd Hoffmann
2013-06-17
qemu: move ram ressource reservation from "set" to "read" stage
Gerd Hoffmann
2013-06-14
qemu: move i440fx bits
Gerd Hoffmann