01 Nov, 2013

1 commit


13 Aug, 2013

1 commit

  • This patch changes some features of the a3m071/a4m2k board support:

    - Add bootcounter support
    - Update MTD env default to correct values
    - Add mtdparts to bootargs for mtd partitioning via kernel cmdline
    - Added some default env variables for easy updating (kernel, dtb)
    - Change README to the updated flash locations

    Signed-off-by: Stefan Roese

    Stefan Roese
     

24 Jul, 2013

1 commit


03 May, 2013

1 commit

  • The changes to a3m071/a4m2k in summary are:
    - Enable CAN1 on I2C in GPS Port Configuration
    - Enable SPI on PSC2
    - Activate network console
    - New flash partitioning
    - Fix some typos
    - Pass host name to Linux
    - Change rootfs to squashfs,jffs2
    - Enable UBI/UBIFS support
    - Enable FIT support

    Signed-off-by: Stefan Roese

    Stefan Roese
     

09 Mar, 2013

2 commits

  • This patch adds a custom U-Boot command "wdogtoggle" which enables the
    external hardware watchdog toggling via an GPIO pin on the a4m2k
    board. After issuing this commands, the watchdog will be serviced
    by U-Boot so that the user can use all U-Boot commands from the
    prompt.

    Signed-off-by: Stefan Roese

    Stefan Roese
     
  • This patch adds the a4m2k MPC5200B board port. Its a derivate of
    the a3m071 board with only minor changes.

    Additionally this patch includes some clean-up changes:
    - Remove I2C support from a3m071 as its unused
    - Fix/enhance default env variables
    - Fix some comments
    - Add newly introduced CONFIG_SPL_TARGET to automatically build
    "u-boot-img.bin"
    - Fix dtb patching in READ desciption for SPL Linux booting:
    "fdt chosen" needs to get called to patch/create the chosen node.
    - Add missing call to spl_board_init():
    Define CONFIG_SPL_BOARD_INIT so that spl_board_init() will get
    called in the SPL version.

    Signed-off-by: Stefan Roese

    Stefan Roese
     

06 Dec, 2012

1 commit