Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zffs #11026

Closed
wants to merge 12 commits into from
Closed

Add zffs #11026

wants to merge 12 commits into from

Commits on Nov 14, 2018

  1. dts: mtd: Refine flash classification

    Different flash devices will rely on different buses,
    so use different .yaml files.
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    64707cc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. drivers: flash: add Nordic qspi flash controller.

    Qspi with nrf52840 enabled and Added driver code(block only).
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ae77e8a View commit details
    Browse the repository at this point in the history
  2. samples: drivers: add qspi_flash_nrf.

    Updated the dts configuration of pca10056.
    Added an example of qspi flash controller.
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    4e79e7d View commit details
    Browse the repository at this point in the history
  3. dts: flash_map: Make dts automatically generate a list of flash devices

    Add zephyr,flash_map to choose, accept values or lists,
    default is zephyr,flash
    zephyr,flash_map is used to generate flash_drivers_map
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    ed66f40 View commit details
    Browse the repository at this point in the history
  4. dts: flash_map: Make dts automatically generate a list of flash area

    generate default_flash_map
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b59736c View commit details
    Browse the repository at this point in the history
  5. subsys: mcuboot: Introduces flash_map subsystem

    It introduces flash_map subsystem to operate on flash
    footprint instead of flash_driver.
    Use flash_area ID index image, not offset.
    Select FLASH_MAP.
    Update tests.
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    acbf486 View commit details
    Browse the repository at this point in the history
  6. subsys: flash_img: Involvew flash map

    Now flash img uses the flash area id to determine which flash partition
    is being operated.
    Update tests.
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    edeec34 View commit details
    Browse the repository at this point in the history
  7. ext: img_mgmt: update api about dfu

    update flash img api
    update mcuboot api
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    65a059e View commit details
    Browse the repository at this point in the history
  8. subsys: usb_dfu: update api about dfu

    update flash img api
    update mcuboot api
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    414251d View commit details
    Browse the repository at this point in the history
  9. samples: flash_map: add sample for nrf52840_pca10056

    Added flash_map example
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0897a62 View commit details
    Browse the repository at this point in the history
  10. flash_map: Add some functions to get the sector information

    flash_area_get_sector_info_by_offs(),
    flash_area_get_sector_info_by_idx() Get sector information
    flash_area_get_sector_count() Get sector information
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6cebcc2 View commit details
    Browse the repository at this point in the history
  11. subsys: fs: add zffs

    todo
    
    Signed-off-by: Findlay Feng <[email protected]>
    findlayfeng committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6d81b40 View commit details
    Browse the repository at this point in the history