summaryrefslogtreecommitdiffstats
path: root/src/mainboard/apple
Commit message (Expand)AuthorAgeFilesLines
...
* arch/x86: Make X86 stages select ARCH_X86Arthur Heymans2019-12-161-1/+0
* mb/**/hda_verb.c: Clean up formattingAngel Pons2019-12-122-93/+18
* mb/**/hda_verb.c: use denary numerals for lengthsAngel Pons2019-12-112-4/+4
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-232-2/+2
* mb/apple/macbookair4_2: Drop unnecessary PCH configNico Huber2019-11-181-12/+0
* nb/intel/sandybridge: Set up console in bootblockArthur Heymans2019-11-182-4/+2
* nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-181-0/+1
* sb/intel/bd82x6x: Make the pch_enable_lpc hook optionalArthur Heymans2019-11-181-1/+1
* nb/intel/sandybridge: Make the mainboard_rcba_config hook optionalArthur Heymans2019-11-181-1/+1
* nb/intel/sandybridge: Make the mainboard_early_init hook optionalArthur Heymans2019-11-181-4/+0
* mb/{i945,ich7}: Remove redundant write on V0CTLElyes HAOUAS2019-11-171-3/+0
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-152-0/+2
* 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-122-109/+5
* mb/*/*{bd82x6x/ibexpreak}: Use sb/intel/common/acpi/platform.aslArthur Heymans2019-11-041-1/+1
* mb/apple/macbook21: Use DEBUG_RAM_SETUPElyes HAOUAS2019-11-011-3/+2
* soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpiSubrata Banik2019-11-012-2/+2
* mb/(ich7): Use macro instead of magic numberElyes HAOUAS2019-10-271-4/+4
* mb/*/*/smihandler: Remove bogus mainboard_io_trap_handlerPeter Lemenkov2019-10-251-12/+0
* mb/*/*/smihandler: Remove bogus SMM initPeter Lemenkov2019-10-251-12/+0
* sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans2019-10-111-25/+1
* src/mainboard: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-161-1/+0
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-1/+1
* mb,autoport: Fix GCC 9 Port_List build errorJacob Garber2019-08-201-2/+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
* sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supportedPatrick Rudolph2019-07-191-1/+0
* mb/*/*/gpio: Use static for const structuresPeter Lemenkov2019-07-181-14/+14
* intel/945 boards: Use smp_write_pci_intsrc()Kyösti Mälkki2019-06-251-15/+15
* sb/intel/bd82x6x: Set up io_gen_dec in romstage based on devicetreeArthur Heymans2019-06-211-4/+0
* src/mainboard: Remove unused include <arch/byteorder.h>Elyes HAOUAS2019-06-191-1/+0
* nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selectionElyes HAOUAS2019-06-141-1/+0
* sb/intel/i82801gx: Detect if the southbridge supports AHCIArthur Heymans2019-06-061-1/+0
* mb/apple/macbookair4_2: Fix DRAM_RESET_GATE_GPIOEvgeny Zinoviev2019-06-041-1/+1
* src/mainboard: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* mb/apple/macbookair4_2: Correct internal video port selectionEvgeny Zinoviev2019-05-071-1/+1
* src: Remove unused include <halt.h>Elyes HAOUAS2019-05-061-1/+0
* src/mb: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* src/mb/Kconfig: Fix PCI subsystem IDsElyes HAOUAS2019-04-191-8/+0
* sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-131-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* mb/(ICH7): Remove initialization already done at early_init.cElyes HAOUAS2019-03-181-2/+0
* src/mb: Shorten 'include <arch/x86/include/arch/acpigen.h>'Elyes HAOUAS2019-03-081-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-9/+9
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-6/+2
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-012-0/+2