lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Apr 2013 14:41:31 +0200
From:	Neil Armstrong <narmstrong@...tion.com>
To:	linux-mmc@...r.kernel.org
CC:	Chris Ball <cjb@...top.org>, Namjae Jeon <linkinjeon@...il.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	Seungwon Jeon <tgih.jun@...sung.com>,
	Subhash Jadavani <subhashj@...eaurora.org>,
	linux-kernel@...r.kernel.org
Subject: [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG

Add bit mask for the BOOT_PARTITION_ENABLE values.

Signed-off-by: Neil Armstrong <narmstrong@...tion.com>
---
 include/linux/mmc/mmc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index 50bcde3..eb5b361 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -347,6 +347,7 @@ struct _mmc_csd {
 #define EXT_CSD_PART_CONFIG_ACC_BOOT0    (0x1)
 #define EXT_CSD_PART_CONFIG_ACC_RPMB    (0x3)
 #define EXT_CSD_PART_CONFIG_ACC_GP0    (0x4)
+#define EXT_CSD_PART_CONFIG_EN_MASK    (0x38)
 
 #define EXT_CSD_PART_SUPPORT_PART_EN    (0x1)
 
-- 
1.7.0.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ