[PATCH] nand bad block erase and i.MX bbt tool
2013-03-04 10:13 UTC (7+ messages)
` [PATCH 01/10] mtd: nand: register nand flashes with nand specific function
` [PATCH 04/10] nand command: use loff_t for block offset
` [PATCH 05/10] nand command: use enumeration for command instead of bitmask
` [PATCH 06/10] nand command: check for <dev> directly after option parsing
` [PATCH 08/10] mtd nand i.MX: remove unused code
` [PATCH 09/10] mtd: nand: Add bbt parameter
[PATCH v2] remove libfdt
2013-03-04 9:53 UTC (38+ messages)
` [PATCH 01/37] of: unflatten: allocate root node explicitly
` [PATCH 02/37] of: export of_find_child
` [PATCH 03/37] of: removed unused variables
` [PATCH 04/37] of: Let of_find_node_by_path iterate over tree
` [PATCH 05/37] of: remove allnodes list
` [PATCH 06/37] ARM bootm: Use of_get_fixed_tree
` [PATCH 07/37] of: Add of_set_property and of_create_node
` [PATCH 08/37] of_node command: use of_create_node
` [PATCH 09/37] of: Add missing prototype for of_device_is_compatible
` [PATCH 10/37] of: let of_unflatten_dtb return the unflattened tree
` [PATCH 11/37] of: Add root node argument to of_find_node_by_path
` [PATCH 12/37] of: Add of_write_number helper
` [PATCH 13/37] of: Add initrd helper
` [PATCH 14/37] of: make unflatten independent of libfdt
` [PATCH 15/37] of: make flatten "
` [PATCH 16/37] of/fdt: use optimized endianess conversion
` [PATCH 17/37] oftree command: Use of_print_nodes
` [PATCH 18/37] of: move OFTREE Kconfig option to drivers/of/
` [PATCH 19/37] of: make OFDEVICE a user selectable option
` [PATCH 20/37] oftree command: retire CMD_OFTREE_PROBE Kconfig option
` [PATCH 21/37] of: move oftree Kconfig to the top of the drivers menu
` [PATCH 22/37] of: Pass barebox internal format devicetree to of_get_fixed_tree
` [PATCH 23/37] bootm: Use of_print_nodes instead of fdt_print
` [PATCH 24/37] of: move flat devicetree functions to separate file
` [PATCH 25/37] of: Add of property write functions for u32
` [PATCH 26/37] of: make value of property in of_new_property optional
` [PATCH 27/37] of: Add missing prototype for size/address counting functions
` [PATCH 28/37] of: fixup unflattened devicetree
` [PATCH 29/37] of_* commands: print usage when insufficient arguments are given
` [PATCH 30/37] of_property command: Fix crash with empty property value
` [PATCH 31/37] ARM: bootm: rework concatenated oftree
` [PATCH 32/37] of: memory: Use of_write_number
` [PATCH 33/37] of: Add reservemap handling
` [PATCH 34/37] bootm: Pass unflattened devicetree to handlers
` [PATCH 35/37] ARM bootm: Switch initrd support to unflattened tree
` [PATCH 36/37] of: remove unused libfdt
` [PATCH 37/37] of: make locally used functions static
[For-next PATCH 1/1] switch more boards to lwl-y
2013-03-04 8:27 UTC (2+ messages)
v2013.03.0
2013-03-04 8:27 UTC
[PATCHv2 0/2] cfa10036: Retrieve RAM size at runtime
2013-03-04 8:02 UTC (5+ messages)
` [PATCH 1/2] memsize: Make get_ram_size RAM proof
` [PATCH 2/2] cfa10036: Retrieve the RAM size at runtime
[PATCH 1/1] of: add do_fixup_by_compatible with u32 and string version
2013-03-04 7:56 UTC (4+ messages)
[PATCH v2 0/2] add mxs application uart driver
2013-03-04 7:54 UTC (4+ messages)
` [PATCH 1/2] driver/serial: Kconfig: explicitly state that existing mxs driver is for the debug uart
` [PATCH 2/2] driver/serial: add driver for the mxs application uart
[PATCH 0/5] Zynq support for barebox
2013-03-03 14:58 UTC (13+ messages)
` [PATCH 1/5] trivial: doc: fix typos in mach-arm.dox
` [PATCH 2/5] defaultenv: fixed mismatched braces in bin/boot
` [PATCH 3/5] ARM: zynq: add driver for Zynq uarts
` [PATCH 4/5] ARM: zynq: add support for Zynq 7000 SoC
` [PATCH 5/5] ARM: zynq: add support for zc702 development board
UBOOT2 JMP
2013-03-03 13:16 UTC (2+ messages)
[PATCH] ARM: cfa10036: Remove the boot partition and boot from ext
2013-03-03 13:10 UTC (2+ messages)
[PATCH 0/7] Rework current Tegra support
2013-03-03 7:07 UTC (23+ messages)
` [PATCH 1/7] tegra: move address map to tegra20-silicon.h
` [PATCH 2/7] tegra: remove debug_ll
` [PATCH 3/7] tegra: switch to ARMv7 cpu type
` [PATCH 4/7] tegra: add blank tegra20 platform init
` [PATCH 5/7] tegra: add driver for the clock and reset module
` [PATCH 6/7] tegra: add proper timer driver
` [PATCH 7/7] tegra: add power management controller driver
New environment ?
2013-03-02 17:47 UTC
[PATCH] usb: fix build for big-endian platform
2013-02-28 20:05 UTC
[RFC TESTING] uncompress: update to lzo-2013 and add lz4
2013-02-27 22:28 UTC
[PATCH] net: dhcp: fix typo
2013-02-27 20:44 UTC
[PATCH] remove libfdt
2013-02-27 19:52 UTC (33+ messages)
` [PATCH 01/29] of: unflatten: allocate root node explicitly
` [PATCH 02/29] of: export of_find_child
` [PATCH 03/29] of: removed unused variables
` [PATCH 04/29] of: Let of_find_node_by_path iterate over tree
` [PATCH 05/29] of: remove allnodes list
` [PATCH 06/29] ARM bootm: Use of_get_fixed_tree
` [PATCH 07/29] of: Add of_set_property and of_create_node
` [PATCH 08/29] of_node command: use of_create_node
` [PATCH 09/29] of: Add root node argument to of_find_node_by_path
` [PATCH 10/29] of: Add missing prototype for of_device_is_compatible
` [PATCH 11/29] of: let of_unflatten_dtb return the unflattened tree
` [PATCH 12/29] of: make unflatten independent of libfdt
` [PATCH 13/29] of: make flatten "
` [PATCH 14/29] of/fdt: use optimized endianess conversion
` [PATCH 15/29] oftree command: Use of_print_nodes
` [PATCH 16/29] of: move OFTREE Kconfig option to drivers/of/
` [PATCH 17/29] of: make OFDEVICE a user selectable option
` [PATCH 18/29] oftree command: retire CMD_OFTREE_PROBE Kconfig option
` [PATCH 19/29] of: move oftree Kconfig to the top of the drivers menu
` [PATCH 20/29] of: Pass barebox internal format devicetree to of_get_fixed_tree
` [PATCH 21/29] bootm: Use of_print_nodes instead of fdt_print
` [PATCH 22/29] of: move flat devicetree functions to separate file
` [PATCH 23/29] of: Add of property write functions for u32
` [PATCH 24/29] of: make value of property in of_new_property optional
` [PATCH 25/29] of: Add missing prototype for size/address counting functions
` [PATCH 26/29] of: fixup unflattened devicetree
` [PATCH 27/29] of: remove unused libfdt
` [PATCH 28/29] of_* commands: print usage when insufficient arguments are given
` [PATCH 29/29] of_property command: Fix crash with empty property value
[PATCH] mtd: always write page when oob is given
2013-02-27 9:42 UTC
[PATCH] log2: Fix declaration of __roundup_pow_of_two
2013-02-27 7:59 UTC (2+ messages)
[PATCHv2 0/2] ARM: cfa10036: Store the barebox environment on the MMC
2013-02-27 7:58 UTC (4+ messages)
` [PATCH 1/2] cfa-10036: Use the second MMC partition to store the environment
` [PATCH 2/2] cfa10036: Update "
[PATCH 0/2] add mxs application uart driver
2013-02-26 19:02 UTC (4+ messages)
` [PATCH 1/2] driver/serial: Kconfig: explicitly state that existing mxs driver is for the debug uart
` [PATCH 2/2] driver/serial: add driver for the mxs application uart
[PATCH] ARM: i.MX: Replace numbers with predefined constants in several places
2013-02-26 14:08 UTC (2+ messages)
setupmbr: Bad/No Signature
2013-02-26 14:08 UTC (2+ messages)
[PATCH 1/1] serial/Makefile: drop out of date comments
2013-02-26 14:05 UTC (2+ messages)
[PATCH v2] menu: fix remove superfluous newline: change puts() -> printf("%s", )
2013-02-26 14:04 UTC (2+ messages)
[PATCH] bareboxenv: Return proper exit code on failure
2013-02-26 14:02 UTC (4+ messages)
[PATCH 1/1] Makefile: drop duplicate cmd_as_o_S support
2013-02-26 12:49 UTC (3+ messages)
[PATCH 1/2] ARM i.MX pcm043: Switch to new environment
2013-02-26 10:01 UTC (2+ messages)
` [PATCH 2/2] ARM i.MX pcm043: Use imx_bootsource() to detect bootsource
[PATCH 1/2] ARM i.MX: Fix booting from NOR when external nand boot is enabled
2013-02-26 10:00 UTC (2+ messages)
` [PATCH 2/2] ARM i.MX35: Let MAX clk be in run-mode-on
[PATCH] fix compiler warnings: use puts() instead of printf()
2013-02-25 17:38 UTC (7+ messages)
[PATCH v2 next 0/2] defenv2: complete move config-board out of /env/init
2013-02-25 11:22 UTC (10+ messages)
` [PATCH v2 next 1/2] defenv2: comment setting default values in /env/config
[RFC] menu: fix remove superfluous newline: change puts() -> printf("%s, )
2013-02-25 11:21 UTC
[PATCH] OMAP4 USB BOOT: remove double line endings
2013-02-25 11:05 UTC (3+ messages)
[PATCH 1/1] smc911111: fix send and recv return value
2013-02-25 7:59 UTC (2+ messages)
[PATCH 1/7] ARM: pcm038: Select IIM by default
2013-02-25 7:58 UTC (9+ messages)
` [PATCH 2/7] ARM: pcm038: Fix serial number IIM-address
` [PATCH 3/7] ARM: pcm970: Fix bug with CompactFlash
` [PATCH 4/7] ARM: pcm970: Replace #ifdef with IS_ENABLED()
` [PATCH 5/7] ARM: i.MX27: Use DEVICE_ID_SINGLE for IIM, CCM and ESDCTL
` [PATCH 6/7] ARM: pcm038: Using "get_ram_size" for determine SRAM size
` [PATCH 7/7] ARM: pcm038: Update defconfig
[PATCH] ARM: pcm038: Remove duplicate imx27_barebox_entry() call
2013-02-25 7:55 UTC (2+ messages)
[PATCH 1/1] phy: fix force mode
2013-02-25 7:55 UTC (2+ messages)
[PATCH] mfd: mc13xxx: Use device->bus field for using appropriate mode
2013-02-25 4:34 UTC (2+ messages)
Quotation for Car Music EL lamp(sound activated equalizer)
2013-02-23 7:05 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox