1. 25 4月, 2010 11 次提交
  2. 24 4月, 2010 1 次提交
  3. 22 4月, 2010 1 次提交
  4. 19 4月, 2010 2 次提交
    • S
      ppc4xx: TLB init file cleanup · cf6eb6da
      Stefan Roese 提交于
      This patch adds new macros, with frequently used combinations of the
      4xx TLB access control and storage attibutes. Additionally the 4xx init.S
      files are updated to make use of these new macros. Resulting in easier
      to read TLB definitions.
      
      Additionally some init.S files are updated to use the mmu header for the
      TLB defines, instead of defining their own macros.
      Signed-off-by: NStefan Roese <sr@denx.de>
      cf6eb6da
    • R
      fsl_i2c: Added a callpoint for i2c_board_late_init · 26a33504
      Richard Retanubun 提交于
      This patch adds a callpoint in i2c_init that allows board specific
      i2c board initialization (typically for i2c bus reset) that is called
      after i2c_init operations, allowing the i2c_board_late_init function
      to use the pre-configured i2c bus speed and slave address.
      26a33504
  5. 17 4月, 2010 1 次提交
  6. 16 4月, 2010 10 次提交
  7. 14 4月, 2010 2 次提交
    • S
      ppc4xx: Add option for PPC440SPe ports without old Rev. A support · 2a72e9ed
      Stefan Roese 提交于
      The 440SPe Rev. A is quite old and newer 440SPe boards don't need support
      for this CPU revision. Since removing support for this older version
      simplifies the creation for newer U-Boot ports, this patch now enables
      440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By
      defining this in the board config header, Rev. A will still be supported.
      Otherwise (default for newer board ports), Rev. A will not be supported.
      Signed-off-by: NStefan Roese <sr@denx.de>
      2a72e9ed
    • S
      ppc4xx: alpr: Remove some not needed commands to make image fit again · 288991c9
      Stefan Roese 提交于
      The latest changes increased the size of the alpr image a bit more.
      Now it doesn't fit into the 256k reserved for it. This patch now removes
      the commands "loads" and "loadb" which are not needed in the production
      systems.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
      288991c9
  8. 13 4月, 2010 12 次提交