summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung
Commit message (Expand)AuthorAgeFilesLines
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-212-4/+4
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-232-4/+4
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-142-12/+14
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-135-8/+14
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-1/+1
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-4/+0
* src: change coreboot to lowercaseMartin Roth2017-06-073-3/+3
* soc/samsung/exynos5420: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-13/+20
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-282-0/+14
* samsung/exynos5420: Fix test for src < 0Patrick Georgi2016-12-161-1/+2
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-19/+26
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-4/+9
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-10/+10
* soc/samsung/exynos5420/uart.c: Init new serial struct variablesMartin Roth2016-11-241-0/+2
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-4/+3
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-2/+2
* Documentation: Fix doxygen errorsMartin Roth2016-07-121-0/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-242-4/+8
* soc/samsung: Don't compile in unused uart divider tablesStefan Reinauer2016-05-112-2/+4
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-212-2/+2
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* soc/samsung/exynos5250: Implement hard_reset()Stefan Reinauer2015-12-162-0/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3191-364/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-222-6/+0
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* samsung/exynos5250: Add vboot2 memory regionPatrick Georgi2015-08-091-1/+3
* samsung/exynos5250: Enable bootblock consolePatrick Georgi2015-08-081-0/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-022-128/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-266-194/+223
* Remove address from GPLv2 headersPatrick Georgi2015-05-2191-94/+91
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-192-2/+0
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-052-2/+2
* 3rdparty: Move to blobsPatrick Georgi2015-05-052-2/+2
* kbuild: automatically include SOCsStefan Reinauer2015-04-293-2/+8
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-215-31/+100
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2132-896/+825
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-213-9/+9
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-172-0/+2
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-172-2/+2
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-146-20/+6
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-50/+0
* rk3288/exynos5250/exynos5420: Consolidate timer filesJulius Werner2015-04-136-86/+37
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-102-0/+4
* timer: Add generic udelay() implementationAaron Durbin2015-04-086-114/+2
* exynos5420: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-0749-132/+122