summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asrock
Commit message (Expand)AuthorAgeFilesLines
* AMD Llano, Brazos boards: Use `sizeof(var)` to get its sizePaul Menzel2013-05-301-11/+9
* AMD Brazos/Trinity boards: PlatformGnbPcie.c: Reserve correct amount of memoryPaul Menzel2013-05-141-3/+3
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-081-1/+1
* asrock/e350m1: reduce default stack sizeStefan Reinauer2013-05-071-4/+0
* AMD SB800 based boards: Use `#include <sb_cimx.h>` instead of `"sb_cimx.h"`Paul Menzel2013-04-202-2/+2
* ASRock DSDT: Split the ASRock DSDTMike Loptien2013-04-118-1798/+530
* ASRock E350M1: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errorsPaul Menzel2013-04-031-4/+0
* ASRock E350M1: buildOpts.c: Add missing memory related definesPaul Menzel2013-04-021-0/+24
* ASRock E350M1: mptable.c: Remove unused variable `dev`Paul Menzel2013-04-011-1/+0
* ASRock E350M1: mptable.c: Include `cpu/amd/amdfam14.h` for `get_bus_conf`Paul Menzel2013-04-011-0/+1
* ASRock E350M1: mainboard.c: Include `cimx_util.h` for `pm_iowrite`Paul Menzel2013-04-011-1/+1
* ASRock E350M1: irq_tables.c: Include `cpu/amd/amdfam14.h` for `get_bus_conf`Paul Menzel2013-03-301-2/+1
* ASRock E350M1: get_bus_conf.c: Include `agesawrapper.h` for `agesawrapper_amd...Paul Menzel2013-03-301-0/+1
* ASRock E350M1: PlatformGnbPcie.c: Do not return anything for void return typePaul Menzel2013-03-301-1/+1
* Asrock E350M1: Use SPD read code from F14 wrapperJens Rottmann2013-03-225-170/+22
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-223-5/+4
* ASROCK Fam14 DSDT: Add secondary bus range to PCI0Mike Loptien2013-03-171-0/+16
* ASROCK Fam14 DSDT: Remove INI method from AZHD deviceMike Loptien2013-03-171-8/+0
* ASROCK Fam14 DSDT: Add OSC methodMike Loptien2013-03-171-1/+13
* AMD CIMx SB800 boards: platform_cfg.h: Integrate Kconfig SATA Mode choicePaul Menzel2013-03-081-1/+1
* ASRock E350M1: Let `BiosGnbPcieSlotReset()` return `AGESA_UNSUPPORTED`Paul Menzel2013-03-073-88/+6
* ASRock E350M1: mainboard.c: Add declarations for `set_pcie_{,de}reset`Paul Menzel2013-03-061-0/+2
* ASRock E350M1: Remove non-existing PCI devices 12.1 and 13.1Paul Menzel2013-03-021-2/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0136-36/+36
* Persimmon: remove HDMI Audio, PCI device 00:01.1 from devicetree.cbJens Rottmann2013-02-271-1/+1
* AMD Fam14 boards: reduce unnecessary differences, 2nd attemptJens Rottmann2013-02-261-3/+3
* AMD Fam14 boards: Set P_BLK length to 6 for all processorsPaul Menzel2013-02-251-3/+3
* AMD boards: ACPI DSDT: Use COREBOOT for the OEM Table ID fieldPaul Menzel2013-02-252-2/+2
* mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel2013-02-252-4/+4
* AMD based boards: platform_cfg.h: Replace `_*BOARDNAME*_CFG_H_` with `_PLATFO...Jens Rottmann2013-02-231-2/+2
* AMD Fam14 boards: Unify `acpi_table.c` by mainly using Inagua’s onePaul Menzel2013-02-211-2/+5
* AMD Fam14 boards: dimmSpd.c: Set `iobase` to `SMBUS0_BASE_ADDRESS` instead of...Jens Rottmann2013-02-211-1/+2
* Inagua+children: fix simple copy & paste error in code to reset PCIe slotsJens Rottmann2013-02-191-1/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-142-2/+2
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-142-4/+4
* AGESA boards: Fix grammar in description of `OemCustomizeInitEarly`Paul Menzel2013-02-041-1/+1
* ASRock 939A785GMH: Align comments of DSDT’s `IndexField`Paul Menzel2013-02-041-3/+3
* ASRock 939A785GMH: Align comments in DSDT header with tabsPaul Menzel2013-02-041-4/+4
* ASRock E350M1: Remove unused variable `reg8` from `romstage.c`Paul Menzel2013-01-301-1/+0
* AMD boards, ASRock E350M1: Remove whitespace in front of comma in DSDTPaul Menzel2013-01-261-3/+3
* BiosCallOuts: Replace REQUIRED_CALLOUTS define with flexible variableAladyshev Konstantin2012-12-282-9/+9
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-282-5/+1
* Remove AMD special case for LAPIC based udelay()Patrick Georgi2012-11-271-1/+0
* Drop CONFIG_HAVE_BUS_CONFIG, clean up KconfigStefan Reinauer2012-11-162-6/+0
* Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki2012-11-062-2/+0
* Cleanup coreboot memory table includesKyösti Mälkki2012-08-082-2/+0
* Drop HAVE_MAINBOARD_RESOURCESKyösti Mälkki2012-08-084-11/+0
* AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki2012-08-022-3/+0
* Revert "remove CONFIG_SERIAL_CPU_INIT"Sven Schnelle2012-07-311-0/+1
* Drop mainboard chip.hStefan Reinauer2012-07-264-48/+0
OpenPOWER on IntegriCloud