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
/
northbridge
/
intel
/
i440bx
/
northbridge.c
Age
Commit message (
Expand
)
Author
2020-05-14
nb/intel/i440bx: add resources during read_resources()
Furquan Shaikh
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-04
nb/intel/i440bx: Drop northbridge.h
Keith Hui
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
src/northbridge: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2019-12-19
src/northbridge: Remove unused <stdlib.h>
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <pc80/keyboard.h>
Elyes HAOUAS
2018-06-04
intel/i440bx: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-05-29
src/northbridge: Add and update license headers
Martin Roth
2018-05-11
nb/intel/i440bx: Get rid of device_t
Elyes HAOUAS
2018-05-08
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2018-04-30
nb/intel/i440: Get rid of device_t
Elyes HAOUAS
2017-09-13
intel/i440bx: Implement EARLY_CBMEM_INIT support
Keith Hui
2017-05-27
CBMEM: Clarify CBMEM_TOP_BACKUP function usage
Kyösti Mälkki
2017-03-10
northbridge/intel/i440bx: Align code
Paul Menzel
2014-11-01
northbridge/intel: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2013-09-11
CBMEM northbridges: Remove references to global high_tables_base
Kyösti Mälkki
2013-07-11
Set PCI bus operations at buildtime for ramstage
Kyösti Mälkki
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-10-07
Remove chip.h files without config structure
Kyösti Mälkki
2012-05-08
Clean up #ifs
Patrick Georgi
2010-12-13
We hardcode highmemory size in every northbridge! This is bad, and especiall...
Rudolf Marek
2010-10-11
Factor out a few commonly duplicated functions from northbridge.c.
Uwe Hermann
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-06-09
Same conversion as with resources from static arrays to lists, except
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-10-27
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-05-11
Trivial white space fixes so that the next patches are easier to read.
Myles Watson
2009-04-30
Add high tables support to all northbridges.
Stefan Reinauer
2008-12-19
Fix a LOT of implicit function declarations before they become errors.
Corey Osgood
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2007-05-27
Various 440BX and Tyan S1846 related minor changes and fixes (trivial):
Uwe Hermann
2007-05-10
Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway).
Uwe Hermann
2007-05-10
Fixed a bug within the 440BX RAM size calculation. Since the DRB values
Ceri Coburn
2007-04-01
Initial Intel 440BX RAM initialization framework.
Uwe Hermann
2006-11-05
Use the canonical name of the vendors/devices and the
Uwe Hermann
2006-07-24
add framework for i440bx chipset
Richard Smith