26 Mar, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_SF_DEFAULT_BUS
    CONFIG_SF_DEFAULT_CS
    CONFIG_SF_DEFAULT_MODE
    CONFIG_SF_DEFAULT_SPEED

    I use moveconfig script and then manual check on generated u-boot.cfg
    to solve the remaining issue.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

08 Feb, 2019

1 commit


01 Feb, 2019

1 commit

  • This adds support for the ASUS C201, a RK3288-based clamshell
    device. The device tree comes from linus's linux tree at
    3f16503b7d2274ac8cbab11163047ac0b4c66cfe. The SDRAM parameters
    are for 4GB Samsung LPDDR3, decoded from coreboot's
    src/mainboard/google/veyron/sdram_inf/sdram-lpddr3-samsung-4GB.inc

    Signed-off-by: Marty E. Plummer
    Reviewed-by: Philipp Tomsich

    Marty E. Plummer