Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
2a3434757ef425dbdfedf1fc69e1a033a6e7310d
/
src
/
northbridge
/
intel
/
e7501
d7ee9dd
northbridge/intel: add missing #include guards
by Iru Cai
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
7a8a4ab
lib: Unify log2() and related functions
by Julius Werner
· 9 years ago
83f81ca
acpi: Remove monolithic ACPI
by Vladimir Serbinenko
· 9 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
e1133b7
kbuild: automatically include northbridges
by Stefan Reinauer
· 9 years ago
bde6d30
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
by Kevin Paul Herbert
· 9 years ago
3bf3854
CBMEM: Tag chipsets with LATE_CBMEM_INIT
by Kyösti Mälkki
· 9 years ago
65b72ab
northbridge: Drop print_ implementation from non-romcc boards
by Stefan Reinauer
· 9 years ago
9f74462
northbridge/intel: Use DEVICE_NOOP macro over dummy symbol
by Edward O'Callaghan
· 9 years ago
a3bdbcc
e7501: Move to perdev ACPI
by Vladimir Serbinenko
· 9 years ago
0f92f63
Uniformly spell frequency unit symbol as Hz
by Elyes HAOUAS
· 9 years ago
42f4651
CBMEM northbridges: Remove references to global high_tables_base
by Kyösti Mälkki
· 10 years ago
33e5df3
Set PCI bus operations at buildtime for ramstage
by Kyösti Mälkki
· 10 years ago
3f5f6d8
Drop prototype guarding for romcc
by Stefan Reinauer
· 11 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 11 years ago
fd611f9
Drop CONFIG_WRITE_HIGH_TABLES
by Stefan Reinauer
· 11 years ago
0aa37c4
sconfig: rename lapic_cluster -> cpu_cluster
by Stefan Reinauer
· 11 years ago
4aff445
sconfig: rename pci_domain -> domain
by Stefan Reinauer
· 11 years ago
5079a0d
Remove assembly coded log2 function
by Ronald G. Minnich
· 11 years ago
0279036
Remove chip.h files without config structure
by Kyösti Mälkki
· 11 years ago
fee73df
Auto-declare chip_operations
by Kyösti Mälkki
· 11 years ago
e166782
Clean up #ifs
by Patrick Georgi
· 12 years ago
481814d
Clear improper use of CONFIG_CACHE_AS_RAM
by Kyösti Mälkki
· 12 years ago
3c0bfaf
Fix most CONFIG_DEBUG_RAM_SETUP issues.
by Stefan Reinauer
· 13 years ago
97be27e
We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic.
by Rudolf Marek
· 13 years ago
b69cb5a
Convert some comments to proper Doxygen syntax.
by Uwe Hermann
· 13 years ago
4b42a62
Factor out a few commonly duplicated functions from northbridge.c.
by Uwe Hermann
· 13 years ago
8463dd9
Rename build system variables to be more intuitive, and
by Patrick Georgi
· 13 years ago
704b596
We call this cache as ram everywhere, so let's call it the same in Kconfig
by Stefan Reinauer
· 13 years ago
b3f8090
drop three unneeded config variables:
by Jens Rottmann
· 13 years ago
0d11f2d
CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
by Jens Rottmann
· 13 years ago
8c4f31b
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
by Stefan Reinauer
· 13 years ago
7eac445
Always enable parent resources before child resources.
by Myles Watson
· 13 years ago
894a347
Same conversion as with resources from static arrays to lists, except
by Myles Watson
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 14 years ago
23836e2
zero warnings days...
by Stefan Reinauer
· 14 years ago
17b60a9
drop setup_ics code that was blatantly copied from cx700 and
by Stefan Reinauer
· 14 years ago
5d3dee8
drop quite a lot of dead code that did nothing but produce warnings and make
by Stefan Reinauer
· 14 years ago
64ed2b7
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
by Stefan Reinauer
· 14 years ago
3ac400e
drop USE_INIT should be USE_PRINTK_IN_CAR here.
by Stefan Reinauer
· 14 years ago
c02b4fc
printk_foo -> printk(BIOS_FOO, ...)
by Stefan Reinauer
· 14 years ago
01ce601
This patch is from 2009-10-20
by Uwe Hermann
· 14 years ago
a8aa1b1
Remove register pressure from e7501 driver by not indirectly referencing
by Stefan Reinauer
· 14 years ago
c70e9fc
Various license header consistency fixes (trivial).
by Uwe Hermann
· 14 years ago
38f147e
janitor task: unify and cleanup naming.
by Stefan Reinauer
· 14 years ago
abf2ad7
newconfig is no more.
by Patrick Georgi
· 14 years ago
b8e2027
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
by Myles Watson
· 14 years ago
e7bbb50
Remove default n statements to simplify .config and ldoptions files.
by Myles Watson
· 14 years ago
53ad9f5
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.
by Myles Watson
· 14 years ago
88f55b2
some progress on kconfig:
by Patrick Georgi
· 14 years ago
29cc9ed
Move the v3 resource allocator to v2.
by Myles Watson
· 14 years ago
0867062
This patch unifies the use of config options in v2 to all start with CONFIG_
by Stefan Reinauer
· 14 years ago
b5fb0c5
Add high tables support to all northbridges.
by Stefan Reinauer
· 15 years ago
be7f798
This, ladies and gentlement, is commit #4000.
by Stefan Reinauer
· 15 years ago
2ee6779
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
by Carl-Daniel Hailfinger
· 15 years ago
998a57c
Update of the src/include/spd.h file with the following improvements:
by Uwe Hermann
· 17 years ago
a7aa29b
Use the canonical name of the vendors/devices and the
by Uwe Hermann
· 17 years ago
eca92fb
Uwe Hermann:
by Stefan Reinauer
· 17 years ago
2d1fe37
fix two mainboards that have been broken by someone who does not use abuild.sh
by Stefan Reinauer
· 18 years ago
987ca8e
Make #defined constants more descriptive.
by Steven J. Magnani
· 18 years ago
6ab43fc
Updating FSF address in the code.
by Stefan Reinauer
· 18 years ago
a4baa16
* Added support for "fast" (64-clock) refresh
by Steven J. Magnani
· 18 years ago
71ad2f4
Moved E7501-specific definitions here from raminit.
by Steven J. Magnani
· 18 years ago
6ca7636
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
by arch import user (historical)
· 18 years ago
a9e632c
- First stab at getting the ppc ports building and working.
by Eric Biederman
· 19 years ago
ab49946
- Remove e7501 root_complex
by Eric Biederman
· 19 years ago
44b34e3
CONFIG_CHIP_NAME to control config chip.h without .name
by Yinghai Lu
· 19 years ago
018d8dd
- Update abuild.sh so it will rebuild successfull builds
by Eric Biederman
· 19 years ago
bf8bb42
*** empty log message ***
by Yinghai Lu
· 19 years ago
6e53f50
sizeram removal/conversion.
by Eric Biederman
· 19 years ago
fb19864
ops and tsc
by Yinghai Lu
· 19 years ago
9cf950c
s2735 minor changes
by Yinghai Lu
· 19 years ago
8e2847c
- For now use port 0x80 based delays in for the e7501 memory initialization.
by Eric Biederman
· 19 years ago
720a8f5
- Update e7501 northbridge.c to work in the new structure.
by Eric Biederman
· 19 years ago
8abb054
*** empty log message ***
by Yinghai Lu
· 19 years ago
dbec2d4
- Bump the LinuxBIOS major version
by Eric Biederman
· 19 years ago
7003ba4
- First stab at running linuxbios without the old static device tree.
by Eric Biederman
· 19 years ago
70093f7
Intel E7501 P64H2 ICH5R support
by Yinghai Lu
· 19 years ago