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
     

06 Nov, 2017

1 commit


02 Sep, 2017

1 commit


01 Aug, 2017

1 commit

  • Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFS
    CMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into the
    defconfig files.

    Tested-by: Adam Ford
    Signed-off-by: Tom Rini
    Reviewed-by: Bin Meng

    Tom Rini
     

01 May, 2017

1 commit


12 Oct, 2016

1 commit


26 Apr, 2016

1 commit


19 Nov, 2015

1 commit

  • The ODT parameters for km8360 set the ODT_WR_ACS bit in u-boot KM-2011.09
    that is used in the release bootpackage for kmcoge5ne. During the
    transition from the kmeter1 to km8360 this was changed to
    ODT_RD_ONLY_CURRENT, which is uncorrect and causes faulty RAM accesses at
    low temperatures.

    This is now changed to ODT_WR_ONLY_CURRENT which is the equivalent of
    ODT_WR_ACS.

    Signed-off-by: Valentin Longchamp

    Valentin Longchamp
     

25 Oct, 2015

1 commit

  • We have finished Generic Board conversion for ARM and PowerPC, i.e.
    all the boards have been converted except OpenRISC, SuperH, SPARC,
    which have not supported Generic Board framework yet.

    Select SYS_GENERIC_BOARD in arch/Kconfig and delete all the macro
    defines in include/configs/*.h.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

18 Mar, 2015

1 commit


24 Jul, 2013

1 commit


16 Feb, 2013

1 commit


16 Jun, 2012

2 commits

  • kmcoge5ne starts the post tests if the testpin on
    the board was enabled. Currently it does simply a memory
    test.

    Signed-off-by: Thomas Herzmann
    Signed-off-by: Holger Brunck
    Signed-off-by: Kim Phillips

    Thomas Herzmann
     
  • This board is a MPC8360 board. Two flashes are present
    a NOR flash were u-boot and the u-boot environment is stored
    and a NAND flash for the application code. This board has 512MB
    SDRAM.

    Additionaly we introduce a common km8360.h file and convert kmeter1 to
    use this.

    Signed-off-by: Holger Brunck
    Signed-off-by: Christian Herzig
    cc: Kim Phillips
    cc: Valentin Longchamp
    cc: Gerlando Falauto
    cc: Heiko Schocher
    Signed-off-by: Kim Phillips

    Holger Brunck