mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/8] FIT: Add support for opening images without a /configuration/
 2018-01-31 11:11 UTC  (9+ messages)
` [PATCH 1/8] bootm: FIT: do not depend on FIT pre-opened images
` [PATCH 2/8] FIT: Do not pre-open images
` [PATCH 3/8] FIT: Let user specify the configuration to use
` [PATCH 4/8] FIT: store device_nodes in fit_handle
` [PATCH 5/8] FIT: move handle->verify check to fit_verify_hash()
` [PATCH 6/8] FIT: factor out some helper functions
` [PATCH 7/8] FIT: Implement opening images with no configuration
` [PATCH 8/8] FIT: Allow to open buffer as FIT image

[PATCH 0/3] of: Allow for const properties
 2018-01-31 11:04 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: do not dereference a device tree property directly
` [PATCH 2/3] of: Allow for const properties
` [PATCH 3/3] of: fdt: add of_unflatten_dtb_const

[PATCH] libfile: Make write_file buffer const
 2018-01-31  7:58 UTC 

[PATCH] net: phy: ar8327: fix ar8327n_reg_read
 2018-01-30 20:02 UTC 

[PATCH 1/2] net: designware: add missing headers
 2018-01-30 15:40 UTC  (2+ messages)
` [PATCH 2/2] reset: add missing stub for reset_control_get

[PATCH] doc: bcm283x: update documentation for Raspberry Pi
 2018-01-30 11:25 UTC 

[PATCH 00/10] HYP mode handling and RasPi 3 support
 2018-01-30 11:23 UTC  (12+ messages)
` [PATCH 01/10] ARM: import opcode helpers from Linux kernel
` [PATCH 02/10] ARM: safely switch from HYP to SVC mode if required
` [PATCH 03/10] ARM: allow secure monitor code to be built without PSCI
` [PATCH 04/10] ARM: add file for HYP mode related setup
` [PATCH 05/10] ARM: don't try to install secure monitor when entered in HYP mode
` [PATCH 06/10] ARM: default to starting kernel in HYP mode when entered in HYP
` [PATCH 07/10] ARM: install HYP vectors at PBL and Barebox entry
` [PATCH 08/10] ARM: rpi: add revision IDs for Pi 3 Model B and Pi Zero
` [PATCH 09/10] ARM: rpi: add raspberry pi 3 support
` [PATCH 10/10] ARM: rpi: autosize malloc area

[PATCH] rsa: Add missing newline to pr_err messages
 2018-01-30  8:47 UTC 

[PATCH 0/6] bbu: Make image pointer const
 2018-01-30  8:46 UTC  (7+ messages)
` [PATCH 1/6] bbu: imx-bbu-internal: Do not modify image
` [PATCH 2/6] bbu: imx-bbu-internal: make pointers to image const
` [PATCH 3/6] bbu: command: create temporary variable holding the pointer to the image
` [PATCH 4/6] bbu: Make pointer to image const
` [PATCH 5/6] usb: gadget: fastboot: allow data.image to be const
` [PATCH 6/6] ARM: am33xx: bbu: Make pointers to image const

[PATCH] imd: Make all pointers into image const
 2018-01-30  7:29 UTC 

[PATCH] ratp: remove unused context fields
 2018-01-30  7:13 UTC  (2+ messages)

[PATCH 1/3] commands: ubi: ubiupdatevol: Reduce error code to 0 or 1
 2018-01-30  7:13 UTC  (6+ messages)
` [PATCH 2/3] ARM: configs: am335x_defconfig: Reorder configs
` [PATCH 3/3] drivers: mtd: nand: omap: Return stat value

[PATCH] ratp: remove unused list pointer from ratp_bb_pkt
 2018-01-30  6:59 UTC  (2+ messages)

[PATCH] ratp: move barebox-specific command to ratp_bb.h
 2018-01-30  6:58 UTC  (2+ messages)

[PATCH] ratp: rename global context variable
 2018-01-30  6:57 UTC  (2+ messages)

[PATCH] of: base: fix segfault in of_get_machine_compatible()
 2018-01-30  6:56 UTC  (2+ messages)

[PATCH] bbremote: rename command subparser variables
 2018-01-30  6:55 UTC  (2+ messages)

[PATCH v3 1/5] net/e1000: remove one level of indentation
 2018-01-30  6:54 UTC  (6+ messages)
` [PATCH v3 2/5] net/e1000: use correct bit for flash detection
` [PATCH v3 3/5] net/e1000: EEPROM isn't valid if only iNVM is available
` [PATCH v3 4/5] net/e1000: don't check EEPROM signature if populated from iNVM
` [PATCH v3 5/5] net/e1000: don't register EERPOM device if the content is invalid

[PATCH] fs: Fix memory leak in mount()
 2018-01-29 19:05 UTC  (4+ messages)

[PATCH v3 0/3] sandbox: add gpio support with libftdi1
 2018-01-29  7:28 UTC  (8+ messages)
` [PATCH v3 1/3] sandbox: avoid symbol conflict for {open, read, close}dir
` [PATCH v3 2/3] sandbox: add gpio support with libftdi1
` [PATCH v3 3/3] sandbox: add i2c and spi libftdi1 bit-bang example

[PATCH 0/2] Make finding fixup nodes more robust
 2018-01-26 21:36 UTC  (5+ messages)
` [PATCH 1/2] of: Add function to find the same node in another tree
` [PATCH 2/2] of: mtd: partition: Use reproducible node names for fixup

[PATCH] bootargs: Fix memory leak in linux_bootargs_get()
 2018-01-26 20:57 UTC 

[PATCH 0/7] Make TFTP detection more convenient
 2018-01-25  7:46 UTC  (13+ messages)
` [PATCH 1/7] startup: create /tmp
` [PATCH 2/7] fs: implement is_tftp_fs()
` [PATCH 3/7] libfile: implement make_temp
` [PATCH 4/7] libfile: implement a function to cache a file
` [PATCH 5/7] uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaround
` [PATCH 6/7] fs/uimagefs: "
` [PATCH 7/7] fs: remove now unused function can_lseek_backward()

[PATCH v2 0/8] Make TFTP detection more convenient
 2018-01-25  7:45 UTC  (9+ messages)
` [PATCH 1/8] startup: create /tmp
` [PATCH 2/8] fs: implement is_tftp_fs()
` [PATCH 3/8] libfile: implement make_temp
` [PATCH 4/8] libfile: implement a function to cache a file
` [PATCH 5/8] uimage: fix memory leak in error path
` [PATCH 6/8] uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaround
` [PATCH 7/8] fs/uimagefs: "
` [PATCH 8/8] fs: remove now unused function can_lseek_backward()

[PATCH 1/3] net/e1000: use correct bit to check for flash presence
 2018-01-25  7:21 UTC  (4+ messages)
` [PATCH 2/3] net/e1000: mark EEPROM as invalid if external flash is absent
` [PATCH 3/3] net/e1000: don't check EEPROM signature if populated from iNVM

[PATCH] commands/Kconfig: fix copy'n'paste error in CMD_GPIO help
 2018-01-25  7:20 UTC  (2+ messages)

[PATCH v2] net: phy: scan PHYs referenced by phandle
 2018-01-25  7:20 UTC  (2+ messages)

[PATCH] at91sam9x5ek: Add appropriate compatibility guards to all initcalls
 2018-01-25  7:17 UTC  (2+ messages)

[PATCH] i2c: read/write_reg: don't assume client->dev to be valid
 2018-01-25  7:15 UTC  (2+ messages)

[PATCH] sandbox: use 'poweroff' command for exit
 2018-01-25  7:14 UTC  (5+ messages)

[PATCH] net/e1000: init eeprom word size if only iNVM is found
 2018-01-24 10:34 UTC  (2+ messages)

[PATCH v2 1/2] mci: drop unused parameter from mci_switch()
 2018-01-22  8:48 UTC  (4+ messages)
` [PATCH v2 2/2] mci: implement command to switch a mmc device to enhanced mode

v2018.01.0
 2018-01-22  8:43 UTC 

[PATCH] commands/Kconfig: Fix tpyo
 2018-01-22  8:32 UTC  (2+ messages)

[PATCH v2] state: Documentation: fix typo
 2018-01-22  7:37 UTC 

[PATCH] state: Documentation: fix typo
 2018-01-22  7:37 UTC  (4+ messages)

[PATCH] Documentation: Bootchooser: fix typo
 2018-01-22  7:28 UTC  (2+ messages)

[PATCH] blspec: fix crash when trying to boot from loop mounts
 2018-01-22  7:27 UTC  (2+ messages)

[PATCH] partitions: dos: Treat all extended partition types equally
 2018-01-22  7:26 UTC  (2+ messages)

[PATCH 1/2] mci: drop unused parameter from mci_switch()
 2018-01-19 13:26 UTC  (3+ messages)
` [PATCH 2/2] mci: implement command to switch a mmc device to enhanced mode

[PATCH v2 0/7] sandbox: add gpio support with libftdi1
 2018-01-19 11:39 UTC  (16+ messages)
` [PATCH v2 1/7] sandbox: avoid symbol conflict for {open, read, close}dir
` [PATCH v2 2/7] sandbox: add gpio support with libftdi1
` [PATCH v2 3/7] sandbox: add i2c and spi libftdi1 bit-bang example
` [PATCH v2 4/7] move parseopt to lib/
` [PATCH v2 5/7] include/parseopt.h: add guard macro
` [PATCH v2 6/7] parseopt: introduce parseopt_u16() and parseopt_str()
` [PATCH v2 7/7] sandbox: parse libftdi options

[PATCH] FIT: export fit_open_configuration() and fit_open_image()
 2018-01-18 12:54 UTC 

[PATCH] FIT: Fix error path
 2018-01-17 13:22 UTC 

[PATCH v3 0/3] Enable DT support for AT91SAM9263EK
 2018-01-17 10:07 UTC  (5+ messages)
` [PATCH v3 1/3] arm: at91: move irq_fixup to header file
` [PATCH v3 2/3] arm: at91: simplify soc setup
` [PATCH v3 3/3] at91sam9263ek: enable DT support

command: hashsum: md5sum reports wrong sum for the file named 4k.bin
 2018-01-17  9:31 UTC  (9+ messages)
` [PATCH] lib: parse_area_spec: don't modify *start and *size values if parse failed
    ` [PATCH v2 1/3] lib: parse_area_spec: don't modify *start value "
      ` [PATCH v2 2/3] lib: parse_area_spec: part of the area spec after -/+ should start with a digit
      ` [PATCH v2 3/3] lib: parse_area_spec: no extra symbols after area spec are allowed except for spaces

[PATCH 1/2] common: state: Add property to protect existing data
 2018-01-17  8:58 UTC  (3+ messages)

[PATCH] of: base: use root_node compatible as suggestion for a hostname
 2018-01-17  8:20 UTC  (2+ messages)

[PATCH] atmel_lcdfb: introduce driver data
 2018-01-17  8:06 UTC  (4+ messages)

[PATCH] net/e1000: fix driver probing in the presence of two e1000 devices
 2018-01-17  8:03 UTC  (2+ messages)

Barebox device tree overlay support
 2018-01-12 10:14 UTC  (4+ messages)

fastboot sparse support
 2018-01-12  8:03 UTC  (7+ messages)
` [PATCH 1/7] fs: implement ftruncate
` [PATCH 2/7] ubiformat: Add ubiformat write function
` [PATCH 4/7] filetype: Add fastboot sparse format detection
` [PATCH 6/7] file_list: Add ubi flag
` [PATCH 7/7] usb: gadget: fastboot: Add sparse image support
  ` [PATCH] "

[PATCH] Revert "mci: imx-esdhc: Enable clock"
 2018-01-11  8:44 UTC  (2+ messages)

[PATCH] i.MX: Select DRIVER_SPI_IMX_2_3 for i.MX7
 2018-01-11  8:44 UTC  (2+ messages)

[PATCH] i.MX: ecspi: Enable imx->clk as a part of initialization
 2018-01-11  8:44 UTC  (2+ messages)

[PATCH 1/2] i.MX: Fix MX7_UART2_BASE_ADDR
 2018-01-11  8:43 UTC  (2+ messages)

[PATCH] Kconfig: drop unused HAS_POWEROFF
 2018-01-11  8:42 UTC  (2+ messages)

[PATCH] reset: reset-socfpga: sync driver with linux
 2018-01-11  8:42 UTC  (2+ messages)

[PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments
 2018-01-11  8:36 UTC  (2+ messages)

[PATCH 1/4] net: designware: move probe to generic driver
 2018-01-11  8:34 UTC  (2+ messages)

[PATCH] i2c: designware: evaluate i2c-sda-hold-time property
 2018-01-11  8:16 UTC  (2+ messages)

[PATCH] ARM: i.MX6: add new silicon revision number 1.6
 2018-01-11  7:50 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