aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung
AgeCommit message (Expand)Author
2022-11-22src/soc/samsung: Remove unnecessary space after castsElyes Haouas
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-04lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans
2022-10-31soc: Add SPDX license headers to MakefilesMartin Roth
2022-10-26coreboot_tables: Drop uart PCI addrArthur Heymans
2022-10-13payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas
2022-09-14timer: Change timer util functions to 64-bitRob Barnes
2022-07-12soc/samsung/exynos5420: Use int instead of char for count variablePaul Menzel
2022-07-11soc/samsung/exynos5420: Add space between comment markers and commentPaul Menzel
2022-06-26soc/samsung/exynos: Do resource transitionKyösti Mälkki
2022-06-24src/soc: Get rid of most src/soc/Kconfig filesMartin Roth
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-03-15i2c: Add configurable I2C transfer timeoutJes Klinke
2022-02-01soc/samsung/exynos5420: Remove unuseful 'return' in void functionElyes HAOUAS
2022-02-01soc/samsung/exynos5250: Add missing 'void' in function definitionElyes HAOUAS
2022-01-28src/{drivers,soc}: Fix some code indentsElyes HAOUAS
2022-01-26src: Add missing 'void' in function definitionElyes HAOUAS
2021-10-05src/soc to src/superio: Fix spelling errorsMartin Roth
2021-04-21commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner
2021-03-08cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner
2021-02-10src: Remove unused <boot_device.h>Elyes HAOUAS
2021-02-01soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing includeElyes HAOUAS
2021-01-24soc/samsung/exynos5250/dp-reg.c: Use __func__Elyes HAOUAS
2020-12-02cbfs: Enable CBFS mcache on most chipsetsJulius Werner
2020-10-19src/soc/samsung: Move common headers to "common/include/soc"Elyes HAOUAS
2020-09-21soc/samsung: Drop unneeded empty linesElyes HAOUAS
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-07-29src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>Elyes HAOUAS
2020-07-09soc/samsung/exynos5420: Drop dead codeAngel Pons
2020-07-09soc/samsung/exynos5250: Drop dead codeAngel Pons
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-05-14samsung/exynos5420: add resources during read_resources()Furquan Shaikh
2020-05-14soc/samsung/exynos5250: add resources during read_resources()Furquan Shaikh
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-06soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-03-31security/vboot: Decouple measured boot from verified bootBill XIE
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-02-24soc/{samsung,sifive}: Fix typosElyes HAOUAS
2019-12-19src/soc/samsung: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-11-03arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-09-19cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber
2019-08-26arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-02soc/samsung/exynos5420: Refactor fimd vidtcon accessJacob Garber
2019-07-09arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-03-21vboot: standardize on working data sizeJoel Kitching
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-19src: Drop unused 'include <cbfs.h>'Elyes HAOUAS
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-16soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22soc/samsung/exynos5250: Convert to `board_reset()`Nico Huber
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-08-10src: Fix typoElyes HAOUAS
2018-07-09src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04soc/samsung: Get rid of device_tElyes HAOUAS
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-10-23soc: Add Kconfig for each soc vendorChris Ching
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-13Consolidate reset API, add generic reset_prepare mechanismJulius Werner
2017-06-07spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-05-24soc/samsung/exynos5420: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-03-28vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner
2016-12-16samsung/exynos5420: Fix test for src < 0Patrick Georgi
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-24soc/samsung/exynos5420/uart.c: Init new serial struct variablesMartin Roth
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2016-07-31src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS