Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290738
| From | Simon Arlott <simon@fire.lp0.eu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH linux-next v4 00/11] mtd: bcm63xxpart: Add NAND partitioning support |
| Date | 2015-12-13 23:50 +0100 |
| Message-ID | <qFnCN-5ZR-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The BCM963xx NAND flash boards have a different handling of the
partition layout from the NOR flash boards. For NAND there are offsets
for the partitions in nvram. Both types of boards use the same CFE
bootloader, nvram format and image tag in their rootfs partitions.
This patch series:
1-4: Creates separate header files for bcm963xx_nvram and bcm_tag structures
5: Updates the bcm_tag field image_sequence
6: Removes the dependency on mach-bcm63xx from the bcm63xxpart parser
7: Removes unused mach-bcm63xx nvram function
8-10: Cleanup and move NOR flash layout to a separate function
11: Add NAND flash layout support
Patches 1-2 tested on BCM63XX with a BCM963168 (NAND) board.
Patches 3-11 compile tested on BCM63XX.
Patches 6-11 tested on BMIPS with a BCM963168 (NAND) board.
---
v4: Move struct bcm_tag to include/linux/.
Modify bcm63xx parser to read nvram from NOR flash and handle the
NAND flash layout in the same parser.
v3: Fix includes/type names, add comments explaining the nvram struct.
Use COMPILE_TEST.
Ensure that strings read from flash are null terminated and validate
bcm_tag integer values (this also moves reporting of rootfs sequence
numbers to later on).
v2: Use external struct bcm963xx_nvram definition for bcm963268part.
Removed support for the nand partition number field, it's not a
standard Broadcom field (was added by MitraStar Technology Corp.).
--
Simon Arlott
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH linux-next v4 00/11] mtd: bcm63xxpart: Add NAND partitioning support Simon Arlott <simon@fire.lp0.eu> - 2015-12-13 23:50 +0100 [PATCH linux-next v4 10/11] mtd: bcm63xxpart: Move NOR flash layout to a separate function Simon Arlott <simon@fire.lp0.eu> - 2015-12-14 00:00 +0100 [PATCH linux-next v4 08/11] mtd: bcm63xxpart: Extract read of image tag to separate function Simon Arlott <simon@fire.lp0.eu> - 2015-12-14 00:00 +0100 [PATCH linux-next v4 11/11] mtd: bcm63xxpart: Add NAND partitioning support Simon Arlott <simon@fire.lp0.eu> - 2015-12-14 00:00 +0100 [PATCH linux-next v4 07/11] MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function Simon Arlott <simon@fire.lp0.eu> - 2015-12-14 00:00 +0100 [PATCH linux-next v4 09/11] mtd: bcm63xxpart: Null terminate and validate conversion of flash strings Simon Arlott <simon@fire.lp0.eu> - 2015-12-14 00:00 +0100
csiph-web