19 Jun, 2015

2 commits


16 Jun, 2015

1 commit


15 Jun, 2015

3 commits

  • Vision Systems's Baltos is based on AM335x SoC
    from Texas Instruments. This patch adds support
    such Industrial PCs in mainline u-boot.

    [ balbi@ti.com: updated original patch to current u-boot ]

    Signed-off-by: Yegor Yefremov
    Signed-off-by: Felipe Balbi

    Yegor Yefremov
     
  • The recent changes for hw leveling on am33xx were not intended for
    DDR2 boards, only DDR3. Update emif_sdram_type to take a sdram_config
    value to check against. This lets us pass in the value we would use to
    configure, when we have not yet configured the board yet. In other cases
    update the call to be as functional as before and check an already
    programmed value in.

    Tested-by: Yan Liu
    Signed-off-by: Tom Rini
    Signed-off-by: Lokesh Vutla

    Tom Rini
     
  • The Calxeda highbank SOC needs a custom sequence to bring up SATA links,
    so override ahci_link_up with custom function to handle combophy setup.

    Signed-off-by: Mark Langsdorf
    Signed-off-by: Richard Gibbs
    Signed-off-by: Rob Herring
    Signed-off-by: Andre Przywara

    Mark Langsdorf
     

13 Jun, 2015

11 commits


12 Jun, 2015

1 commit

  • Commit e11c6c279d823dc0d2f470c5c2e3c0a9854a640f broke calculating lr register
    in function save_boot_params() and caused U-Boot to crash at early boot time
    on Nokia N900 board.

    This patch fix calculating return address in lr register and make Nokia N900
    board bootable again. Patch was tested in qemu and also on real N900 HW.

    Reviewed-by: Simon Glass
    Signed-off-by: Pali Rohár

    Pali Rohár
     

10 Jun, 2015

8 commits


09 Jun, 2015

1 commit

  • AM335x-based 'Gumstix Pepper' SBCs and variants use different types of
    RAM (DDR2 vs DDR3 with DDR3 being the default). Detect the board type
    by reading the factory-programmed EEPROM [1] and use this to select any
    runtime boot options such as RAM type.

    [1] http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs

    Signed-off-by: Adam YH Lee
    Signed-off-by: Ash Charles

    Adam YH Lee
     

08 Jun, 2015

11 commits


06 Jun, 2015

2 commits