index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
rockchip
Age
Commit message (
Expand
)
Author
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-10
src: Remove unneeded 'include <arch/cache.h>'
Elyes HAOUAS
2020-02-24
soc/rockchip: Fix typos
Elyes HAOUAS
2019-12-20
src: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-19
src/soc/rockchip: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-11-19
lib/fmap: Disable pre-RAM cache for FSP 1.0
Julius Werner
2019-11-14
rockchip/rk3288: Split free SRAM more evenly between stages
Julius Werner
2019-11-14
lib/fmap: Add optional pre-RAM cache
Julius Werner
2019-11-11
rockchip/rk3288: Bump verstage size a little more
Julius Werner
2019-11-03
arch/arm64: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-03
arch/arm: Pass cbmem_top to ramstage via calling argument
Arthur Heymans
2019-11-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-09-14
arm64: Uprev Arm TF and adjust to BL31 parameter changes
Julius Werner
2019-08-30
arm64: Rename arm_tf.c/h to bl31.c/h
Julius Werner
2019-08-22
rockchip: Use new buffer_to/from_fifo32(_prefix) helpers
Julius Werner
2019-08-21
vboot: update vboot2 functions to use new vb2_error_t
Joel Kitching
2019-08-10
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-07-25
soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-07-25
soc/rockchip/rk3399: Use 64 bits in multiplication
Jacob Garber
2019-07-19
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-17
soc/rockchip/rk3288: Add fall through comment
Jacob Garber
2019-07-13
soc/rockchip/rk3288/include/soc: Add missing include <types.h>
Elyes HAOUAS
2019-07-09
arch/non-x86: Flip HAVE_MONOTONIC_TIMER default
Kyösti Mälkki
2019-07-03
vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms
Julius Werner
2019-05-30
soc/rockchip/rk3288: Disable bootblock console
Patrick Georgi
2019-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-04-30
rockchip: rk3399: increase memory for fit payload.
Marty E. Plummer
2019-04-30
vboot: refactor OPROM code
Joel Kitching
2019-04-29
rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATA
Julius Werner
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-19
rockchip/rk3399: Remove obsolete BL31 resource reservation
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
rockchip/rk3399: Fix BL31 bootmem regions
Julius Werner
2019-02-05
bootmem: add new memory type for BL31
Ting Shen
2019-01-28
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-14
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2018-11-30
security/vboot: Fix remaining measured boot issues
Philipp Deppenwiese
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-10-30
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-22
soc/rockchip/rk3399: Convert to `board_reset()`
Nico Huber
2018-08-10
drivers/i2c: Add i2c TPM support for different stages
Philipp Deppenwiese
2018-08-10
src: Fix typo
Elyes HAOUAS
2018-08-09
src/soc: Fix typo
Elyes HAOUAS
2018-08-09
rk3288: Dig up two more KB of SRAM from under the couch cushions
Julius Werner
2018-06-04
src/soc: Get rid of whitespace before tab
Elyes HAOUAS
2018-06-04
soc/rockchip: Get rid of device_t
Elyes HAOUAS
2018-05-22
src: Remove non-ascii characters
Martin Roth
2018-05-22
rk3399: Enable bootblock compression
Julius Werner
2018-04-03
spi: Add helper functions for bit-banging
Julius Werner
2018-04-03
rockchip: Add gpio_set() function
Julius Werner
2018-02-02
rockchip/rk3399: Pass coreboot table pointer to ARM TF
Julius Werner
2018-02-02
rockchip: Correct UART reference clock value
Julius Werner
2018-02-02
rockchip/rk3288: Fix includes for <soc/clock.h>
Julius Werner
2018-02-02
rockchip/rk3399: extend delay between saradc power up and start command
Lin Huang
2018-01-29
rockchip/rk3399: Support LONG_WRITE type in MIPI DSI
Lin Huang
2018-01-10
soc/rockchip/rk3399: Ensure full eDP init sequence
Ege Mihmanli
2017-12-11
google/gru: Stop mucking with unused I2S0 pins in codec config
Julius Werner
2017-12-07
rockchip/rk3399: Select GENERIC_GPIO_LIB Kconfig
Julius Werner
2017-11-28
google/scarlet: support kd097d04 panel
Lin Huang
2017-11-28
rockchip/rk3399: support dual mipi dsi
Lin Huang
2017-11-28
rockchip/rk3399: mipi: properly configure PHY timing
Lin Huang
2017-11-28
rockchip/rk3399: improve mipi transfer flow
Lin Huang
2017-11-28
rockchip/rk3399: mipi: correct Feedback divider setting
Lin Huang
2017-11-28
rockchip/rk3399: mipi: correct phy parameter setting
Lin Huang
2017-11-28
rockchip/rk3399: mipi: Fix LOOP_DIV_HIGH_SEL to be 4 bits wide
Lin Huang
2017-10-23
soc: Add Kconfig for each soc vendor
Chris Ching
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-08-06
rockchip: gpio: Correct rk3399 pmu gpio pull setting
Lin Huang
2017-08-06
rockchip: gpio: add gpio_pull argument in gpio_input_irq() function
Lin Huang
2017-07-19
rockchip/rk3399: Adjust gpio_t format to match ARM TF
Julius Werner
2017-06-26
rockchip/rk3399: update the ddr 200MHz frequency configuration
Caesar Wang
2017-06-19
rockchip/rk3399: fix DRAM gate training issue
Lin Huang
2017-06-08
device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT
Nico Huber
2017-06-02
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-05-26
rockchip/rk3399: fix rk_mipi_dsi_phy_init err
Nickey Yang
2017-05-24
rk3399: Reshuffle memlayout to move PRERAM_CBMEM_CONSOLE further back
Julius Werner
2017-05-24
soc/rockchip: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-18
rockchip/rk3399: soc: resize reserve memory
Xing Zheng
2017-05-18
rockchip/rk3399: Add MIPI driver
Nickey Yang
2017-05-18
rockchip/rk3399: remove the delay for enabling SSC
Caesar Wang
2017-05-11
rockchip/rk3399: enable DPLL SSC for DDR EMI test on bob
Caesar Wang
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-03
google/gru: skip usbphy1 setup for Scarlet
philipchen
[next]