aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick 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/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-03-10src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS
2020-02-24soc/rockchip: Fix typosElyes HAOUAS
2019-12-20src: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19src/soc/rockchip: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-11-19lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner
2019-11-14rockchip/rk3288: Split free SRAM more evenly between stagesJulius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-11-11rockchip/rk3288: Bump verstage size a little moreJulius Werner
2019-11-03arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans
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-14arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner
2019-08-30arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner
2019-08-22rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-08-21vboot: update vboot2 functions to use new vb2_error_tJoel Kitching
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-07-25soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-07-25soc/rockchip/rk3399: Use 64 bits in multiplicationJacob Garber
2019-07-19src: Make implicit fall throughs explicitJacob Garber
2019-07-17soc/rockchip/rk3288: Add fall through commentJacob Garber
2019-07-13soc/rockchip/rk3288/include/soc: Add missing include <types.h>Elyes HAOUAS
2019-07-09arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-03vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner
2019-05-30soc/rockchip/rk3288: Disable bootblock consolePatrick Georgi
2019-05-29src/soc: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-30rockchip: rk3399: increase memory for fit payload.Marty E. Plummer
2019-04-30vboot: refactor OPROM codeJoel Kitching
2019-04-29rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATAJulius Werner
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-19rockchip/rk3399: Remove obsolete BL31 resource reservationJulius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07src: Drop unused include <timestamp.h>Elyes HAOUAS
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-02-22rockchip/rk3399: Fix BL31 bootmem regionsJulius Werner
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2018-11-30security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese
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 <cbfs.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-22soc/rockchip/rk3399: Convert to `board_reset()`Nico Huber
2018-08-10drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese
2018-08-10src: Fix typoElyes HAOUAS
2018-08-09src/soc: Fix typoElyes HAOUAS
2018-08-09rk3288: Dig up two more KB of SRAM from under the couch cushionsJulius Werner
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-06-04soc/rockchip: Get rid of device_tElyes HAOUAS
2018-05-22src: Remove non-ascii charactersMartin Roth
2018-05-22rk3399: Enable bootblock compressionJulius Werner
2018-04-03spi: Add helper functions for bit-bangingJulius Werner
2018-04-03rockchip: Add gpio_set() functionJulius Werner
2018-02-02rockchip/rk3399: Pass coreboot table pointer to ARM TFJulius Werner
2018-02-02rockchip: Correct UART reference clock valueJulius Werner
2018-02-02rockchip/rk3288: Fix includes for <soc/clock.h>Julius Werner
2018-02-02rockchip/rk3399: extend delay between saradc power up and start commandLin Huang
2018-01-29rockchip/rk3399: Support LONG_WRITE type in MIPI DSILin Huang
2018-01-10soc/rockchip/rk3399: Ensure full eDP init sequenceEge Mihmanli
2017-12-11google/gru: Stop mucking with unused I2S0 pins in codec configJulius Werner
2017-12-07rockchip/rk3399: Select GENERIC_GPIO_LIB KconfigJulius Werner
2017-11-28google/scarlet: support kd097d04 panelLin Huang
2017-11-28rockchip/rk3399: support dual mipi dsiLin Huang
2017-11-28rockchip/rk3399: mipi: properly configure PHY timingLin Huang
2017-11-28rockchip/rk3399: improve mipi transfer flowLin Huang
2017-11-28rockchip/rk3399: mipi: correct Feedback divider settingLin Huang
2017-11-28rockchip/rk3399: mipi: correct phy parameter settingLin Huang
2017-11-28rockchip/rk3399: mipi: Fix LOOP_DIV_HIGH_SEL to be 4 bits wideLin Huang
2017-10-23soc: Add Kconfig for each soc vendorChris Ching
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-06rockchip: gpio: Correct rk3399 pmu gpio pull settingLin Huang
2017-08-06rockchip: gpio: add gpio_pull argument in gpio_input_irq() functionLin Huang
2017-07-19rockchip/rk3399: Adjust gpio_t format to match ARM TFJulius Werner
2017-06-26rockchip/rk3399: update the ddr 200MHz frequency configurationCaesar Wang
2017-06-19rockchip/rk3399: fix DRAM gate training issueLin Huang
2017-06-08device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INITNico Huber
2017-06-02Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber
2017-05-26rockchip/rk3399: fix rk_mipi_dsi_phy_init errNickey Yang
2017-05-24rk3399: Reshuffle memlayout to move PRERAM_CBMEM_CONSOLE further backJulius Werner
2017-05-24soc/rockchip: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-18rockchip/rk3399: soc: resize reserve memoryXing Zheng