summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
...
* soc/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0664-836/+128
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* soc: Remove copyright noticesPatrick Georgi2020-03-1869-71/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-102-2/+0
* soc/rockchip: Fix typosElyes HAOUAS2020-02-246-8/+8
* src: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+2
* src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS2019-12-1921-21/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-0414-328/+328
* lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner2019-11-191-0/+1
* rockchip/rk3288: Split free SRAM more evenly between stagesJulius Werner2019-11-141-4/+4
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* rockchip/rk3288: Bump verstage size a little moreJulius Werner2019-11-111-2/+2
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-2/+0
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-2/+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-276-12/+12
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-143-65/+0
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-222-54/+23
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-211-4/+5
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-102-2/+2
* soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-252-3/+2
* soc/rockchip/rk3399: Use 64 bits in multiplicationJacob Garber2019-07-251-1/+1
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-4/+2
* soc/rockchip/rk3288: Add fall through commentJacob Garber2019-07-171-0/+1
* soc/rockchip/rk3288/include/soc: Add missing include <types.h>Elyes HAOUAS2019-07-131-0/+2
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-092-4/+0
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-031-1/+0
* soc/rockchip/rk3288: Disable bootblock consolePatrick Georgi2019-05-301-0/+1
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-1/+3
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+3
* rockchip: rk3399: increase memory for fit payload.Marty E. Plummer2019-04-301-2/+2
* vboot: refactor OPROM codeJoel Kitching2019-04-302-2/+2
* rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATAJulius Werner2019-04-291-0/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-237-7/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-065-5/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-208-8/+0
* rockchip/rk3399: Remove obsolete BL31 resource reservationJulius Werner2019-03-191-7/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-4/+4
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0424-23/+23
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-225-11/+10
* rockchip/rk3399: Fix BL31 bootmem regionsJulius Werner2019-02-223-0/+39
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+1
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-7/+7
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-142-2/+0
* security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese2018-11-301-3/+3
* src: Remove duplicated round up functionElyes HAOUAS2018-11-296-26/+26