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
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
2017-05-03
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-04-28
rockchip: gpio: add gpio_input_irq & gpio_irq_status
Jeffy Chen
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-01-24
rockchip/rk3399: set edp pclk to 25MHz
Lin Huang
2017-01-13
rockchip/rk3288: rtc-rk808: fix rtc time reading issue
Jeffy Chen
2017-01-12
3rdparty: update arm-trusted-firmware submodule
Martin Roth
2017-01-03
rockchip/common: Loosen I2C frequency target requirements
Julius Werner
2016-12-13
rockchip: rk3399: change emmc clk to 148.5MHz
Ziyuan Xu
2016-12-06
rockchip/rk3399: sdram: use register to calculate sdram sizes
Lin Huang
2016-12-05
rockchip/rk3399: display: Update edp initialization retry
Martin Roth
2016-12-05
spi: Define and use spi_ctrlr structure
Furquan Shaikh
2016-12-05
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-03
rockchip/rk3399: Fix typo
Patrick Georgi
2016-11-29
rockchip/rk3399: display: Retry edp initialization if it fails
Lin Huang
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-17
rockchip/rk3399: Change 933 DPLL to low jitter rate
Derek Basehore
2016-11-17
rockchip/rk3399: Change PLL configuration to match Linux kernel
Julius Werner
2016-11-14
soc/rockchip: split edp_enable() function
Lin Huang
2016-11-03
rockchip/rk3399: sdram.c: Fix msch ddrconfig register error
Lin Huang
2016-11-02
rockchip/rk3399: display: Do not allocate framebuffer in coreboot
Lin Huang
2016-11-02
rockchip/rk3399: sdram: Reset system if switch to index1 fails
Lin Huang
2016-11-02
rockchip/rk3399: sdram: Fix data training function
Lin Huang
2016-11-02
rockchip/rk3399: sdram: also prepare the index1 configuration
Lin Huang
2016-11-02
rockchip/rk3399: Reserve enough framebuffer memory for 32bpp hires panels
Julius Werner
2016-10-25
rockchip/rk3399: reset system if DDR init fails
Lin Huang
2016-10-18
rk3399: display: Use edid_set_framebuffer_bits_per_pixel() helper
Julius Werner
2016-10-08
rockchip/rk3399: Add Type-C PHY init
William wu
2016-10-07
rockchip/rk3399: Actually remove big CPU initialization from bootblock
Julius Werner
2016-10-07
rockchip/rk3399: select rank before triggering training
Derek Basehore
2016-10-07
rockchip/rk3399: Improve dram stability when run at high frequency
Lin Huang
2016-10-06
rockchip/rk3399: Configure USB3 controller to work in USB2 only mode
Liangfeng Wu
2016-10-06
rockchip: rk3399: improve write leveling flow
Jianqun Xu
2016-10-06
rockchip/rk3399: Move TTB to the end of SRAM
Julius Werner
[next]