summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-182-0/+4
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-312-2/+2
* soc/*: Rename Makefiles from .inc to .mkMartin Roth2024-01-242-0/+0
* memlayout.ld: Increase RAMSTAGE size to more than 1MB everywherePatrick Georgi2023-10-112-2/+2
* soc/samsung/exynos5250/clock: Remove space before semicolonElyes Haouas2023-08-201-1/+1
* soc/samsung/exynos5420/clock: Remove space before semicolonElyes Haouas2023-08-151-1/+1
* treewide: Fix old-style declarationsElyes Haouas2023-01-171-1/+1
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-111-1/+1
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* src/soc/samsung: Remove unnecessary space after castsElyes Haouas2022-11-221-1/+1
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-182-4/+4
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-042-20/+16
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-312-0/+2
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-262-2/+0
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-1/+1
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-1/+1
* soc/samsung/exynos5420: Use int instead of char for count variablePaul Menzel2022-07-121-1/+1
* soc/samsung/exynos5420: Add space between comment markers and commentPaul Menzel2022-07-111-2/+2
* soc/samsung/exynos: Do resource transitionKyösti Mälkki2022-06-262-4/+4
* src/soc: Get rid of most src/soc/Kconfig filesMartin Roth2022-06-241-2/+0
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-222-4/+4
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-152-18/+23
* soc/samsung/exynos5420: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-16/+0
* soc/samsung/exynos5250: Add missing 'void' in function definitionElyes HAOUAS2022-02-011-3/+3
* src/{drivers,soc}: Fix some code indentsElyes HAOUAS2022-01-281-5/+5
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-6/+6
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-053-3/+3
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-212-9/+3
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-082-6/+5
* src: Remove unused <boot_device.h>Elyes HAOUAS2021-02-101-1/+1
* soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing includeElyes HAOUAS2021-02-012-0/+2
* soc/samsung/exynos5250/dp-reg.c: Use __func__Elyes HAOUAS2021-01-241-1/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-022-2/+4
* src/soc/samsung: Move common headers to "common/include/soc"Elyes HAOUAS2020-10-1921-538/+34
* soc/samsung: Drop unneeded empty linesElyes HAOUAS2020-09-2111-29/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-122-10/+10
* src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>Elyes HAOUAS2020-07-292-0/+4
* soc/samsung/exynos5420: Drop dead codeAngel Pons2020-07-091-40/+0
* soc/samsung/exynos5250: Drop dead codeAngel Pons2020-07-093-62/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-134-0/+8
* samsung/exynos5420: add resources during read_resources()Furquan Shaikh2020-05-141-6/+10
* soc/samsung/exynos5250: add resources during read_resources()Furquan Shaikh2020-05-141-4/+10
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-135-5/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1188-88/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-064-48/+4
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-064-9/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-102-4/+4
* soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0687-1130/+174
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-2/+0