mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] of_path: Make partition names work again
 2016-01-08  7:34 UTC  (3+ messages)

[PATCH v2 0/3] FIT Support
 2016-01-07 22:03 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: add digest_alloc_by_algo()
` [PATCH v2 2/3] crypto: add RSA support
` [PATCH v2 3/3] bootm: add initial FIT support

[PATCH 0/3] FIT Support
 2016-01-07 17:09 UTC  (18+ messages)
` [PATCH 1/3] crypto: add enum
` [PATCH 2/3] crypto: add RSA support
` [PATCH 3/3] bootm: add initial FIT support

[PATCH 1/6] rtc: ds1307: Add code to support ds1337/1341
 2016-01-07 16:54 UTC  (11+ messages)
` [PATCH 2/6] rtc: ds1307: Fix a memory leak
` [PATCH 3/6] rtc-lib: Check tm_wday for validity in rtc_valid_tm()
` [PATCH 5/6] common/date.c: Fix off-by-one error
` [PATCH 6/6] commands/hwclock: Check return value of rtc_read_time()

[PATCH] fs: automount: Make automountpoints persistent
 2016-01-07 15:55 UTC 

[PATCH] usb: chipidea-imx: check return value of regulator_get()
 2016-01-07  9:55 UTC 

[PATCH] PCI: imx6: properly shut down core when leaving barebox
 2016-01-07  9:40 UTC 

[PATCH 1/6] ARM: asm: Add convenience fucntions to access VBAR
 2016-01-07  9:13 UTC  (14+ messages)
` [PATCH 2/6] ARM: mmu: Add VBAR setup
` [PATCH 3/6] ARM: Fix exception table setup in MMU-less mode
` [PATCH 4/6] i.MX6: pci: Replace magic number with a named constant
` [PATCH 5/6] i.MX6: pci: Reconcile imx6_pcie_start_link with the kernel code
` [PATCH 6/6] i.MX6: pci: Avoid aborts when asserting PCIe reset

[PATCH 1/2] of: Add for_each_compatible_node_from iterator
 2016-01-07  7:34 UTC  (14+ messages)
` [PATCH 2/2] of: Add of_property_for_each_phandle() iterator
  ` [PATCH 1/2] OF: fix typo in for_each_compatible_node()
  ` [PATCH 2/2] OF: Fix fixups to fix Linux DT instead of Barebox DT

FIT support: node syntax
 2016-01-06 11:23 UTC 

[PATCH 1/2] readline: Fix potential buffer overflow
 2016-01-05  8:25 UTC  (2+ messages)
` [PATCH 2/2] readline: Fix potential buffer overflow in command history

[RFC 0/4] FIT Support
 2016-01-05  8:11 UTC  (7+ messages)
` [RFC 3/4] FIT: add FIT image support

Patchwork for Barebox
 2016-01-04 10:00 UTC  (3+ messages)

[PATCH 1/2] mtd: nand: Add erased page bitflip check helper functions
 2016-01-04  9:44 UTC  (3+ messages)
` [PATCH 2/2] mtd: gpmi: Add erased page bitflip correction

[RFC] device probe order
 2016-01-04  8:56 UTC  (12+ messages)

[PATCH 0/7] bcm283x: add support for raspberry pi 2
 2016-01-04  8:38 UTC  (9+ messages)
` [PATCH 1/7] memtest: fix missing arguments in help string
` [PATCH 2/7] led: add missing includes
` [PATCH 3/7] arm: bcm2835: fix indentation
` [PATCH 4/7] bcm2835: introduce mach-bcm283x
` [PATCH 5/7] bcm283x: mbox: align to cachesize
` [PATCH 6/7] rpi: sync revision detection with u-boot
` [PATCH 7/7] arm: bcm283x: add rpi2 support

You have received a new fax, document 00000317727
 2015-12-29 15:10 UTC 

[PATCH v2] GPIO: add Microchip MCP23017 / MCP23008 GPIO driver
 2015-12-21 11:19 UTC  (4+ messages)

[PATCH 1/4] partitions/efi: Add partuuid to partition description
 2015-12-18  7:32 UTC  (7+ messages)
` [PATCH 2/4] of_path: Fix bug with partitions, simply code
` [PATCH 3/4] environment: Support env from file in a file-system via device tree
` [PATCH 4/4] socfpga: Find partition with environment "

[PATCH 1/2] environment: Support env from file in a file-system via device tree
 2015-12-17 10:12 UTC  (5+ messages)

[PATCH] environment: allow saving of symbolic link changes
 2015-12-17  9:52 UTC  (2+ messages)

[PATCH v2 1/8] state framework enhancements
 2015-12-16 10:43 UTC  (7+ messages)
` [PATCH v2 1/8] of_path: of_find_path() factor out device detection logic into separate function
    ` [PATCH] of_path: Fix bug with partitions, simply code

[PATCH v2] Symlink support for devfs
 2015-12-16  9:47 UTC  (3+ messages)
` [PATCH 1/2] devfs: Add symlink support
` [PATCH 2/2] partition: Create links with partition names

[PATCH] imx-usb-loader: Add i.MX6ul support
 2015-12-16  8:46 UTC  (2+ messages)

[PATCH] socfpga: Find partition with environment via device tree
 2015-12-15  7:11 UTC  (6+ messages)

[PATCH 1/2] devfs: Add symlink support
 2015-12-14 18:44 UTC  (5+ messages)
` [PATCH 2/2] partition: Create links with partition names

[PATCH 1/7] hwclock command: use format like the Linux tool does
 2015-12-14 12:02 UTC  (9+ messages)
` [PATCH 2/7] hwclock command: forward return value of rtc_set_time
` [PATCH 3/7] rtc: Check time for validity before passing it to the rtc driver
` [PATCH 4/7] rtc: Fill in weekdays before setting time
` [PATCH 5/7] net: Add SNTP support
` [PATCH 6/7] hwclock: Allow to set hwclock from sntp
` [PATCH 7/7] rtc: Add Abracon driver

[PATCH] state: implement signed int support
 2015-12-14 11:47 UTC 

[PATCH] input: gpio-keys: implement debouncing
 2015-12-14 11:46 UTC 

[PATCH 1/4] net: dhcp: unify options and params
 2015-12-14 10:41 UTC  (4+ messages)
` [PATCH 2/4] net: dhcp: simplify dhcp_options_process
` [PATCH 3/4] net: dhcp: make unmodified variable const
` [PATCH 4/4] net: resolv: Make argument const

[PATCH] socfpga: Allow setting partition xloader boots from for mmc
 2015-12-14 10:33 UTC  (4+ messages)

[PATCH] cdev: When creating a new cdev, initialize device_node
 2015-12-14 10:25 UTC  (2+ messages)

[PATCH] bootstrap: Boot barebox with kernel calling convention
 2015-12-14 10:15 UTC  (3+ messages)

"make distclean" leaves a pile of arch/arm/dts/*.lzo files
 2015-12-11 11:43 UTC  (3+ messages)

[PATCH] bootstrap: constify strings
 2015-12-11  8:16 UTC  (2+ messages)

[RFC] iodevice support
 2015-12-11  7:37 UTC  (6+ messages)
` [PATCH 1/4] misc: Add "

Fix some gcc5 warnings
 2015-12-11  7:12 UTC  (6+ messages)
` [PATCH 1/3] ubiformat: fix the subpage size hint on the error path
` [PATCH 2/3] linux/barebox-wrapper: Silence gcc5 warning
` [PATCH 3/3] ARM: Omap3: Remove useless inline

[PATCH] ARM: i.MX6Q: Embedsky E9: Convert environment paths in DTS to a new bindings
 2015-12-11  7:06 UTC  (2+ messages)

[PATCH] Documentation: Document pstore/RAMOOPS
 2015-12-11  7:05 UTC  (2+ messages)

[PATCH 1/7] imx: ocotp: Add code to initialize 'cdev->device_node'
 2015-12-10 11:20 UTC  (3+ messages)
` [PATCH 5/7] commands: Add 'hwmon' command

[PATCH 1/2] partitions: UUID was missing from partitions by name
 2015-12-10  8:00 UTC  (4+ messages)
` [PATCH 2/2] partitions/efi: Add partuuid to partition description
  ` [PATCH 2/2 v2] "

Messed up commit in master
 2015-12-10  7:54 UTC  (2+ messages)

[PATCH 1/2] ARM: ccxmx53: properly guard initcall for multiimage
 2015-12-10  7:52 UTC  (3+ messages)
` [PATCH 2/2] MCI: init device_node for MCI mainarea cdev

[PATCH v2 0/9] RAMOOPS read support for Barebox
 2015-12-10  7:50 UTC  (5+ messages)
` [PATCH v2 9/9] fs: Add pstore filesystem

[RFC 0/9] ehci-hcd.c: make it works on big-endian mips (AR9331)
 2015-12-09 13:03 UTC  (9+ messages)
` [RFC 3/9] MIPS: add virt_to_phys() and phys_to_virt()

page:  |  | latest

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