summaryrefslogtreecommitdiffstats
path: root/src/mainboard/apple/macbook21/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-151-50/+0
* nb/intel/i945: Move boilerplate romstage to a common locationArthur Heymans2019-11-151-56/+1
* sb/intel/i82801gx: Add common early codeArthur Heymans2019-11-141-35/+1
* sb/intel/i82801gx: Add common LPC decode codeArthur Heymans2019-11-121-109/+1
* mb/apple/macbook21: Use DEBUG_RAM_SETUPElyes HAOUAS2019-11-011-3/+2
* mb/(ich7): Use macro instead of magic numberElyes HAOUAS2019-10-271-4/+4
* sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans2019-10-111-25/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-1/+1
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-7/+2
* mainboards: Remove floating __PRE_RAM__ commentsKyösti Mälkki2019-08-181-2/+0
* src/mainboard: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* src: Remove unused include <halt.h>Elyes HAOUAS2019-05-061-1/+0
* src/mb: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-131-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* mb/(ICH7): Remove initialization already done at early_init.cElyes HAOUAS2019-03-181-2/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src: Remove unused include device/pnp_def.hElyes HAOUAS2019-02-071-1/+0
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-091-4/+0
* sb/intel/i82801gx: Autodisable functions based on devicetreeArthur Heymans2019-01-081-4/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* intel/i945: Factor out ram init time stampsPaul Menzel2018-11-121-2/+0
* src/mb: Remove some unneeded includesElyes HAOUAS2018-08-131-1/+0
* mb: Get rid of unneeded include <cbmem.h>Elyes HAOUAS2018-08-131-1/+0
* mb/*/*/romstage.c: Clean up targets with i82801gxArthur Heymans2018-01-141-29/+22
* mb/apple/macbook21: Remove PCI reset code from romstageMono2017-03-011-5/+0
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-061-52/+0
* mainboard/apple: Use C89 comments style & remove commented codeElyes HAOUAS2016-10-111-98/+102
* apple/imac52: add mainboardArthur Heymans2016-10-021-1/+13
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-2/+2
* intel/model_6ex: Prepare for dynamic CONFIG_RAMTOPKyösti Mälkki2016-06-211-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: move TS_END_ROMSTAGE to one spotAaron Durbin2015-09-241-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* mainboard/*/romstage.c: Sanitize system header inclusionsEdward O'Callaghan2015-01-061-3/+3
* i82801gx: Enable upper CMOS in bootblock.Vladimir Serbinenko2014-12-031-3/+0
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* mainboard/apple/macbook21/romstage.c: Missing prototype headerEdward O'Callaghan2014-11-201-0/+1
* i945: consolidate sb & nb early initsVladimir Serbinenko2014-11-091-65/+4
* A new port apple/macbook21.Mono2014-08-171-0/+414