summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/cimx/sb800
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1134-34/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-10/+1
* southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-13/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-024-4/+4
* sb/amd/cimx/sb800: Const'ify pci_devfn_t devicesElyes HAOUAS2020-04-271-5/+3
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-7/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0432-430/+64
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1733-36/+0
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-261-1/+1
* sb/amd/{agesa,pi}: use ACPIMMIO common block wherever possibleMichał Żygowski2020-01-053-10/+8
* sb/amd/cimx/sb800/cfg.c: Fix typoElyes HAOUAS2019-12-311-1/+1
* sb/amd/cimx/sb800: Remove unused BOOTBLOCK_SOUTHBRIDGE_INITElyes HAOUAS2019-12-301-4/+0
* sb/amd/{agesa,pi,cimx}/bootblock: Use simple PCI config accessorKyösti Mälkki2019-12-211-11/+11
* AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCKKyösti Mälkki2019-12-202-24/+3
* soc/amd,{agesa,pi}/hudson: Have do_board_reset in all stagesKyösti Mälkki2019-12-161-2/+2
* sb/amd/cimx/sb800: add C bootblock southbridge initializationMichał Żygowski2019-12-042-4/+23
* amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski2019-12-041-24/+0
* sb/amd/cimx: replace cimx_util with common ACPIMMIO AMD blockMichał Żygowski2019-12-022-6/+9
* src/southbridge: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-282-3/+3
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+2
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-0/+2
* sb/amd/{cimx,}/sb{700,800,900}: Prevent uninitialized readsJacob Garber2019-07-161-3/+3
* sb/amd/cimx/sb800: Get rid of power button device in corebootPaul Menzel2019-05-201-9/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h>Elyes HAOUAS2019-03-131-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-7/+7
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-042-1/+2
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-015-0/+5
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+3
* AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-141-2/+3
* southbridge/amd/cimx: Drop unused functionsKyösti Mälkki2019-01-103-39/+0
* src: Move constant to the right side of comparisonElyes HAOUAS2019-01-071-3/+3
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-061-1/+2
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* sb/amd/cimx/sb800/ramtop: Fix coding style issuesPaul Menzel2018-12-241-2/+2
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-3/+2
* src/{mainboard,southbridge}: Remove commented include linesElyes HAOUAS2018-11-281-2/+0
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* sb/amd: Remove dead assignment in SPI driverPaul Menzel2018-11-161-1/+1
* sb/amd: Fix grammar in commentPaul Menzel2018-11-161-1/+1
* amd: Fix non-local header treated as localElyes HAOUAS2018-11-053-11/+11
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-22/+22
* sb/amd/cimx/sb[89]00: Use CF9 resetNico Huber2018-10-222-16/+6