9
0
Fork 0
barebox/drivers
Sascha Hauer 4a4f2f20b8 mci: Add support for MMC boot partitions
Some MMC cards support boot partitions. These are special regions
on the MMC card intended to put a bootloader on.

This patch adds support for these partitions, they are accessible
as /dev/diskx.boot[0|1].

Additionally the partitions can be configured bootable using a
device parameter. This can be used to mark the user area or one
of the boot partitions as bootable.

Since this feature is mostly seen on eMMC cards it is made optional
to lower the size impact for boards which do not have eMMC.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-05-30 12:18:27 +02:00
..
amba treewide: Use dev_add_param_int_ro where possible 2013-04-11 11:48:35 +02:00
ata Merge branch 'for-next/param' 2013-05-06 09:30:50 +02:00
base param: Add info function 2013-05-23 15:40:22 +02:00
clk clkdev: fix typo 2013-05-06 09:19:41 +02:00
clocksource ARM: clps711x: Add clocksource driver 2013-03-11 22:17:42 +01:00
dma Cleanup Kconfig files 2012-12-08 12:22:12 +01:00
eeprom Introduce device_spi_driver() macro and use it for SPI drivers 2013-03-14 07:15:45 +01:00
gpio Merge branch 'for-next/tegra' 2013-05-06 09:30:53 +02:00
i2c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
input qt1070: drop non used buf 2013-05-08 07:16:40 +02:00
led led: test for led->set callback before calling it 2013-01-14 13:39:20 +01:00
mci mci: Add support for MMC boot partitions 2013-05-30 12:18:27 +02:00
mfd Merge branch 'for-next/device-driver-macros' 2013-04-04 12:03:20 +02:00
misc Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
mtd nand_base: sync flash detection functions with linux 3.9's code 2013-05-17 07:42:54 +02:00
net treewide: Use dev_add_param_int_ro where possible 2013-04-11 11:48:35 +02:00
of fdt: Fix dt memreserve entry 2013-05-21 21:39:31 +02:00
pinctrl pinctrl: move imx-iomux-v1 to drivers/pinctrl/ 2013-04-23 09:48:25 +02:00
pwm pwm: Use dev_add_param_int for pwm parameters 2013-04-11 11:48:35 +02:00
serial Merge branch 'for-next/zynq' 2013-04-04 23:23:19 +02:00
spi Add more drivers to using device_platform_driver() 2013-03-14 07:15:44 +01:00
usb USB gadget at91: Use dev_add_param_bool for vbus parameter 2013-04-11 11:48:36 +02:00
video fb: imx-ipu-fb: Use dev_add_param_int for alpha parameter 2013-04-11 11:48:35 +02:00
w1 w1: Fix compiler warning 2013-03-06 09:04:26 +01:00
watchdog ARM/MXS: add more ROM code related documentation 2013-04-09 08:44:06 +02:00
Kconfig Add initial pinctrl support 2013-04-23 09:36:13 +02:00
Makefile Add initial pinctrl support 2013-04-23 09:36:13 +02:00