Alexey Vazhnov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50668 )
Change subject: Initial documentation page for Intel G41 ......................................................................
Initial documentation page for Intel G41
Change-Id: I287380d500fcbb3e42e6d0474128909e2020ee54 Signed-off-by: Alexey Vazhnov vazhnov@boot-keys.org --- A Documentation/northbridge/intel/eaglelakeg/index.md M Documentation/northbridge/intel/index.md 2 files changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/50668/1
diff --git a/Documentation/northbridge/intel/eaglelakeg/index.md b/Documentation/northbridge/intel/eaglelakeg/index.md new file mode 100644 index 0000000..5b3e3aa --- /dev/null +++ b/Documentation/northbridge/intel/eaglelakeg/index.md @@ -0,0 +1,19 @@ +# Intel EaglelakeG documentation + +This section describes the Intel EaglelakeG architecture as it relates to +coreboot. + +Sources: [src/northbridge/intel/x4x/](https://review.coreboot.org/cgit/coreboot.git/tree/src/northbridge/intel/x4x). + +## Chipset G41 + +### Hardware compatibility + +- CPU socket: LGA 775 +- FSB 1333 +- PCIe v1.1 +- South bridge: ICH7 +- Memory: + * DDR2 667/800, max. 8 GB + * DDR3 800/1066/1333, max. 4 GB + diff --git a/Documentation/northbridge/intel/index.md b/Documentation/northbridge/intel/index.md index da7634b..7790048 100644 --- a/Documentation/northbridge/intel/index.md +++ b/Documentation/northbridge/intel/index.md @@ -6,3 +6,4 @@
- [Haswell](haswell/index.md) - [Sandy Bridge](sandybridge/index.md) +- [EaglelakeG](eaglelakeg/index.md)