Skip to content
Snippets Groups Projects
  1. Mar 12, 2008
  2. Mar 11, 2008
  3. Mar 10, 2008
  4. Feb 29, 2008
  5. Feb 27, 2008
  6. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  7. Feb 24, 2008
  8. Feb 23, 2008
  9. Feb 22, 2008
    • Marcel Moolenaar's avatar
      make define2mk.sed work on FreeBSD · 02409f8c
      Marcel Moolenaar authored
      
      In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
      the define2mk.sed script was identified as the source of the link
      failure on FreeBSD. The problem is that sed(1) does not always support
      the '+' operator. It isn't on FreeBSD. The attach patch implements the
      equivalent, using the '*' operator instead and should work everywhere.
      
      Signed-off-by: default avatarMarcel Moolenaar <marcelm@juniper.net>
      02409f8c
Loading