06 Oct, 2011

1 commit


27 Oct, 2010

2 commits

  • CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
    being able to use "sizeof(struct global_data)" in assembler files.
    Recent experience has shown that manual synchronization is not
    reliable enough. This patch renames CONFIG_SYS_GBL_DATA_SIZE into
    GENERATED_GBL_DATA_SIZE which gets automatically generated by the
    asm-offsets tool. In the result, all definitions of this value can be
    deleted from the board config files. We have to make sure that all
    files that reference such data include the new file.

    No other changes have been done yet, but it is obvious that similar
    changes / simplifications can be done for other, related macro
    definitions as well.

    Signed-off-by: Wolfgang Denk
    Acked-by: Kumar Gala

    Wolfgang Denk
     
  • CONFIG_SYS_INIT_RAM_END was a misnomer as it suggests this might be
    some end address; to make the meaning more clear we rename it into
    CONFIG_SYS_INIT_RAM_SIZE

    No other code changes are performed in this patch, only minor editing
    of white space (due to the changed length) and the comments was done,
    where noticed.

    Note that the code for the PATI and cmi_mpc5xx board configurations
    looks seriously broken. Last known maintainers on Cc:

    Signed-off-by: Wolfgang Denk
    Cc: Denis Peter
    Cc: Martin Winistoerfer
    Acked-by: Kumar Gala

    Wolfgang Denk
     

19 Oct, 2010

2 commits

  • Now that warm booting is not supported, there isn't a need for the
    BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them.

    Note that this change makes the board info bd_bootflags field useless.
    It will always be set to 0, but we leave it around so that we don't
    break the board info structure that some OSes are expecting to be passed
    from U-Boot.

    Signed-off-by: Peter Tyser

    Peter Tyser
     
  • Clean up Makefile, and drop a lot of the config.mk files on the way.

    We now also automatically pick all boards that are listed in
    boards.cfg (and with all configurations), so we can drop the redundant
    entries from MAKEALL to avoid building these twice.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

23 Sep, 2010

1 commit

  • This patch removes the PPC4xx UART driver. Instead the common NS16550
    driver is used, since all PPC4xx SoC's use this peripheral device.

    The file 4xx_uart.c now only implements the UART clock calculation
    function which also sets the SoC internal UART divisors.

    All PPC4xx board config headers are changed to use this common NS16550
    driver now.

    Tested on these boards:
    acadia, canyonlands, katmai, kilauea, sequoia, zeus

    Signed-off-by: Stefan Roese

    Stefan Roese
     

06 Apr, 2010

1 commit


10 Nov, 2008

1 commit


19 Oct, 2008

1 commit


14 Oct, 2008

1 commit


11 Sep, 2008

2 commits


21 Mar, 2008

1 commit


07 Mar, 2008

1 commit


05 Mar, 2008

1 commit


03 Mar, 2008

1 commit


04 Feb, 2008

1 commit


15 Nov, 2007

1 commit


01 Nov, 2007

1 commit


28 Aug, 2007

1 commit


06 Aug, 2007

1 commit


03 Aug, 2007

1 commit


12 Jul, 2007

1 commit


10 Jul, 2007

3 commits


05 Jul, 2007

1 commit


26 Jun, 2007

2 commits


25 Jun, 2007

1 commit


23 Jun, 2007

2 commits


15 Jun, 2007

3 commits


07 Sep, 2006

1 commit

  • - Add support for PPC440EPx & PPC440GRx
    - Add support for PPC440EP(x)/GR(x) NAND controller
    in cpu/ppc4xx directory
    - Add NAND boot functionality for Sequoia board,
    please see doc/README.nand-boot-ppc440 for details
    - This Sequoia NAND image doesn't support environment
    in NAND for now. This will be added in a short while.
    Patch by Stefan Roese, 07 Sep 2006

    Stefan Roese
     

14 Jun, 2006

1 commit


07 Jun, 2006

1 commit


06 Jun, 2006

1 commit


02 Jun, 2006

1 commit