Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
54124d3e5689f7ca8d27090c5ef0512876f8ec2d
/
src
/
southbridge
/
via
475e1b9
via: Write »access« without »m« at end
by Paul Menzel
· 9 years ago
d26da9c
Coding style: punctuation cleanup [1/2].
by Idwer Vollering
· 9 years ago
72dccce
global: Fix usage of get_option() to make use of CB_CMOS_ codes
by Alexandru Gagniuc
· 9 years ago
bf22338
southbridge/via/vt8237r/ctrl.c: Remove set but unused variable `regm3`
by Paul Menzel
· 9 years ago
bc90e15
CBMEM: Backup top_of_ram instead of cbmem_toc
by Kyösti Mälkki
· 9 years ago
ee2bc27
early_smbus: Add early SMBus implementation for VIA chipsets
by Alexandru Gagniuc
· 10 years ago
c5e036a
Get rid of a number of __GNUC__ checks
by Stefan Reinauer
· 10 years ago
3f5f6d8
Drop prototype guarding for romcc
by Stefan Reinauer
· 10 years ago
24d1d4b
x86: Unify arch/io.h and arch/romcc_io.h
by Stefan Reinauer
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
5079a0d
Remove assembly coded log2 function
by Ronald G. Minnich
· 10 years ago
23f38cd
Get rid of drivers class
by Patrick Georgi
· 10 years ago
431a816
Move HAVE_SMI_HANDLER from mainboards to chipsets
by Stefan Reinauer
· 10 years ago
11290c4
SMM: Restore GNVS pointer in the resume path
by Duncan Laurie
· 10 years ago
9aeb694
hpet: common ACPI generation
by Patrick Georgi
· 10 years ago
fee73df
Auto-declare chip_operations
by Kyösti Mälkki
· 10 years ago
efff733
Refactor driver structs
by Patrick Georgi
· 11 years ago
cc55b9b
Define global uma_memory variables
by Kyösti Mälkki
· 11 years ago
904a0ec
Don't use 64-bit constant 0x100000000 in linker scripts
by Nico Huber
· 11 years ago
e166782
Clean up #ifs
by Patrick Georgi
· 11 years ago
35e1c86
VIA southbridge K8T890: Apply un-written naming rules
by Kyösti Mälkki
· 11 years ago
0f1dc4e
Add subsystem callbacks for VT8237x and VT890 family of chipsets
by Rudolf Marek
· 12 years ago
a31bb07
Unify ID_SECTION_OFFSET and mark it deprecated
by Patrick Georgi
· 11 years ago
b532057
make GPIOs and misc configurable via devicetree
by Florian Zumbiehl
· 11 years ago
98236ca
make INT[EFGH]# of vt8237 configurable as gpio via devicetree
by Florian Zumbiehl
· 11 years ago
6a3e8d6
some black magic for initializing the old version of the k8t800
by Florian Zumbiehl
· 11 years ago
1b940fd
implement usb2 termination and dpll delay setting for vt8237r
by Florian Zumbiehl
· 11 years ago
912d891
vt8237: add support for setting the power state after loss of power
by Florian Zumbiehl
· 11 years ago
50dadfb
compile code for CONFIG_SOUTHBRIDGE_VIA_K8T800_OLD
by Florian Zumbiehl
· 11 years ago
be7d8dc
support for different location of HT registers in old version of K8T800
by Florian Zumbiehl
· 11 years ago
2e2b84e
move function from header file to .c file
by Stefan Reinauer
· 11 years ago
0802ad9
rename vt8237r_cfg() to k8x8xx_vt8237r_cfg() and make publicly accessible
by Florian Zumbiehl
· 11 years ago
1e1e859
factor out common config for k8x8xx's dram_enable() and vt8237r_cfg()
by Florian Zumbiehl
· 11 years ago
7b1d295
add support for 1106:3188 (host controller of the old version of k8t800)
by Florian Zumbiehl
· 11 years ago
86bb007
in vt8237r_enable(), write function enables only to ISA bridge config space
by Florian Zumbiehl
· 11 years ago
3cd0ae2
Revert "add support for 1106:3188 (host controller of the old version of k8t800)" due to dependency issues.
by Patrick Georgi
· 11 years ago
e037f9f
add support for writing to SMBus with vt8237
by Florian Zumbiehl
· 11 years ago
8c4cf18
add support for 1106:3188 (host controller of the old version of k8t800)
by Florian Zumbiehl
· 11 years ago
5ff7c13
remove trailing whitespace
by Stefan Reinauer
· 11 years ago
ab87254
use acpi.h include instead of manually adding acpi_slp_type.
by Stefan Reinauer
· 11 years ago
03f82bd
Use ACPI text fields consistently with all other boards
by Stefan Reinauer
· 11 years ago
23b2152
Improve VIA K8M890 HT settings. Use recommended settings for ROMSIP and
by Rudolf Marek
· 12 years ago
f4dc1a7
SMM: add defines for APM_CNT register
by Sven Schnelle
· 12 years ago
e1898b5
vt8237r: Simplify bootblock init to work around nested if() romcc problem
by Peter Stuge
· 12 years ago
1d888a9
some ifdef --> if fixes
by Stefan Reinauer
· 12 years ago
b297b49
drop dead uart init code.
by Stefan Reinauer
· 12 years ago
8902502
drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH
by Stefan Reinauer
· 12 years ago
5005bb06
Unify use of post_code
by Alexandru Gagniuc
· 12 years ago
7b9bbee
Fixes licensing of src/southbridge/via/k8t890/k8x8xx.h to GPLv2+ from GPLv3.
by Alexandru Gagniuc
· 12 years ago
650cf23
Fix build errors introduced in r6367
by Alexandru Gagniuc
· 12 years ago
025ead7
Extended K8T890 driver to include the K8T800 and K8M800 northbridges
by Alexandru Gagniuc
· 12 years ago
2c36627
SMM on AMD K8 Part 2/2
by Rudolf Marek
· 12 years ago
cadc545
SMM for AMD K8 Part 1/2
by Stefan Reinauer
· 12 years ago
c436953
Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well.
by Rudolf Marek
· 12 years ago
836ae29
first round name simplification. drop the <component>_ prefix.
by stepan
· 12 years ago
ba9f0b3
With low serial console loglevels a pcie graphics card is not
by Tobias Diedrich
· 12 years ago
bcaea14
1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c
by Rudolf Marek
· 12 years ago
abc0c85
Printing coreboot debug messages on VGA console is pretty much useless, since
by Stefan Reinauer
· 12 years ago
d773fd3
Some more DIMM0 related cleanups and deduplication.
by Uwe Hermann
· 12 years ago
9bd9a90
Unify DIMM SPD addressing. For Geode, change the
by Patrick Georgi
· 12 years ago
8520e01
Linux also needs the MMCONF area to be reserved either in E820 or
by Tobias Diedrich
· 12 years ago
8a71dcd
The only southbridge having a pirq_assign_irqs function (needed for
by Tobias Diedrich
· 12 years ago
2e9323e
Add a target for the ASUS A8V-E Deluxe (trivial).
by Uwe Hermann
· 12 years ago
5d72eb5
Move cable detect logic to a weak function in vt8237r_ide.c and add
by Tobias Diedrich
· 12 years ago
d441afd
Currently the
by Tobias Diedrich
· 12 years ago
1dcd26c
Add VT8237A id to src/southbridge/via/vt8237r/bootblock.c
by Tobias Diedrich
· 12 years ago
e080bca
Add pci id and ops for VT8237A SATA controller
by Tobias Diedrich
· 12 years ago
a151f27
Depends on the "Introduce get_vt8237_lpc() function" and
by Tobias Diedrich
· 12 years ago
7714cd0
This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.c
by Tobias Diedrich
· 12 years ago
e165d41
Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too.
by Tobias Diedrich
· 12 years ago
ef2928e
Instead of duplicating the pci_locate_device calls multiple times,
by Tobias Diedrich
· 12 years ago
6953eeb
Add pointer to public PCIe bridge documentation on
by Tobias Diedrich
· 12 years ago
113b29f
This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c
by Tobias Diedrich
· 12 years ago
2210135
This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c
by Tobias Diedrich
· 12 years ago
305e886
Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c
by Uwe Hermann
· 12 years ago
b545852
Need to clear downstream read cycle retry bit, or the bus scan will
by Tobias Diedrich
· 12 years ago
d50b43a
This adds pci device ids and pci_driver structs for the K8T890 CF
by Tobias Diedrich
· 12 years ago
74d1a6e
We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
by Uwe Hermann
· 12 years ago
8463dd9
Rename build system variables to be more intuitive, and
by Patrick Georgi
· 12 years ago
c3c9b01
Code must not access the smbus registers before the RTC power well is
by Kevin O'Connor
· 12 years ago
0d11f2d
CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
by Jens Rottmann
· 12 years ago
f976548
Clarify a comment on an old hack, remove the call to early_mtrr_init
by Corey Osgood
· 13 years ago
43110f5
Update my old, no longer active email addresses
by Corey Osgood
· 13 years ago
6f57b51
Fix all warnings in the tree
by Stefan Reinauer
· 13 years ago
7eac445
Always enable parent resources before child resources.
by Myles Watson
· 13 years ago
42e5f64
The interrupt controller lives at I/O 0x4d0/0x4d1.
by Stefan Reinauer
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
53b0b50
Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890
by Rudolf Marek
· 13 years ago
a3c10ac
Following patch changes the K8M890 VGA handling. It reverts the framebuffer size
by Rudolf Marek
· 13 years ago
7ba3c4f
Attached patch adds support for tinybootblock on VT8237* to decode whole flash
by Rudolf Marek
· 13 years ago
64d3baf
zero warnings days...
by Stefan Reinauer
· 13 years ago
23836e2
zero warnings days...
by Stefan Reinauer
· 13 years ago
523ebd9
zero warning days. Move RAMTOP and RAMBASE together.
by Stefan Reinauer
· 13 years ago
f4cc089
Remove few more warnings and some dead code.
by Myles Watson
· 13 years ago
8816cdf
geeesh! And this really compiles and even runs?
by Stefan Reinauer
· 13 years ago
4154c66
zero warnings days. Down to under 600 different warnings
by Stefan Reinauer
· 13 years ago
eea66b7
no warnings day
by Stefan Reinauer
· 13 years ago
8a926845
clean up age old via epia target.
by Stefan Reinauer
· 13 years ago
c2d2941
switch some ROMCC boards back to ROMCC.
by Stefan Reinauer
· 13 years ago
c51dc44
"no warnings day"
by Stefan Reinauer
· 13 years ago
Next »