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
/
southbridge
/
intel
/
i82371eb
Age
Commit message (
Expand
)
Author
2017-12-07
sb/intel/i82371eb: Rework ACPI tables
Keith Hui
2017-11-03
sb/intel/i82371eb: Consolidate bootblock.c logic
Keith Hui
2017-08-06
sb/intel/*: Use common SMBus functions
Arthur Heymans
2017-07-16
southbridge/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-09-10
southbridge/intel/i82371eb: transition away from device_t
Antonello Dettori
2016-08-31
src/southbridge: Code formating
Elyes HAOUAS
2016-07-31
src/southbridge: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-06-04
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-20
acpi: make fill_slit and fill_srat into arguments.
Vladimir Serbinenko
2015-04-27
kbuild: automatically include southbridges
Stefan Reinauer
2015-01-10
ACPI: Add acpi_is_wakeup_s3() for romstage
Kyösti Mälkki
2015-01-06
southbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-12-18
i82371eb & qemu: Move to per-device ACPI.
Vladimir Serbinenko
2014-11-16
i82371eb: Remove weak functions
Vladimir Serbinenko
2014-11-05
soutbridge/*/bootblock: Use pci_dev_t over device_t typedef
Edward O'Callaghan
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-07-08
southbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2013-12-23
Coding style: punctuation cleanup [1/2].
Idwer Vollering
2013-10-15
intel/i82371: Remove HAVE_ACPI_RESUME
Kyösti Mälkki
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-05-08
Clean up #ifs
Patrick Georgi
2012-04-20
Refactor some alignment handling
Patrick Georgi
2011-10-28
Get rid of the old romstage-as-bootblock ROM layout
Patrick Georgi
2011-10-13
Use default table creator macro for all SSDTs
Stefan Reinauer
2011-09-21
Use ACPI text fields consistently with all other boards
Stefan Reinauer
2011-09-12
Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods
Tobias Diedrich
2011-04-19
Fix compilation of all i82371eb boards when ACPI tables aren't generated
Idwer Vollering
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2010-12-09
Merge enable_rom.c files into bootblock.c files.
Uwe Hermann
2010-12-08
Tobias Diedrich wrote:
Tobias Diedrich
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-12-07
Get rid of some unneeded function prototypes in romstage.c files.
Uwe Hermann
2010-11-29
Tobias Diedrich wrote:
Tobias Diedrich
2010-11-27
After finding the missing bit poweroff works now.
Tobias Diedrich
2010-10-28
Fix broken build due to missing #if CONFIG_IOAPIC.
Uwe Hermann
2010-10-28
Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.
Uwe Hermann
2010-10-12
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
Uwe Hermann
2010-10-11
Fix typo after r5925.
Sylvain Hitier
2010-10-09
Remove various .c #includes from Intel 440BX/82371EB boards.
Uwe Hermann
2010-10-07
Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.
Uwe Hermann
2010-10-06
Convert all Intel 440BX boards to Cache-as-RAM (CAR).
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-19
Make ASUS P3B-F RAM init actually work by enabling SPD access.
Uwe Hermann
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-28
drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-10-27
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-27
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-09
More kconfig cleanups:
Uwe Hermann
2009-10-04
The new CBFS based build system requires the whole ROM to be accessible
Uwe Hermann
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-12
Kconfig!
Patrick Georgi
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-05-11
This patch adds high table support to qemu. It was already added to
Myles Watson
2009-04-06
(trivial) fix some warnings
Stefan Reinauer
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-11-30
Improve support for the Intel 82371FB/SB/AB/EB/MB southbridge(s):
Uwe Hermann
2007-11-29
Restructure/rename/comment a few 82371XX-related PCI IDs (trivial).
Uwe Hermann
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2007-06-03
Intel 82371EB: Some code simplifications (trivial).
Uwe Hermann
2007-05-29
Intel 82371EB: Add IDE init support.
Uwe Hermann
2007-05-27
Init for the Intel 82371EB southbridge: make all ROM/BIOS regions
Uwe Hermann
2007-05-03
Correct the RAM checking code to _not_ check the range from 640 KB - 1 MB,
Uwe Hermann
2006-08-04
final rename orgy. sorry for the inconvenience. This should fix it again
Stefan Reinauer
2006-08-04
ouch. it's 8_2_371. I'll fix it. This commit breaks compilation
Stefan Reinauer