summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250
Commit message (Expand)AuthorAgeFilesLines
* soc/samsung/exynos: Do resource transitionKyösti Mälkki2022-06-261-2/+2
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-2/+2
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-9/+12
* soc/samsung/exynos5250: Add missing 'void' in function definitionElyes HAOUAS2022-02-011-3/+3
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-052-2/+2
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-5/+2
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-3/+3
* 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-011-0/+1
* soc/samsung/exynos5250/dp-reg.c: Use __func__Elyes HAOUAS2021-01-241-1/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-021-1/+2
* src/soc/samsung: Move common headers to "common/include/soc"Elyes HAOUAS2020-10-1910-506/+1
* soc/samsung: Drop unneeded empty linesElyes HAOUAS2020-09-214-9/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-5/+5
* src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>Elyes HAOUAS2020-07-291-0/+2
* soc/samsung/exynos5250: Drop dead codeAngel Pons2020-07-093-62/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-0/+4
* soc/samsung/exynos5250: add resources during read_resources()Furquan Shaikh2020-05-141-4/+10
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-132-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1145-45/+0
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0645-585/+90
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-1844-54/+0
* src/soc/samsung: Remove unused <stdlib.h>Elyes HAOUAS2019-12-195-5/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-047-193/+193
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-277-56/+56
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+2
* arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-08-261-6/+8
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-2/+0
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0417-14/+16
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-222-3/+3
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-2/+2
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-7/+5
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-164-4/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1