mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[for master PATCH 00/14] atmel_mci: fixes and cleanup
 2013-01-25 15:17 UTC  (15+ messages)
` [PATCH 01/14] atmel_mci: rename atmel_mci_host tp atmel_mci
  ` [PATCH 02/14] atmel_mci: rename atmel_mci_readl/writel to atmci_readl/writel
  ` [PATCH 03/14] atmel_mci: rename all function to start with atmci
  ` [PATCH 04/14] atmel_mci: use linux regs define
  ` [PATCH 05/14] atmel_mci: detect IP version
  ` [PATCH 06/14] atmel_mci: version 0x5xx of the IP have a different clk div
  ` [PATCH 07/14] atmel_mci: fix host init
  ` [PATCH 08/14] atmel_mci: rwproof is only needed since IP version 0x200
  ` [PATCH 09/14] atmel_mci: on version 0x0 we need to reset the IP at each request
  ` [PATCH 10/14] atmel_mci: after a software timeout the IP need to be reset
  ` [PATCH 11/14] atmel_mci: support the SD highspeed since IP version 0x300
  ` [PATCH 12/14] atmel_mci: update the SD/SDIO Card Register at request time
  ` [PATCH 13/14] atmel_mci: drop board host caps
  ` [PATCH 14/14] atmel_mci: gpio: request and configure card detect

[PATCH v4] ARM: at91: Add Telit EVK-PRO3 board support
 2013-01-25 13:13 UTC  (2+ messages)

[PATCH v3] ARM: at91: Add Telit EVK-PRO3 board support
 2013-01-25 12:30 UTC  (7+ messages)

[PATCH] of: Fix of_find_node_by_path breakage
 2013-01-25 11:33 UTC 

[PATCH] defenv-2: source /env/config after /env/init/*
 2013-01-25  9:37 UTC 

[PATCH] defenv-2: migrate guf-vincell to config-board
 2013-01-25  9:30 UTC 

[PATCH] arm-mmu: switch pte flags vars to lower case
 2013-01-25  0:59 UTC 

[For-next PATCH 0/2 v2] at91: add Somfy Animeo-IP support
 2013-01-24 21:11 UTC  (3+ messages)
` [PATCH 1/2] at91sam9260ek: specify mach entry
  ` [PATCH 2/2] at91: add Somfy Animeo IP support

[PATCH 0/2] at91: add Somfy Animeo-IP support
 2013-01-24 20:58 UTC  (3+ messages)
` [PATCH 1/2] at91sam9260ek: specify mach entry
  ` [PATCH 2/2] at91: add Somfy Animeo IP support

[PATCH] ARM OMAP: use SZ_*M constants in RAM device register functions
 2013-01-24 18:55 UTC 

[PATCH v2] ARM: at91: Add Telit EVK-PRO3 board support
 2013-01-24 15:46 UTC  (4+ messages)

[PATCH 0/2] at91: bootstrap: add menu support
 2013-01-24 11:33 UTC  (3+ messages)
` [PATCH 1/2] menu: the dependancy on process escape is wrong drop it
  ` [PATCH 2/2] at91: bootstrap: add menu support

[PATCH 0/2] at91: add atmel at91sam9m10ihd tabel support
 2013-01-23 22:52 UTC  (3+ messages)
` [PATCH 1/2] at91sam9m10g45ek/defconfig: set board type
  ` [PATCH 2/2] at91: add at91sam9m10ihd tablet support

[PATCH] feature_list: a way to pass hardware info to the kernel
 2013-01-23 21:37 UTC  (3+ messages)

[PATCH v2 0/8] add new memtest command
 2013-01-23 20:55 UTC  (9+ messages)
` [PATCH 8/8] memtest: add rewritten "

[PATCH 0/2] tny-a9263: add spi + bootstrap support
 2013-01-23 20:52 UTC  (3+ messages)
` [PATCH 1/2] tny-a9263: add dataflash support
  ` [PATCH 2/2] tny_a9263: add bootstrap support

[PATCH 0/2] console none support
 2013-01-23 20:49 UTC  (6+ messages)
` [PATCH 1/2] console: switch select to choice
  ` [PATCH 2/2] introduce console none support

[PATCH 0/2] ohci: fixes
 2013-01-23 19:28 UTC  (4+ messages)
` [PATCH 1/2] ohci: make it depends on !MMU
  ` [PATCH 2/2] ohci: only enable drivers if ohci is enabled

[PATCH 0/9] atmel: add ehci support
 2013-01-23 19:28 UTC  (15+ messages)
` [PATCH 1/9] usb: add parameters info on usb device
  ` [PATCH 2/9] usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()
  ` [PATCH 3/9] ehci: if caps ressource is not provided discover it via cr_capbase
  ` [PATCH 4/9] ehci: add atmel support
  ` [PATCH 5/9] at91: usb: allow to specicfy inverted vbus
  ` [PATCH 6/9] at91sam9g45: add ehci support
  ` [PATCH 7/9] at91sam9m10g45ek: add usb support
  ` [PATCH 8/9] at91sam9x5: add ehci support
  ` [PATCH 9/9] at91sam9x5ek: add usb support

AT91SAM9260EK DFU - Error using dfu-util
 2013-01-23 13:45 UTC  (3+ messages)

[PATCH] ARM v7: Fix register corruption in v7_mmu_cache_off
 2013-01-23  9:43 UTC 

[PATCH 1/5] ARM: ccmx51: Remove SDRAM size settings
 2013-01-23  7:35 UTC  (6+ messages)
` [PATCH 2/5] ARM: ccmx51: Fix ethernet devices control by MC13892 GPOs
` [PATCH 3/5] ARM: ccmx51: Set MAC address before FEC device registration
` [PATCH 4/5] ARM: ccmx51js: Define reset pin for USB Host1
` [PATCH 5/5] ARM: ccmx51: Update defconfig

[PATCH 00/10 v7] at91: add bootstrap support
 2013-01-23  7:33 UTC  (12+ messages)
` [PATCH 01/10] filetype: add is_barebox_mips_head support
  ` [PATCH 02/10] filetype: add is_barebox_head
  ` [PATCH 03/10] at91: dump mux command: make it depends on COMMAND_SUPPORT
  ` [PATCH 04/10] at91: add test commamd to emulate bootrom boot
  ` [PATCH 05/10] at91sam926x: lowlevel add external boot support
  ` [PATCH 06/10] at91: sam926x: switch lowlevel param to c code
  ` [PATCH 07/10] at91: usb-a9263 add lowlevel init
  ` [PATCH 08/10] introduce common bootstrap code
  ` [PATCH 09/10] at91: add bootstrap version
  ` [PATCH 10/10] at91: usb_a9263: "

[RFC PATCH 1/1] omap: xload: switch to generic bootstrap
 2013-01-22 14:36 UTC  (2+ messages)

PingBrother news - may the Firmware be with you
 2013-01-22 13:32 UTC 

Memory size issue
 2013-01-22  9:51 UTC  (3+ messages)
  ` Re[2]: "

[PATCH 00/10 v6] at91: add bootstrap support
 2013-01-22  8:12 UTC  (13+ messages)
` [PATCH 01/10] filetype: add is_barebox_mips_head support
  ` [PATCH 02/10] filetype: add is_barebox_head
  ` [PATCH 03/10] at91: dump mux command: make it depends on COMMAND_SUPPORT
  ` [PATCH 04/10] at91: add test commamd to emulate bootrom boot
  ` [PATCH 05/10] at91sam926x: lowlevel add external boot support
  ` [PATCH 06/10] at91: sam926x: switch lowlevel param to c code
  ` [PATCH 07/10] at91: usb-a9263 add lowlevel init
  ` [PATCH 08/10] introduce common bootstrap code
  ` [PATCH 09/10] at91: add bootstrap version
  ` [PATCH 10/10] at91: usb_a9263: "

[PATCH 1/1] introduce console none support
 2013-01-21 18:48 UTC  (2+ messages)

[PATCH 00/10 v5] at91: add bootstrap support
 2013-01-21 14:26 UTC  (17+ messages)
` [PATCH 01/10] filetype: add is_barebox_mips_head support
  ` [PATCH 02/10] filetype: add is_barebox_head
  ` [PATCH 03/10] at91: dump mux command: make it depends on COMMAND_SUPPORT
  ` [PATCH 04/10] at91: add test commamd to emulate bootrom boot
  ` [PATCH 05/10] at91sam926x: lowlevel add external boot support
  ` [PATCH 06/10] at91: sam926x: switch lowlevel param to c code
  ` [PATCH 07/10] at91: usb-a9263 add lowlevel init
  ` [PATCH 08/10] introduce common bootstrap code
  ` [PATCH 09/10] at91: add bootstrap version
  ` [PATCH 10/10] at91: usb_a9263: "

[PATCH] ARM: at91: Add Telit EVK-PRO3 board support
 2013-01-21 12:20 UTC  (3+ messages)

[PATCH 0/9 v4] at91: add bootstrap support
 2013-01-21 10:21 UTC  (14+ messages)
` [PATCH 1/9] filetype: add is_barebox_mips_head support
  ` [PATCH 2/9] filetype: add is_barebox_head
  ` [PATCH 3/9] at91: add test commamd to emulate bootrom boot
  ` [PATCH 4/9] at91sam926x: lowlevel add external boot support
  ` [PATCH 5/9] at91: sam926x: switch lowlevel param to c code
  ` [PATCH 6/9] at91: usb-a9263 add lowlevel init
  ` [PATCH 7/9] introduce common bootstrap code
  ` [PATCH 8/9] at91: add bootstrap version
  ` [PATCH 9/9] at91: usb_a9263: "

[PATCH] w1: add ds28ec20 eeprom support
 2013-01-21  8:05 UTC  (2+ messages)

[PATCH 1/1] defaultenv-2: move ps1 to base/init/ps1
 2013-01-21  8:04 UTC  (2+ messages)

[PATCH] tftp: reset timer on progress
 2013-01-20 16:03 UTC 

[PATCH] simplify i.MX external NAND boot for boards
 2013-01-20 15:57 UTC  (3+ messages)
` [PATCH 1/2] ARM i.MX: Add a common NAND entry for external boot mode
` [PATCH 2/2] ARM i.MX boards: use helper function for external NAND boot

[PATCH] startup related cleanups
 2013-01-20 15:35 UTC  (11+ messages)
` [PATCH 01/10] startup: call a barebox_main function pointer at the end of the startup
` [PATCH 02/10] move struct action_data to the only file using it
` [PATCH 03/10] make file_*_action static
` [PATCH 04/10] move prototypes for envfs_* to envfs.h
` [PATCH 05/10] scripts: remove now unnecessary include
` [PATCH 06/10] startup: use IS_ENABLED instead of ifdef
` [PATCH 07/10] startup: Use IS_ENABLED for loading environment
` [PATCH 08/10] startup: add __noreturn to start_barebox
` [PATCH 09/10] defaultenv loading: rework to use less ifdefs/defines
` [PATCH 10/10] filetype: Make buf in file_detect_type const

[For master PATCH 1/1] Makefile: move cmd_check_file_size to Makefile.lib
 2013-01-20 11:51 UTC  (2+ messages)

[PATCH] ARM: Add errata support
 2013-01-20 10:22 UTC 

[PATCH] mtd m25p80: Add support for w25q80bl
 2013-01-20 10:20 UTC 

[PATCH] i.MX6 USB phy support
 2013-01-20 10:19 UTC  (6+ messages)
` [PATCH 1/5] ARM i.MX6 USB phy: Fix phy function names
` [PATCH 2/5] ARM i.MX6: Fix usb phy base addresses
` [PATCH 3/5] ARM i.MX6: Add usbphy clocks
` [PATCH 4/5] USB: Add usb phy driver for i.MX
` [PATCH 5/5] ARM i.MX6: Add Chipidea support

[PATCH] MMC/SD improvements
 2013-01-20  9:58 UTC  (6+ messages)
` [PATCH 1/5] mci: return 0 for probe parameter even when already initialized
` [PATCH 2/5] mci: Always add probe parameter for cards
` [PATCH 3/5] mci: Add card_present callback
` [PATCH 4/5] mci i.MX esdhc: implement "
` [PATCH 5/5] mci atmel: "

[PATCH 0/7 v3] at91: add bootstrap support
 2013-01-20  9:41 UTC  (12+ messages)
` [PATCH 1/7] at91: add test commamd to emulate bootrom boot
  ` [PATCH 7/7] at91: usb_a9263: add bootstrap version

[PATCH] feature_list: a way to pass hardware info to the kernel
 2013-01-19 14:19 UTC  (3+ messages)

[PATCH 0/7 v2] at91: add bootstrap support
 2013-01-19 13:36 UTC  (5+ messages)
` [PATCH 1/7] at91: add test commamd to emulate bootrom boot
  ` [PATCH 5/7] introduce common bootstrap code

page:  |  | latest

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