23 Jan, 2020

1 commit


21 Nov, 2019

1 commit

  • Today in initr_reloc_global_data() we use some non-obvious tests to
    determine if we need to relocate the env_addr within gd or not. In
    order to facilitate migration of other symbols to Kconfig we need to
    introduce a new symbol for this particular use case.

    Cc: Wolfgang Denk
    Cc: Joe Hershberger
    Signed-off-by: Tom Rini

    Tom Rini
     

24 Oct, 2019

1 commit


08 Oct, 2019

2 commits

  • Enable support for onewire memories and onewire commands.

    Signed-off-by: Eugen Hristev

    Eugen Hristev
     
  • add sam9x60ek_mmc_defconfig and for now only supports booting from
    sdcard.

    Signed-off-by: Sandeep Sheriker Mallikarjun
    Signed-off-by: Nicolas Ferre
    [nicolas.ferre@microchip.com: split patch, add Ethernet controller,
    phy and tools]
    [claudiu.beznea@microchip.com: add CONFIG_OF_LIBFDT_OVERLAY]
    Signed-off-by: Claudiu Beznea
    [tudor.ambarus@microchip.com: Fix number of DRAM banks:
    One DDR2-SDRAM (W972GG6KB 2 Gbit = 16 Mbit x 16 x 8 banks]
    Signed-off-by: Tudor Ambarus

    Sandeep Sheriker Mallikarjun