mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] mtd: spi-nor: cadence: change devicetree bindings to upstream
 2017-04-18 14:46 UTC  (2+ messages)
` [PATCH 2/2] ARM: socfpga: dtsi: use upstream node

Bootchooser with State Framework and dtb has permanently rebooting
 2017-04-18 13:30 UTC  (2+ messages)

[PATCH v2] mci: add Marvell Dove SDHCI driver
 2017-04-18  9:15 UTC 

How to change filesystem size of root
 2017-04-17 13:44 UTC  (2+ messages)

[PATCH 0/2] of: base: some simplifications
 2017-04-17 10:42 UTC  (3+ messages)
` [PATCH 1/2] of: base: exclude memcpy-like code from of_property_write_u8_array()
` [PATCH 2/2] of: base: of_new_property(): use xstrdup() instead of strdup()

Linking issue with ld.bfd 2.28.0.20170307
 2017-04-17  5:35 UTC  (2+ messages)

[PATCH 00/14] AT91, at91sam9x5ek updates (part III/III)
 2017-04-16  8:24 UTC  (3+ messages)
` [PATCH 01/14] at91sam9x5ek: Convert to mult-image build

[PATCH v2 00/11] AT91, at91sam9x5ek updates (part II/III)
 2017-04-15 21:50 UTC  (2+ messages)

State patches
 2017-04-15  8:53 UTC  (47+ messages)
` [PATCH 01/42] state: Make pointing to the backend using a phandle the only supported method
` [PATCH 02/42] state: Use positive logic
` [PATCH 03/42] state: backend: remove .get_packed_len
` [PATCH 04/42] state: backend: remove len_hint argument from state_storage_read
` [PATCH 05/42] state: Drop backend as extra struct type
` [PATCH 06/42] state: merge backend.c into state.c
` [PATCH 07/42] state: open code state_backend_init in caller
` [PATCH 08/42] state: remove unnecessary argument from state_format_init
` [PATCH 09/42] state: pass struct state * to storage functions
` [PATCH 10/42] state: storage: initialize variable once outside loop
` [PATCH 11/42] state: backend_circular: Read whole PEB
` [PATCH 12/42] state: drop lazy_init
` [PATCH 13/42] state: simplify direct backend
` [PATCH 14/42] state: replace len_hint logic
` [PATCH 15/42] state: Convert all bufs to void *
` [PATCH 16/42] state: Drop cache bucket
` [PATCH 17/42] state: backend-direct: Fix max_size
` [PATCH 18/42] state: bucket: Make output more informative
` [PATCH 19/42] state: backend_bucket_direct: max_size is always given
` [PATCH 20/42] state: backend: Add more fields to struct state_backend_storage
` [PATCH 21/42] state: backend_circular: remove unnecessary warning
` [PATCH 22/42] state: storage: direct: do not close file that is not opened
` [PATCH 23/42] state: backend: Add some documentation
` [PATCH 24/42] state: backend_circular: default to circular storage
` [PATCH 25/42] state: backend_circular: rewrite function doc
` [PATCH 26/42] state: backend_storage: Rename variable nr_copies to n_buckets
` [PATCH 27/42] state: backend_storage: Rename variable desired_copies to desired_buckets
` [PATCH 28/42] state: backend_storage: rewrite function doc
` [PATCH 29/42] state: backend_storage: make locally used variable static
` [PATCH 30/42] state: backend_storage: rename more variables
` [PATCH 31/42] keystore: implement forgetting secrets
` [PATCH 32/42] commands: implement keystore command
` [PATCH 33/42] commands: state: allow loading state with -l
` [PATCH 34/42] crypto: digest: initialize earlier
` [PATCH 35/42] state: backend_raw: alloc digest only when needed
` [PATCH 36/42] state: backend_circular: Set minumum writesize to 8
` [PATCH 37/42] state: backend bucket circular: Explain metadata
` [PATCH 38/42] state: Allow to load without authentification
` [PATCH 39/42] state: Update documentation
` [PATCH 40/42] state: Do not load state during state_new_from_node
` [PATCH 41/42] state: Remove -EUCLEAN check from userspace tool
` [PATCH 42/42] state: find device node from device path, not from device node path

[PATCH 1/2] lib/strtox: whitespace cleanup
 2017-04-15  8:24 UTC  (4+ messages)
` [PATCH 2/2] lib/strtox: remove unnecessary islower()

How to change filesystem size of root
 2017-04-15  6:34 UTC  (3+ messages)

[PATCH] mtd: nand_omap_gpmc: fix BCH error correction
 2017-04-14 18:32 UTC 

[PATCH] mtd: nand_omap_gpmc: fix BCH error correction
 2017-04-14 18:29 UTC 

cp: incorrect behaviour when copying recursively
 2017-04-14 10:10 UTC 

[PATCH v1] mci: add Marvell Dove SDHCI driver
 2017-04-13 10:14 UTC  (3+ messages)

gpio-keys on barebox 2015.11
 2017-04-12 15:35 UTC 

[PATCH 1/3] common: bootchooser: add dependencies
 2017-04-12 13:35 UTC  (3+ messages)
` [PATCH 2/3] mtd: of: only add partition layout param when GLOBAL support is enabled
` [PATCH 3/3] ARM: imx: HAB needs fuse driver support

[PATCH] drivers: video: drop unused of_display_timings_exist()
 2017-04-12 10:22 UTC  (2+ messages)

[PATCH] xfuncs: Be more informative when out of memory panic occurs
 2017-04-12 10:19 UTC 

[PATCH 1/2] of: use of_property_read_bool where appropriate
 2017-04-12 10:13 UTC  (2+ messages)
` [PATCH 2/2] of: of_net: use a loop

[PATCH] usb: gadget: fastboot: delete temporary file
 2017-04-12 10:10 UTC 

[PATCH] ARM: i.MX6: add Technexion Pico Hobbit support
 2017-04-12 10:04 UTC  (5+ messages)

[PATCH] ARM: phytec-som-imx6: the ethernet clocks get enabled by fec_imx
 2017-04-12  9:26 UTC 

[PATCH] ARM: mx6sx-sabresdb: the ethernet clocks get enabled by fec_imx
 2017-04-12  9:25 UTC 

improve device parameter types
 2017-04-11  6:42 UTC  (13+ messages)
` [PATCH 01/10] ARM: socfpga: change param_type struct name
` [PATCH 02/10] parameter: Give device parameters types
` [PATCH 03/10] lib: implement simple_strtoll
` [PATCH 04/10] console: Use dev_add_param_string
` [PATCH 05/10] mtd: nand: use dev_add_param_enum
` [PATCH 06/10] mtd: use dev_add_param_string
` [PATCH 07/10] net: "
` [PATCH 08/10] param: make parameter functions more consistent
` [PATCH 09/10] globalvar: make globalvar "
` [PATCH 10/10] param: remove unnecessary device_d * argument

[PATCH] scripts: mkmakefile: apply changes from Linux kernel
 2017-04-11  6:23 UTC  (3+ messages)

[PATCH v2] ARM: i.MX6: add Technexion Pico Hobbit support
 2017-04-10 21:56 UTC 

[PATCH] ARM: imx6: add Hummingboard2 support
 2017-04-10  5:38 UTC  (2+ messages)

[PATCH] gui: image_renderer: fix "no previous prototype for 'squashfs_set_rootarg'" warning
 2017-04-10  5:35 UTC  (2+ messages)

v2017.04.0
 2017-04-07  7:28 UTC 

[PATCH 1/3] globalvar: remove unused globalvar_add()
 2017-04-07  6:59 UTC  (3+ messages)
` [PATCH 2/3] nv: Do not create globalvars from nvvars
` [PATCH 3/3] globalvar: remove code for unqualified globalvars

[PATCH] nvvar: Fix creation without value
 2017-04-07  6:30 UTC 

Directory mirroring
 2017-04-06 11:13 UTC  (3+ messages)

[PATCH] new make helper to decode binaries using base64
 2017-04-06  9:44 UTC 

[PATCH 1/4] boot: Allow to register boot entry providers
 2017-04-06  8:49 UTC  (4+ messages)
` [PATCH 2/4] blspec: register as bootentry provider
` [PATCH 3/4] bootchooser: "
` [PATCH 4/4] bootchooser: export bootchooser_boot

[PATCH] usb: uhci-hcd: fix uhci_alloc_int_td()
 2017-04-06  7:04 UTC  (4+ messages)

[PATCH] sandbox_defconfig: enable squashfs support
 2017-04-06  7:01 UTC  (2+ messages)

[PATCH] commands: digest: show area info only if necessary
 2017-04-06  7:00 UTC  (2+ messages)

[PATCH v2] usb: gadget: set otg to peripheral mode on autostart
 2017-04-06  6:51 UTC  (2+ messages)

[PATCH 0/7] SoCFPGA: add support for Arria10
 2017-04-05 18:55 UTC  (12+ messages)
` [PATCH 1/7] ARM: socfpga: rename socfpga->cyclone5
` [PATCH 2/7] clk: socfpga: move driver to subdirectory
` [PATCH 3/7] net: designware: add dwmac-3.72a compatible
` [PATCH 4/7] ARM: socfpga: add arria10 support
` [PATCH 5/7] clk: socfpga: add arria10 clk drivers
` [PATCH 6/7] ARM: socfpga: add support for reflex achilles board
` [PATCH 7/7] ARM: socfpga: add arria10 defconfig

[PATCH v1] mtd: ubi: add ubi_attach_mtd_path function
 2017-04-05  7:11 UTC 

State Framework and dtb
 2017-04-05  6:01 UTC  (17+ messages)

[PATCH] openrisc: fix call to restart_handler_register_fn
 2017-04-04  6:46 UTC  (4+ messages)

[PATCH v1] i.MX: hab: fix compile after define renames
 2017-04-04  6:45 UTC  (2+ messages)

[PATCH] state: remove unused variable type
 2017-04-04  6:39 UTC 

[PATCH] global command: print info about variables
 2017-04-04  6:38 UTC 

[PATCH v1] usb: gadget: set otg to peripheral mode on autostart
 2017-04-03  6:04 UTC  (2+ messages)

OF partitions rework
 2017-03-31  8:46 UTC  (16+ messages)
` [PATCH 01/14] of: Add of_property_write_string()
` [PATCH 02/14] treewide: Use of_property_write_string() where appropriate
` [PATCH 03/14] of: partition: Move of_mtd_fixup to drivers/of/
` [PATCH 04/14] mtd: of: Make used partition binding configurable
` [PATCH 05/14] of: partition: support 64bit partition sizes
` [PATCH 06/14] mtd: partition: set cdev->offset to the actual offset
` [PATCH 07/14] cdev: Collect partitions on list
` [PATCH 08/14] of: partition: Make partition fixup independent from mtd devices
` [PATCH 09/14] fs: devfs-core: remove unused code
` [PATCH 10/14] fs: devfs-core: replace DEVFS_PARTITION_FIXED flag with pointer to the master cdev
` [PATCH 11/14] of: partition: only create partition node when partitions exist
` [PATCH 12/14] of: partitions: flag partitions from a partition table
` [PATCH 13/14] of: partition: Register the of partition fixup for of partition users
` [PATCH 14/14] of: of_path: add of_find_node_by_devpath()

[PATCH 0/2] Watchdog support for mvebu Armada XP
 2017-03-31  6:09 UTC  (5+ messages)
` [PATCH 1/2] clocksource: mvebu: don't request the used iomem resource
` [PATCH 2/2] watchdog: new driver for Armada XP

[PATCH v3] bootm: fit: support multiple configuration nodes
 2017-03-31  5:56 UTC  (2+ messages)

[PATCH v4 0/4] upstream nvmem patches
 2017-03-29  7:40 UTC  (2+ messages)

[PATCH v1 1/2] usb: gadget: start usbgadget automatically
 2017-03-29  7:29 UTC  (2+ messages)

[PATCH 1/3] ARM: i.MX50: Add imx50.dtsi as workaround
 2017-03-29  7:18 UTC  (3+ messages)
` [PATCH 3/3] ARM i.MX50: Add support for i.MX50 based Amazon Kindle e-book readers

[PATCH v2] bootm: fit: support multiple configuration nodes
 2017-03-29  6:54 UTC  (2+ messages)

[PATCH] console: fix usbserial re-connect
 2017-03-29  6:51 UTC  (2+ messages)

[PATCH] console: console_get_by_name: do not strcmp NULL
 2017-03-29  6:50 UTC  (2+ messages)

[PATCH] ARM Kindle3 defconfig: add clock manipulation command
 2017-03-29  6:43 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