mail archive of the barebox mailing list
 help / color / mirror / Atom feed
AM33xx support
 2012-12-13 16:30 UTC  (10+ messages)
` [PATCH 01/14] ARM omap: remove unused function
` [PATCH 02/14] ARM omap4: remove unused struct
` [PATCH 03/14] ARM omap4: Add missing assembly protection in header file
` [PATCH 04/14] ARM omap4: Add missing double include protection
` [PATCH 05/14] ARM omap: Make gpmc base runtime configurable
` [PATCH 06/14] ARM omap: Make timer "
` [PATCH 07/14] ARM omap4: make PRM defines SoC specific
` [PATCH 08/14] ARM omap3: "
` [PATCH 12/14] arm: omap: am33xx: add support for low level debug

[PATCH 0/2] allow scrubbing (erasing of bad blocks)
 2012-12-13 16:18 UTC  (3+ messages)
` [PATCH 1/2] mtd: nand: add flag to ignore special handling of bad blocks
` [PATCH 2/2] commands: add scrub

[PATCH] commands: flash: add missing newlines to error messages
 2012-12-13 15:46 UTC 

[PATCH] commands: add scrub
 2012-12-13 15:46 UTC  (2+ messages)

[PATCHv2 0/3] ARM: cfa10036: Load a different DTB depending on variants
 2012-12-13 10:26 UTC  (4+ messages)
` [PATCH 1/3] ARM: cfa10036: Add the AT24HC02 I2C EEPROM
` [PATCH 2/3] ARM: cfa10036: Retrieve the board variant from the AT24
` [PATCH 3/3] ARM: cfa10036: Use the board variant to load a different device tree

[PATCH 0/3] ARM: cfa10036: Load a different DTB depending on variants
 2012-12-12 20:52 UTC  (6+ messages)
` [PATCH 1/3] ARM: cfa10036: Add the AT24HC02 I2C EEPROM
` [PATCH 2/3] ARM: cfa10036: Retrieve the board variant from the AT24
` [PATCH 3/3] ARM: cfa10036: Use the board variant to load a different device tree

[PATCH] i.MX31/pcm037 fixes and updates
 2012-12-12 20:09 UTC  (11+ messages)
` [PATCH 01/10] ARM i.MX31: Fix gpio device names
` [PATCH 02/10] ARM i.MX31 pcm037: Force internal phy
` [PATCH 03/10] ARM i.MX31 pcm037: make board bootable again
` [PATCH 04/10] ARM i.MX31 pcm037: remove unused defines
` [PATCH 05/10] ARM i.MX31 pcm037: rewrite lowlevel init code in C
` [PATCH 06/10] ARM i.MX31 pcm037: Switch to new environment
` [PATCH 07/10] ARM i.MX31: sync iomux with kernel
` [PATCH 08/10] ARM i.MX31 pcm037: add more iomux pins
` [PATCH 09/10] ARM i.MX31: Add mmc register convenience functions
` [PATCH 10/10] ARM i.MX31 pcm037: add mmc support

stable update: v2012.12.1
 2012-12-12 19:56 UTC 

[PATCH 0/3] MIPS: add pre-bootloader (pbl) image support
 2012-12-12 19:24 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] MIPS: qemu-malta: add trivial pbl support
` [PATCH 3/3] MIPS: qemu-malta_defconfig: use pbl

[PATCH] net phylib: force to wait for link
 2012-12-12 19:07 UTC 

[PATCH 1/3] arm: omap: clocks: move CM_REG and PRM_REG macros
 2012-12-12 18:58 UTC  (6+ messages)
` [PATCH 2/3] arm: omap: timers: split omap3/4 timer into a separate header
` [PATCH 3/3] ARM OMAP AM33XX: create new ARCH for AM33xx

[PATCH] fix device tree corruption
 2012-12-12 14:07 UTC  (3+ messages)
` [PATCH 1/2] fs: move dev_add_child before device_register
` [PATCH 2/2] drivers/base: fix corrupt device tree

Add AM335x & BeagleBone support
 2012-12-12 11:54 UTC  (5+ messages)
` [PATCH 1/4] arm: omap: clocks: move CM_REG and PRM_REG macros
` [PATCH 2/4] arm: omap: timers: split omap3/4 timer into a separate header
` [PATCH 3/4] ARM OMAP AM33XX: create new ARCH for AM33xx
` [PATCH 4/4] arm: beaglebone: add first-stage support for AM335x and board

[PATCH 00/10] add ubiformat command
 2012-12-12  9:08 UTC  (19+ messages)
` [PATCH 01/10] mtd: move is_power_of_2() to a public place
` [PATCH 02/10] ubi: consolidate ubi-media.h
` [PATCH 03/10] ubi: bump ubi-media.h to newest version
` [PATCH 04/10] devfs & mtd: add MEMERASE ioctl support
` [PATCH 05/10] mtd: utils: apply macros for message printouts
` [PATCH 06/10] lib: add ubiutils-common
` [PATCH 07/10] lib: add libscan
` [PATCH 08/10] lib: add libubigen
` [PATCH 09/10] lib: add barebox version of libmtd
` [PATCH 10/10] commands: add ubiformat

[PATCH] beaglebone: add first-stage support for AM335x and board
 2012-12-11 15:15 UTC 

[PATCH] esdctl: fix reset default bug on i.MX27/31
 2012-12-10 18:59 UTC 

ethernet doesn't work after update to v2012.12.0
 2012-12-10 18:23 UTC  (2+ messages)

[PATCH 1/2][v2] net: add nameserver IPs to kernel-parameter ip=
 2012-12-10 11:23 UTC  (8+ messages)
` [PATCH 1/1] net: add multiple nameserver support
      ` [PATCH] "

v2012.12.0
 2012-12-10  8:26 UTC  (4+ messages)

[PATCH] fix GENERIC_PHY match nothing
 2012-12-10  1:52 UTC  (4+ messages)

[RFC 00/10] ubiformat in barebox
 2012-12-09 19:40 UTC  (10+ messages)
` [RFC 04/10] devfs & mtd: add MEMERASE ioctl support
` [RFC 09/10] lib: add barebox version of libmtd
` [RFC 10/10] commands: add ubiformat

[PATCH] fixes
 2012-12-08 16:58 UTC  (5+ messages)
` [PATCH 1/4] ARM startup: Ensure CR_A flag is cleared on architectures >= ARMv6
` [PATCH 2/4] ARM omap3: Call common_reset
` [PATCH 3/4] net phylib: Clear BMCR_PDOWN bit
` [PATCH 4/4] net phylib: Call phy_update_status when no link is present

[PATCH 1/2] phy: add phy_drivers_register
 2012-12-08 15:05 UTC  (3+ messages)
` [PATCH 2/2] phy: add smsc phy driver support

[PATCH 1/8] Cleanup Kconfig files
 2012-12-08 14:26 UTC  (9+ messages)
` [PATCH 2/8] Remove bad Kconfig reference to HAS_CFI
` [PATCH 3/8] Remove bad Kconfig reference to HAVE_MMU
` [PATCH 4/8] Remove bad Kconfig reference to HAVE_CLK
` [PATCH 5/8] Remove bad Kconfig reference to DISK_DRIVE
` [PATCH 6/8] Remove bad Kconfig reference to HAS_PCI
` [PATCH 7/8] Remove bad Kconfig reference to MTD_NAND
` [PATCH 8/8] Fix wrong Kconfig reference to ARCH_IMX31

[PATCH] let kbuild build foo/bar.o correctly
 2012-12-08 11:19 UTC  (3+ messages)

[PATCH] Cleanup Kconfig files
 2012-12-08 11:16 UTC  (4+ messages)

[PATCH v2] at91: reorder BOARDINFO alphabetically
 2012-12-08 11:01 UTC  (7+ messages)

[PATCH 1/2] mtd oob: do not register oob device for devices without oob
 2012-12-07 13:17 UTC  (6+ messages)
` [PATCH 2/2] mtd core: call driver write function with complete buffer
    ` [PATCH 1/1] mtd: nand: fix unaligned write support

about the dm9000 in mini2440
 2012-12-07 13:10 UTC  (11+ messages)

mdio_bus_match() bug
 2012-12-07 10:00 UTC 

[PATCH] clk: use the 'CLK_ALWAYS_ENABLED' flag for clk-fixed by default
 2012-12-07  9:29 UTC  (2+ messages)

[RFC 0/2] clk: pass the 'flags' parameter to clk_fixed()
 2012-12-06 13:44 UTC  (4+ messages)
` [RFC 1/2] "
` [RFC 2/2] ARM: pass the 'flags'=0 "

[PATCH] at91: add_gpio_keys_device: fix missing conversion to DEVICE_ID_DYNAMIC
 2012-12-06 13:42 UTC  (2+ messages)

[PATCH] at91sam9260ek: fix BOARDINFO text
 2012-12-06 13:35 UTC  (2+ messages)

[PATCH] AHCI support
 2012-12-06 13:34 UTC  (10+ messages)
` [PATCH 1/9] ata: register disks as /dev/ata*
` [PATCH 2/9] ata: fix status flags
` [PATCH 3/9] ata: split ide sff suport to separate file
` [PATCH 4/9] ata: align ata command defines with kernel
` [PATCH 5/9] ata: Use dma_alloc for buffer
` [PATCH 6/9] ata: Add ahci support
` [PATCH 7/9] mfd: Add i.MX6 iomux gpr header file
` [PATCH 8/9] ata: Add i.MX AHCI driver
` [PATCH 9/9] ARM i.MX5: Add SATA support

[PATCH] i.MX (and one generic) clock patches
 2012-12-06 13:29 UTC  (7+ messages)
` [PATCH 1/6] ARM i.MX6: fix ethernet PLL rate
` [PATCH 2/6] ARM i.MX6: rename PLLs according to datasheet
` [PATCH 3/6] clk: Add clk table based divider support
` [PATCH 4/6] ARM i.MX6 pllv3: Do not use delay functions
` [PATCH 5/6] ARM i.MX6 clk: remove gate_mask from pllv3
` [PATCH 6/6] ARM i.MX6: Add sata device

[PATCH] at91: reorder BOARDINFO alphabetically
 2012-12-06 10:30 UTC 

[PATCH] mtd: nand: mxs: reset BCH earlier to avoid NAND startup problems
 2012-12-06  7:43 UTC  (6+ messages)
      ` [PATCH V2] mtd: nand: mxs: reset BCH earlier, too, "

[PATCH 1/5] mci: Add STUFF_BITS and use it
 2012-12-05 19:02 UTC  (2+ messages)

[PATCH] Define and use OMAP4 GPIO macros rather than magic constants
 2012-12-05 18:55 UTC  (2+ messages)

[PATCH] net: phy: micrel: fix typo in driver name
 2012-12-05 18:54 UTC  (2+ messages)

[PATCH] mach-omap/Kconfig: Some spelling fixes and indentation
 2012-12-05 18:52 UTC  (2+ messages)

[PATCH] Remove old, inaccurate "FileName:" cruft from ARM files
 2012-12-05 18:52 UTC  (3+ messages)

[PATCH 1/1] at91: fix debug_ll
 2012-12-05 18:49 UTC  (2+ messages)

[PATCH] mxs: tx28: fix NAND usage
 2012-12-05 18:33 UTC  (2+ messages)

[PATCH 1/2] ARM: added Kconfig option for -mno-unaligned compiler flag
 2012-12-05 14:43 UTC  (8+ messages)
` [PATCH 2/2] OMAP: disable unaligned access when building the IFT

what is the rationale for funny "0x100" offset for OMAP4 GPIO addresses?
 2012-12-05 14:11 UTC  (5+ messages)

[PATCH 00/18] UBIFS support
 2012-12-05 11:47 UTC  (5+ messages)

[PATCH] mxs: get_fecclk is hclk, not a constant
 2012-12-05 11:41 UTC  (2+ messages)

[PATCH] ARM: give more detailed information about data aborts
 2012-12-05 11:35 UTC  (4+ messages)

[PATCH] password: fixed underflow on <backspace>
 2012-12-05  9:38 UTC  (2+ messages)

[PATCH] OMAP3: Replace magic GPIO numbers in omap3_generic.c with macros
 2012-12-05  9:37 UTC  (2+ messages)

[PATCH] OMAP4: removed __packed__ annotation from pad_conf_entry
 2012-12-05  7:39 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox