11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

23 Jan, 2018

2 commits


07 Nov, 2017

1 commit


04 Sep, 2017

1 commit


29 Jul, 2017

1 commit


11 Jul, 2017

1 commit

  • There are some functions like sdram_size_mb can be re-used for
    different rockchip SoCs, just put them into common file.
    Add board_get_usable_ram_top() for ram_top init base on
    SDRAM_MAX_SIZE.

    Signed-off-by: Kever Yang
    Reviewed-by: Philipp Tomsich
    Added SDRAM_MAX_SIZE definition for RK3036:
    Signed-off-by: Philipp Tomsich

    fixup: 3036 fix for sdram_common

    Kever Yang
     

07 Jun, 2017

2 commits


04 Jun, 2017

1 commit

  • Now that these symbols are in Kconfig, migrate all users. Use imply on
    a number of platforms that default to having this enabled. As part of
    this we must migrate some straglers for CMD_FAT and DOS_PARTITION.

    Signed-off-by: Tom Rini

    Tom Rini
     

20 Mar, 2017

1 commit


17 Mar, 2017

1 commit

  • RK3328 is a SoC from Rockchip with quad-core Cortex-A53 CPU.
    It supports two USB2.0 EHCI ports. Other interfaces are very
    much like RK3288, the DRAM are 32bit width address and support
    address from 0 to 4GB-16MB range.

    Signed-off-by: William Zhang
    Signed-off-by: Kever Yang
    Acked-by: Simon Glass
    Add empty arch/arm/mach-rockchip/rk3328/Kconfig to avoid build error:
    Signed-off-by: Simon Glass

    Kever Yang