13 Dec, 2017

2 commits


04 Sep, 2017

1 commit


08 Aug, 2017

3 commits


26 Jul, 2017

1 commit

  • This converts the following to Kconfig:
    CONFIG_ENV_IS_IN_MMC
    CONFIG_ENV_IS_IN_NAND
    CONFIG_ENV_IS_IN_UBI
    CONFIG_ENV_IS_NOWHERE

    In fact this already exists for sunxi as a 'choice' config. However not
    all the choices are available in Kconfig yet so we cannot use that. It
    would lead to more than one option being set.

    In addition, one purpose of this series is to allow the environment to be
    stored in more than one place. So the existing choice is converted to a
    normal config allowing each option to be set independently.

    There are not many opportunities for Kconfig updates to reduce the size of
    this patch. This was tested with

    ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC

    And then manual updates. This is because for CHAIN_OF_TRUST boards they
    can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
    now.

    Signed-off-by: Simon Glass
    Signed-off-by: Tom Rini

    Simon Glass
     

12 Jul, 2017

1 commit


30 Apr, 2017

1 commit


29 Jan, 2017

1 commit

  • In the cases of some boards, a MACH_TYPE number is used which is either
    not registered upstream or worse (for functionality) is re-using the
    number of a different (or reference) platform instead. Make sure we
    have a comment in these cases.

    Cc: Albert ARIBAUD
    Cc: Walter Schweizer
    Cc: Stefan Roese
    Cc: Fabio Estevam
    Signed-off-by: Tom Rini
    Acked-by: Stefan Roese

    Tom Rini
     

26 Jan, 2017

1 commit


22 Jan, 2017

1 commit


17 Sep, 2016

2 commits


26 Apr, 2016

2 commits


20 Jan, 2016

1 commit


02 Sep, 2015

2 commits

  • Use dd'ed SPL and u-boot.img by default.

    Signed-off-by: Peter Vicman
    Cc: Fabio Estevam
    Cc: Stefano Babic
    Reviewed-by: Stefano Babic
    Acked-by: Fabio Estevam

    vpeter4
     
  • Currently we need to build one U-boot image for each of the udoo
    variants: quad and dual-lite.

    By switching to SPL we can support all two variants with a single binary.

    Based on the SPL for wandboard.

    Tested with OpenELEC (Open Embedded Linux Entertainment Center)
    on both boards.

    Signed-off-by: Peter Vicman
    Cc: Fabio Estevam
    Cc: Stefano Babic
    Acked-by: Stefano Babic
    Signed-off-by: Peter Vicman
    Acked-by: Fabio Estevam

    vpeter4
     

01 Jun, 2015

2 commits


26 May, 2015

9 commits


23 Nov, 2014

1 commit


28 Apr, 2014

1 commit

  • Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
    boot:

    "Warning: Your board does not use generic board. Please read
    doc/README.generic-board and take action. Boards not
    upgraded by the late 2014 may break or be removed."

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     

05 Mar, 2014

1 commit

  • Copied from Linux sources "include/linux/sizes.h" commit
    413541dd66d51f791a0b169d9b9014e4f56be13c

    Signed-off-by: Alexey Brodkin

    Cc: Vineet Gupta
    Cc: Tom Rini
    Cc: Stefan Roese
    Cc: Albert Aribaud
    Acked-by: Tom Rini
    Acked-by: Stefan Roese
    [trini: Add bcm Kona platforms to the patch]
    Signed-off-by: Tom Rini

    Alexey Brodkin
     

20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


11 Feb, 2014

1 commit


03 Jan, 2014

1 commit

  • This patch fixes allow for the DeviceTree and initrd relocation fixing
    the boot of FSL 3.10.9-1.0.0-alpha kernel.

    This changes following boards:

    - mx6sabreauto
    - mx6sabresd
    - wandboard
    - udoo
    - nitrogen6x
    - cgtqmx6eval

    The reasoning, as explained by Hui Liu, is:

    ,----
    | The FDT blob will be placed at DDR physical addr: 0x11000000. When Linux kernel
    | Boot up, it will decompress the compressed kernel image and place the decompressed
    | kernel image at the low end of the DDR memory and start running from it. If the
    | decompressed kernel image is bigger for example than 16M, it may over written the
    | fdt blob which u-boot loaded to the DDR memory @0x11000000 with fdt_addr=0x11000000
    |
    | To expand the fdt_addr from 0x11000000 to 0x18000000, which can avoid the override
    | Since we will not likely have one kernel image larger than 128MB.
    `----

    Signed-off-by: Otavio Salvador
    Acked-by: Stefano Babic

    Otavio Salvador
     

18 Dec, 2013

2 commits


28 Nov, 2013

1 commit