Skip to content
Snippets Groups Projects
  1. Jun 10, 2008
    • Gerald Van Baren's avatar
      The fdt boardsetup command criteria was not unique · 47abe8ab
      Gerald Van Baren authored
      
      It was checking just for "b", which is not unique with respect to the
      "boot" command.  Change to check for "boa"[rdsetup].
      
      Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      47abe8ab
    • David Gibson's avatar
      libfdt: Several cleanups to parameter checking · 2f08bfa9
      David Gibson authored
      
      This patch makes a couple of small cleanups to parameter checking of
      libfdt functions.
      
      	- In several functions which take a node offset, we use an
      idiom involving fdt_next_tag() first to check that we have indeed been
      given a node offset.  This patch adds a helper function
      _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
      
      	- In fdt_rw.c in several places we have the expanded version
      of the RW_CHECK_HEADER() macro for no particular reason.  This patch
      replaces those instances with an invocation of the macro; that's what
      it's for.
      
      	- In fdt_sw.c we rename the check_header_sw() function to
      sw_check_header() to match the analgous function in fdt_rw.c, and we
      provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
      functions in fdt_rw.c
      
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      2f08bfa9
    • Gerald Van Baren's avatar
      Remove the deprecated CONFIG_OF_FLAT_TREE · fec6d9ee
      Gerald Van Baren authored
      
      Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
      cleaner, has better functionality, and is better supported.
      
      Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      fec6d9ee
    • Gerald Van Baren's avatar
      Change the stxxst to CONFIG_OF_LIBFDT · 62bcdda2
      Gerald Van Baren authored
      
      This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
      to CONFIG_OF_LIBFDT.
      
      WARNING: It appears that this board lost its ability to boot via a
      flattened device tree prior to this changeset.
      
      WARNING: This conversion was untested because I do not have a board to
      test it on.
      
      Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      62bcdda2
    • Gerald Van Baren's avatar
      Convert mpc7448hpc2 to CONFIG_OF_LIBFDT · 589c0427
      Gerald Van Baren authored
      
      This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
      to CONFIG_OF_LIBFDT.
      
      WARNING: This conversion is untested because I do not have a board to
      test it on.
      
      NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
      /aliases/ethernet1 property for the ethernet to work.
      
      Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
      589c0427
  2. Jun 04, 2008
  3. Jun 03, 2008
  4. Jun 02, 2008
  5. May 29, 2008
  6. May 28, 2008
Loading