messages from 2016-09-17 00:10:09 to 2016-09-19 00:58:39 UTC [more...]
[U-Boot] [PATCH 0/5] power: pmic: Add support for Palmas family of PMICs
2016-09-19 0:58 UTC (3+ messages)
` [U-Boot] [PATCH 2/5] power: pmic: Palmas: Add the base pmic support
[U-Boot] [PATCH v1 1/3] arm: mvebu: create generic 88F6820 config option
2016-09-19 0:58 UTC (3+ messages)
` [U-Boot] [PATCH v1 2/3] arm: mvebu: add DB-88F6820-AMC board
[U-Boot] [PATCH 1/2] cros_ec: Add function to read back flash parameters
2016-09-19 0:58 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command
[U-Boot] [PATCH 01/21] ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
2016-09-19 0:58 UTC (4+ messages)
` [U-Boot] [PATCH 02/21] mmc: tegra: use correct alias for SDHCI/MMC nodes
[U-Boot] [PATCH 1/4] ARM: tegra: add SoC-level hook for board_late_init()
2016-09-19 0:58 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] ARM: tegra: configure Ethernet address on Tegra186
` [U-Boot] [PATCH 3/4] ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT
` [U-Boot] [PATCH 4/4] ARM: tegra: enable Ethernet on p2771-0000
[U-Boot] [PATCH 1/2] dt: net: add DWC EQoS binding
2016-09-19 0:58 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device
[U-Boot] [PATCH 4/4] cmd/fat: Do not crash on write when <bytes> is not specified
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH 1/3] treewide: rename CONFIG_SPL_SERIAL_SUPPORT to CONFIG_SPL_SERIAL
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH] rockchip: miniarm: remove eMMC support
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support
2016-09-19 0:57 UTC (9+ messages)
` [U-Boot] [PATCH v2 1/4] disk: part: implement generic function part_get_info_by_name()
` [U-Boot] [PATCH v2 2/4] fastboot: add support for writing MBR
` [U-Boot] [PATCH v2 3/4] disk: part: refactor generic name creation for DOS and ISO
` [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig
[U-Boot] [RFC v2] bootm: fix passing argc to standalone apps
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH v2 00/10] MIPS L2 cache support
2016-09-19 0:57 UTC (3+ messages)
` [U-Boot] [PATCH v2 01/10] board_f: Add a mach_cpu_init callback
[U-Boot] [PATCH 1/2] sandbox, x86: select DM_KEYBOARD instead of default y entry
2016-09-19 0:57 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] input: specify the default of I8042_KEYB in more correct manner
[U-Boot] [PATCH] cmd/fdt: add possibilty to have 'extrasize' on fdt resize
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH] ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.S
2016-09-19 0:57 UTC (2+ messages)
[U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading
2016-09-19 0:57 UTC (44+ messages)
` [U-Boot] [PATCH 01/27] spl: Move spl_board_load_image() into a generic header
` [U-Boot] [PATCH 02/27] spl: Add a parameter to spl_set_header_raw_uboot()
` [U-Boot] [PATCH 03/27] spl: Add a parameter to spl_parse_image_header()
` [U-Boot] [PATCH 04/27] spl: Add a parameter to jump_to_image_linux()
` [U-Boot] [PATCH 05/27] spl: Add function comments to spl_start_uboot()
` [U-Boot] [PATCH 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
` [U-Boot] [PATCH 07/27] spl: Convert boot_device into a struct
` [U-Boot] [PATCH 08/27] spl: Add a way to declare an SPL image loader
` [U-Boot] [PATCH 09/27] spl: Convert spl_ram_load_image() to use linker list
` [U-Boot] [PATCH 10/27] spl: Convert spl_mmc_load_image() "
` [U-Boot] [PATCH 11/27] spl: Convert spl_ubi_load_image() "
` [U-Boot] [PATCH 12/27] spl: Convert spl_nand_load_image() "
` [U-Boot] [PATCH 13/27] spl: Convert spl_onenand_load_image() "
` [U-Boot] [PATCH 14/27] spl: Convert spl_nor_load_image() "
` [U-Boot] [PATCH 15/27] spl: Convert spl_ymodem_load_image() "
` [U-Boot] [PATCH 16/27] spl: Convert spl_usb_load_image() "
` [U-Boot] [PATCH 17/27] spl: Convert spl_sata_load_image() "
` [U-Boot] [PATCH 18/27] spl: spi: Move the generic SPI loader into common/spl
` [U-Boot] [PATCH 19/27] spl: Convert spl_spi_load_image() to use linker list
` [U-Boot] [PATCH 20/27] spi: Move freescale-specific code into a private header
` [U-Boot] [PATCH 21/27] spl: Convert spl_net_load_image() to use linker list
` [U-Boot] [PATCH 22/27] spl: Convert spl_board_load_image() "
` [U-Boot] [PATCH 23/27] spl: Pass spl_image as a parameter to load_image() methods
` [U-Boot] [PATCH 24/27] spl: Update ext functions to take an spl_image parameter
` [U-Boot] [PATCH 25/27] spl: Update fat "
` [U-Boot] [PATCH 26/27] spl: Update spl_load_simple_fit() to take an spl_image param
` [U-Boot] [PATCH 27/27] spl: Make spl_boot_list a local variable
[U-Boot] [PATCH v3 00/45] Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig
2016-09-19 0:56 UTC (3+ messages)
[U-Boot] [PATCH] test/py/tests/test_vboot.py: Add check that we boot the image
2016-09-19 0:56 UTC (2+ messages)
[U-Boot] pull request: u-boot-uniphier/master (2nd round)
2016-09-19 0:31 UTC (2+ messages)
[U-Boot] Please pull u-boot-sunxi master
2016-09-19 0:31 UTC (2+ messages)
[U-Boot] Please pull ARC changes
2016-09-19 0:31 UTC (2+ messages)
[U-Boot] [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY for CMD with busy response
2016-09-19 0:16 UTC (9+ messages)
` [U-Boot] [v2, 2/5] mmc: send STOP command when the READ/WRITE commands fail
` [U-Boot] [v2, 4/5] mmc: add workaround for eSDHC erratum A009620
[U-Boot] [PATCH] Revert "image-fit: switch ENOLINK to ENOENT"
2016-09-18 23:59 UTC (5+ messages)
[U-Boot] [PATCH] ML: SPL: NOR: Add CONFIG_SPL_NOR_COPY_ENTIRE_IMAGE define to enable whole image copy from NOR
2016-09-18 23:27 UTC (5+ messages)
[U-Boot] [PATCH 00/13] buildman: Threading and output improvements
2016-09-18 22:48 UTC (14+ messages)
` [U-Boot] [PATCH 01/13] Makefile: Add a target to create the .cfg files
` [U-Boot] [PATCH 02/13] buildman: Add an option to just create the config
` [U-Boot] [PATCH 03/13] buildman: Add documentation for CONFIG checking
` [U-Boot] [PATCH 04/13] buildman: Squash useless output from -K
` [U-Boot] [PATCH 05/13] patman: Flush output when there is no newline
` [U-Boot] [PATCH 06/13] buildman: Tidy up the 'cloning' message
` [U-Boot] [PATCH 07/13] buildman: Print a message when removing old directories
` [U-Boot] [PATCH 08/13] buildman: Print a message indicating the build is starting
` [U-Boot] [PATCH 09/13] buildman: Put our local libraries first in the path
` [U-Boot] [PATCH 10/13] buildman: Allow builds to terminate cleanly
` [U-Boot] [PATCH 11/13] buildman: Drop the 'active' flag in the builder
` [U-Boot] [PATCH 12/13] buildman: Don't show a stacktrace on Ctrl-C
` [U-Boot] [PATCH 13/13] buildman: Drop the 'alive' flag in BuilderThread
[U-Boot] [PATCH 0/2] Add sdram capacity auto detect for rk3288
2016-09-18 19:34 UTC (8+ messages)
[U-Boot] [PATCH v2 00/17] imx6: Add Engicam i.CoreM6 QDL modules support
2016-09-18 18:15 UTC (6+ messages)
` [U-Boot] [PATCH v2 01/17] imx: iomux-v3: Fix build error with snvs base
` [U-Boot] [PATCH v2 04/17] Kconfig: Add DEFAULT_FDT_FILE entry
[U-Boot] [GIT PULL] Xilinx changes
2016-09-18 18:04 UTC (2+ messages)
[U-Boot] [PATCH] mmc: cat u8 to u64 to avoid unexpected error
2016-09-18 17:53 UTC (2+ messages)
[U-Boot] [PATCH] Repair image-fit: switch ENOLINK to ENOENT
2016-09-18 17:17 UTC (2+ messages)
[U-Boot] [PATCH v3 2/2] Makefile: Give a build error if ad-hoc CONFIG options are added
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 1/2] Kconfig: Add a whitelist of ad-hoc CONFIG options
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 45/45] Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 44/45] Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 43/45] Convert CONFIG_SPL_USB_SUPPORT to Kconfig
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 42/45] Convert CONFIG_SPL_USB_HOST_SUPPORT to Kconfig
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 41/45] Convert CONFIG_SPL_USBETH_SUPPORT to Kconfig
2016-09-18 16:01 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 40/45] Convert CONFIG_SPL_SPI_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 39/45] Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 38/45] Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 37/45] Convert CONFIG_SPL_SATA_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 36/45] Convert CONFIG_SPL_POWER_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v4 35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot,v4,35/45] "
[U-Boot] [PATCH v3 34/45] Convert CONFIG_SPL_ONENAND_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 33/45] Convert CONFIG_SPL_NOR_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 32/45] Convert CONFIG_SPL_NET_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 31/45] Convert CONFIG_SPL_NET_VCI_STRING to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 30/45] Convert CONFIG_SPL_NAND_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 29/45] Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 28/45] Convert CONFIG_SPL_MTD_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 27/45] Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
2016-09-18 16:00 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 26/45] Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 25/45] Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 24/45] Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 23/45] Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 22/45] Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 21/45] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 20/45] Convert CONFIG_SPL_FAT_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 19/45] Convert CONFIG_SPL_EXT_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 18/45] Convert CONFIG_SPL_ETH_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 17/45] Convert CONFIG_SPL_ENV_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 16/45] Convert CONFIG_SPL_DRIVERS_MISC_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 15/45] Convert CONFIG_SPL_DMA_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 14/45] Convert CONFIG_SPL_HASH_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 13/45] Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig
2016-09-18 15:59 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 12/45] spear: Use upper case for CONFIG options
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 11/45] Move existing use of CONFIG_SPL_RSA to Kconfig
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 10/45] Move existing use of CONFIG_SPL_DM to Kconfig
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 09/45] Kconfig: tpl: Add some TPL support options to Kconfig
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v4 08/45] Kconfig: spl: Add SPL support options to Kconfig
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v3 07/45] Use separate options for TPL support
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 06/45] Drop CONFIG_SPL_RAM_SUPPORT
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot,v3,06/45] "
[U-Boot] [PATCH v3 05/45] arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 04/45] Kconfig: Move SPL settings into their own file
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 03/45] moveconfig: Add an option to commit changes
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 02/45] moveconfig: Add an option to skip prompts
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 01/45] Correct defconfigs using savedefconfig
2016-09-18 15:58 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] Please pull from u-boot-i2c
2016-09-18 15:58 UTC (2+ messages)
[U-Boot] [PATCH] sunxi: musb: Re-init musb controller on repeated probe calls
2016-09-18 15:40 UTC (3+ messages)
[U-Boot] [PATCH 00/15] ARM: uniphier: more updates for UniPhier SoC family for v2016.11-rc1
2016-09-18 15:22 UTC (2+ messages)
[U-Boot] [PATCH 0/2] Renaming the fsl/nxp specific functions
2016-09-18 10:48 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] usb: fsl: Rename fdt_fixup_dr_usb
[U-Boot] [PATCH 01/15] serial: Add serial_mvebu_a3700 for Armada 3700 SoC
2016-09-18 10:47 UTC (5+ messages)
` [U-Boot] [PATCH 05/15] usb: xhci: Add Marvell MVEBU xHCI support
` [U-Boot] [PATCH 06/15] usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)
[U-Boot] [PATCH] imx: imx6ul: disable POR_B internal pull up
2016-09-18 9:21 UTC
[U-Boot] [PATCH] imx-common: enlarge mux width to 4
2016-09-18 8:28 UTC
[U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts
2016-09-18 7:40 UTC
[U-Boot] [PATCH v1] ARM: at91/dt: sama5d2: Fix the warning from dtc
2016-09-18 7:37 UTC
[U-Boot] Building u-boot.imx and SPL simultaneously
2016-09-18 7:18 UTC (11+ messages)
[U-Boot] [PATCH v10] dm: at91: Add driver model support for the spi driver
2016-09-18 6:58 UTC
[U-Boot] [PATCH v1 0/7] clk: at91: Improve the clock implementation
2016-09-18 6:58 UTC (4+ messages)
` [U-Boot] [PATCH v1 2/7] "
[U-Boot] [PATCH v2 0/7] clk: at91: Improve the clock implementation
2016-09-18 6:53 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/7] clk: clk-uclass: Assign clk->dev before call .of_xlate
` [U-Boot] [PATCH v2 2/7] clk: at91: Improve the clock implementation
` [U-Boot] [PATCH v2 3/7] gpio: atmel_pio4: Remove unneccessary clock calling
` [U-Boot] [PATCH v2 4/7] i2c: at91_i2c: "
` [U-Boot] [PATCH v2 5/7] i2c: at91_i2c: Change error return -ENODEV to -EINVAL
` [U-Boot] [PATCH v2 6/7] usb: ehci-atmel: Remove unneccessary clock calling
` [U-Boot] [PATCH v2 7/7] mmc: atmel_sdhci: "
[U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements
2016-09-18 2:19 UTC (11+ messages)
` [U-Boot] [PATCH 1/6] arm: at91: mpddrc: add missing MPDDRC_MD defines
` [U-Boot] [PATCH 2/6] ARM: at91: clock: correct PRES offset for at91sam9x5
` [U-Boot] [PATCH 4/6] arm, at91: add some missing fields in PIO struct
` [U-Boot] [PATCH 5/6] at91: add function to set IO drive
` [U-Boot] [PATCH 6/6] [RFC] at91: SPL clock fix for AT91SAM9G15 based boards
[U-Boot] [PATCH v2] mmc: sdhci: Add the programmable clock mode support
2016-09-18 1:01 UTC
[U-Boot] FDT pointer value, passed by the PI firmware, is not set in u-boot
2016-09-18 0:26 UTC
[U-Boot] [PATCH 1/3] sunxi: Add mmc0 card detect pin for Sinlinx SinA33
2016-09-17 12:44 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Enable USB host support "
[U-Boot] [PATCH] sunxi: musb: Power off OTG port VBUS when disabled
2016-09-17 12:27 UTC (2+ messages)
[U-Boot] [PATCHv2] scripts: Add script to extract default environment
2016-09-17 4:57 UTC
[U-Boot] [PATCH] scripts: Add script to extract default environment
2016-09-17 4:34 UTC
[U-Boot] [PATCH 00/21] imx: support i.MX6ULL and EVK board
2016-09-17 0:14 UTC (8+ messages)
` [U-Boot] [PATCH 21/21] arm: imx: add i.MX6ULL 14x14 EVK board support
[U-Boot] [PATCH 4/7] ext4: Use correct descriptor size when reading the block group descriptor
2016-09-17 0:10 UTC (4+ messages)
` [U-Boot] [PATCH 5/7] ext4: Use helper function to access group descriptor and its fields
` [U-Boot] [PATCH 6/7] ext4: Respect group descriptor size when adjusting free counts
` [U-Boot] [PATCH 7/7] ext4: Revert rejection of 64bit enabled ext4 fs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox