1. 26 9月, 2012 2 次提交
  2. 22 6月, 2012 1 次提交
  3. 07 12月, 2011 1 次提交
    • S
      part_efi: Fix compile errors · 29b7042a
      Sanjeev Premi 提交于
      Fix errors noticed after enabling CONFIG_EFI_PARTITION
      for the OMAP3 EVM board:
      
      part_efi.c: In function 'print_part_efi':
      part_efi.c:133:5: warning: passing argument 3 of 'is_gpt_valid'
       from incompatible pointer type
      part_efi.c:95:12: note: expected 'struct gpt_header *' but arg
      ument is of type 'struct gpt_header **'
      part_efi.c: In function 'get_partition_info_efi':
      part_efi.c:173:4: warning: passing argument 3 of 'is_gpt_valid
      ' from incompatible pointer type
      part_efi.c:95:12: note: expected 'struct gpt_header *' but arg
      ument is of type 'struct gpt_header **'
      part_efi.c: In function 'alloc_read_gpt_entries':
      part_efi.c:384:18: error: 'CONFIG_SYS_CACHELINE_SIZE' undeclare
      d (first use in this function)
      Signed-off-by: NSanjeev Premi <premi@ti.com>
      Cc: Tom Rini <tom.rini@gmail.com>
      Cc: Anton staaf <robotboy@chromium.org>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      29b7042a
  4. 06 12月, 2011 1 次提交
  5. 28 10月, 2011 2 次提交
  6. 25 10月, 2011 1 次提交
  7. 07 10月, 2011 1 次提交
    • L
      part: show efi partition name when print out partition info · 6eecc030
      Lei Wen 提交于
      Previous output:
      Marvell>>  mmc part
      
      Partition Map for MMC device 1  --   Partition Type: EFI
      
      Part  Start LBA  End LBA
      gpt1  0x8C00    0xCBFF
      gpt2  0xCC00    0x57BFF
      gpt3  0x57C00    0xA2BFF
      gpt4  0xA2C00    0xECBFDE
      
      With the patch, the output becomes:
      Marvell>> mmc part
      
      Partition Map for MMC device 1  --   Partition Type: EFI
      
      Part    Name                    Start LBA       End LBA
        1     ramdisk                 0x00008C00      0x0000CBFF
        2     system                  0x0000CC00      0x00057BFF
        3     userdata                0x00057C00      0x000A2BFF
        4     remaining               0x000A2C00      0x00ECBFDE
      Signed-off-by: NLei Wen <leiwen@marvell.com>
      6eecc030
  8. 10 8月, 2009 1 次提交
  9. 04 4月, 2009 1 次提交
    • U
      mflash: Initial mflash support · 75eb82ec
      unsik Kim 提交于
      Mflash is fusion memory device mainly targeted consumer eletronic and
      mobile phone.
      Internally, it have nand flash and other hardware logics and supports
      some different operation (ATA, IO, XIP) modes.
      
      IO mode is custom mode for the host that doesn't have IDE interface.
      (Many mobile targeted SoC doesn't have IDE bus)
      
      This driver support mflash IO mode.
      
      Followings are brief descriptions about IO mode.
      
      1. IO mode based on ATA protocol and uses some custom command. (read
         confirm, write confirm)
      2. IO mode uses SRAM bus interface.
      Signed-off-by: Nunsik Kim <donari75@gmail.com>
      75eb82ec
  10. 18 2月, 2009 1 次提交
  11. 28 1月, 2009 1 次提交
  12. 19 10月, 2008 2 次提交