mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/20] Vybrid support in Barebox
 2016-10-03 14:40 UTC  (21+ messages)
` [PATCH 01/20] i.MX: Add primitive functions for VF610 family
` [PATCH 02/20] i.MX: Add DEBUG_LL hooks for VF610
` [PATCH 03/20] i.MX: scripts: Add "vf610" soc to imx-image
` [PATCH 04/20] i.MX: Add support for VF610 Tower board
` [PATCH 05/20] i.MX: Add pinctrl driver for VF610
` [PATCH 06/20] clk: Port clock dependency resolution code
` [PATCH 07/20] clk: Port of_clk_set_defautls()
` [PATCH 08/20] i.MX: clk: Port imx_clk_gate2_cgr()
` [PATCH 09/20] i.MX: clk: Add IMX_PLLV3_USB_VF610 support
` [PATCH 10/20] i.MX: clk: Port imx_check_clocks() and imx_obtain_fixed_clock()
` [PATCH 11/20] i.MX: Add VF610 clock tree initialization code
` [PATCH 12/20] vf610: Give enet_osc explicit "enet_ext" name
` [PATCH 13/20] i.MX: Add 'lpuart' serial driver
` [PATCH 14/20] i.MX: i2c-imx: Add Vybrid support
` [PATCH 15/20] i.MX: esdhc: Do not rely on CPU type for quirks
` [PATCH 16/20] i.MX: Kconfig: Enable OCOTP on Vybrid
` [PATCH 17/20] i.MX: ocotp: Remove unused #define
` [PATCH 18/20] i.MX: ocotp: Account for shadow memory gaps
` [PATCH 19/20] i.MX: ocotp: Add Vybrid support
` [PATCH 20/20] imx-esdhc: Request "per" clock explicitly

[PATCH] sandbox: Makefile: drop unused SUBARCH stuff
 2016-10-03 11:56 UTC 

[PATCH] net/phy: marvell: fix error handling
 2016-09-30 20:10 UTC 

[PATCH 0/2] H100 support
 2016-09-30 16:04 UTC  (3+ messages)
` [PATCH 1/2] ARM: microsom: use imx6q_barebox_entry
` [PATCH 2/2] ARM: imx6: add support for Auvidea H100

[PATCH 01/10] serial: arm_dcc: depend on !CPU_V8
 2016-09-30 10:36 UTC  (10+ messages)
` [PATCH 02/10] mfd: syscon: drop EXPORT_SYMBOL for static function
` [PATCH 03/10] video: tc358767: depend on EDID helpers
` [PATCH 04/10] arm64: select ARM_EXCEPTIONS
` [PATCH 05/10] arm(64): move HAS_DMA and HAS_MODULES to CPU_32
` [PATCH 06/10] arm(64): don't advertise stack_dumping capabilities for ARM64
` [PATCH 07/10] arm: semihosting support is not implemented "
` [PATCH 08/10] arm64: include correct setupc file in ARM64 PBL
` [PATCH 09/10] arm64: drop unneeded files from Makefile
` [PATCH 10/10] arm64: don't allow to build relocatable image

[PATCH 1/2] i.MX: Introduce imx6_cpu_revision()
 2016-09-29 22:21 UTC  (2+ messages)
` [PATCH 2/2] i.MX: Register imx6_fixup_cpus() for MX6Q+ as well

[PATCH 1/9] usb: Use standard debug macro
 2016-09-29 12:39 UTC  (9+ messages)
` [PATCH 2/9] usb: Add usb phy to usb host
` [PATCH 3/9] usb: ehci: forward phy given in registration data to host
` [PATCH 4/9] usb: imx-usb-phy: Drop unnecessary read/modify/write
` [PATCH 5/9] phy: Introduce of_phy_get_by_phandle
` [PATCH 6/9] phy: Introduce to_usbphy conversion function
` [PATCH 7/9] phy: Add usb-nop-xceiv support
` [PATCH 8/9] usb: imx-us-phy: Convert driver to generic phy support
` [PATCH 9/9] usb: imx-us-phy: implement notify_(dis)concect

[PATCH] pinctrl: mvebu: add newline to error message
 2016-09-28 19:51 UTC 

[PATCH 0/7] scripts: kwboot: various improvements
 2016-09-28 18:50 UTC  (8+ messages)
` [PATCH 1/7] scripts: kwboot: try to resync on packet boundary after receiving a NAK
` [PATCH 2/7] scripts: kwboot: flush input and output only once
` [PATCH 3/7] scripts: kwboot: improve diagnostic output
` [PATCH 4/7] scripts: kwboot: shorten delay between two boot messages
` [PATCH 5/7] scripts: kwboot: simplify kwboot_mmap_image
` [PATCH 6/7] scripts: kwboot: set boot source to UART before sending
` [PATCH 7/7] images: mvebu: don't generate uart images

[PATCH 1/2] Add comp_copy function for use with CONFIG_IMAGE_COMPRESSION_NONE
 2016-09-28  8:37 UTC  (6+ messages)
` [PATCH 2/2] ARM: Fix calling of arm_mem_barebox_image()

[PATCH] blspec: fix return value of entry_is_of_compatible()
 2016-09-28  6:29 UTC  (2+ messages)

[PATCH 1/2] defaultenv: add defaultenv-1 in boards via defaultenv_append_directory()
 2016-09-27 14:16 UTC  (2+ messages)
` [PATCH 2/2] Make generic default environment type a use choice

[PATCH 1/2] mfd: syscon: fix exported symbol name
 2016-09-27 10:24 UTC  (4+ messages)
` [PATCH 2/2] serial: arm_dcc: depend on !CPU_V8

[PATCH] blspec: fix typo
 2016-09-27  7:33 UTC 

[PATCH 0/2] added support for renaming UBI volumes
 2016-09-27  6:23 UTC  (14+ messages)
` [PATCH 1/2] mtd: UBI: add support (ioctl) for renaming ubi volumes
` [PATCH 2/2] commands: ubi: added the new command 'ubirename' to rename "
    ` [PATCH 0/2] mtd: ubi: implement the new command 'ubirename'
    ` [PATCH 1/2] mtd: ubi: add API call to rename volumes
    ` [PATCH 2/2] mtd: ubi: commands: added the new command 'ubirename'
        ` [PATCH 0/2 (try 2)] mtd: ubi: implement "
  ` Aw: Re: [PATCH 2/2] commands: ubi: added the new command 'ubirename' to rename ubi volumes
    `  "

[PATCH] blspec: fix erroneus free in entry_is_of_compatible()
 2016-09-27  6:22 UTC  (2+ messages)

[PATCH 1/2] firmware: altera-serial: Make the driver match the dt binding documentation
 2016-09-27  6:10 UTC  (4+ messages)
` [PATCH 2/2] firmware: altera-serial: simplify handling of optional gpio

[PATCH/RFT] scripts: kwboot: improve reliability on Armada XP
 2016-09-26 11:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Documentation: clarify that patches should target the master branch
 2016-09-26  6:06 UTC  (2+ messages)

[PATCH] environment: "wrong magic" give the impression of an error
 2016-09-26  6:05 UTC  (4+ messages)
  ` [PATCH v2] environment: "wrong magic" gives "

[PATCH 1/3] nand: denali: use correct interrupts in read_page
 2016-09-26  6:03 UTC  (4+ messages)
` [PATCH 2/3] nand: denali: use is_timeout in while loop
` [PATCH 3/3] nand: denali: get rid of compile-time debug information

[PATCH 1/3] reset: import socfpga-reset driver from linux
 2016-09-26  6:01 UTC  (5+ messages)
` [PATCH 2/3] watchdog: add designware driver
` [PATCH 3/3] ARM: socfpga: dtsi: add dw-wdt reset lines

[PATCH] Documentation: clarify "ioe" for netconsole
 2016-09-24 19:01 UTC  (2+ messages)

[PATCH] boot: add framework for redundant boot scenarios
 2016-09-22  9:14 UTC 

[PATCH 1/2] param: introduce param_bitmask
 2016-09-22  9:14 UTC  (2+ messages)
` [PATCH 2/2] globalvar: introduce globalvar_add_simple_bitmask

[PATCH 1/2] nv: Allow full variable name in nvvar_add
 2016-09-22  9:13 UTC  (2+ messages)
` [PATCH 2/2] globalvar: Allow full variable name in globalvar_add

[PATCH 1/4] globalvar: Allow to remove multiple globalvars using wildcards
 2016-09-22  8:11 UTC  (4+ messages)
` [PATCH 2/4] global: Make 'global' command behaviour consistent to 'nv'
` [PATCH 3/4] nv: simplify nvvar_add
` [PATCH 4/4] globalvar: Also create globalvars from for nonvolatile device vars

[PATCH] nv: Fix variable removal in nvvar_save()
 2016-09-22  8:10 UTC 

Add and use function API for UBI
 2016-09-22  7:49 UTC  (5+ messages)
` [PATCH 1/4] mtd: ubi: Add API calls to create/remove volumes
` [PATCH 2/4] mtd: ubi: introduce barebox specific ioctl to get ubi_num
` [PATCH 3/4] mtd: ubi: commands: use function API to access ubi volumes
` [PATCH 4/4] mtd: ubi: remove now unused ioctls

How to port brcmnand Linux driver?
 2016-09-21 15:09 UTC  (3+ messages)

[PATCH 0/2] Auto-append ip= option for NFS boot with appendrot
 2016-09-21  8:33 UTC  (5+ messages)
` [PATCH 1/2] net: add linux.bootarg parameter from ifup call
` [PATCH 2/2] fs: nfs: pick up network interface bootargs parameter

[PATCH] Documentation: imd: fix sphinx warning
 2016-09-21  8:12 UTC  (2+ messages)

[PATCH 1/3] ARM: i.MX6: remove duplicate clock initialization
 2016-09-21  8:12 UTC  (4+ messages)
` [PATCH 2/3] ARM: i.MX6: fix clock gating
` [PATCH 3/3] ARM: i.MX6: gate PCIe when unused

[PATCH] strings: new command
 2016-09-21  8:09 UTC  (3+ messages)

[PATCH v2 1/3] state: copy backend of_path string
 2016-09-21  7:52 UTC  (6+ messages)
` [PATCH v2 2/3] state: don't keep pointers to device tree nodes
` [PATCH v2 3/3] state: fix finding the correct parent node

[PATCH 1/2] globalvar: Move static inline functions to common/
 2016-09-20 14:26 UTC  (2+ messages)
` [PATCH 2/2] globalvar: sync with nvvars

[PATCH 1/3] state: Add state to state_variable
 2016-09-20  8:30 UTC  (3+ messages)
` [PATCH 2/3] state: make locally used function static
` [PATCH 3/3] state: consistently pass one type as private data to dev_add_param_*

[PATCH] mtd: make sure address-cells/size-cells are set when adding partition nodes
 2016-09-19 10:55 UTC  (3+ messages)

[PATCH 1/3] ARM: imx6: split out IPU QoS setup
 2016-09-16  7:47 UTC  (4+ messages)
` [PATCH 2/3] ARM: imx6: don't execute IPU QoS setup on MX6 SX/SL
` [PATCH 3/3] ARM: imx6qp: set NoC regulator to bypass

[PATCH] commands: exit on invalid option
 2016-09-16  7:37 UTC  (2+ messages)

[PATCH 0/4] Some updates for arm/mvebu
 2016-09-16  7:35 UTC  (6+ messages)
` [PATCH 1/4] ARM: mvebu_defconfig: oldconfig
` [PATCH 2/4] ARM: mvebu_defconfig: enable all machines, AEABI, nand and net driver
` [PATCH 3/4] ARM: mvebu: select HAVE_DEFAULT_ENVIRONMENT_NEW
` [PATCH 4/4] net: mvneta: clean txdesc before usage

Aw: Re: errors copying UBI volumes
 2016-09-15 11:57 UTC  (3+ messages)
`  "
` Aw: "

[PATCH 1/2] vsprintf: Add support for printing ipv4 addresses with %pI4
 2016-09-15 10:52 UTC  (2+ messages)
` [PATCH 2/2] convert users to %pI4

[PATCH 1/2] state: don't keep pointers to any device tree data
 2016-09-15  9:06 UTC  (4+ messages)
` [PATCH 2/2] state: fix finding the correct parent node

[PATCH] ARM: imx6: reset PLL2's PFD2 on i.MX6D
 2016-09-15  8:01 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 01/12] ARM: i.MX53: Add uart5 clock support
 2016-09-15  8:00 UTC  (14+ messages)
` [PATCH 02/12] ARM: i.MX53 Vincell: Reset phy consistently from device tree
` [PATCH 03/12] ARM: i.MX53 Vincell: Adjust bbu handler partition size to real partition size
` [PATCH 04/12] ARM: i.MX53 Vincell: Add PBL console support
` [PATCH 05/12] ARM: i.MX53: do not pass base address to imx*_boot_save_loc
` [PATCH 06/12] ARM: i.MX: Provide bootsource functions for early boot code
` [PATCH 07/12] ARM: i.MX53: Detect booting from USB
` [PATCH 08/12] mtd: imx-nand: Move v3 register definitions to include file
` [PATCH 09/12] ARM: i.MX53: Implement NAND xload
` [PATCH 10/12] ARM: i.MX53 Vincell: Add NAND xload support
` [PATCH 11/12] ARM: imx_v7_defconfig: Enable Vincell support
` [PATCH 12/12] ARM: vincell_defconfig: make smaller

errors copying UBI volumes
 2016-09-15  7:56 UTC  (3+ messages)

[PATCH 1/2] pbl: console: Make it work with multiple setup_c()
 2016-09-15  7:25 UTC  (3+ messages)

[PATCH 1/6] ARM: add common definitions for i.MX50 SOC
 2016-09-14 13:07 UTC  (6+ messages)

[PATCH] ARM: i.MX6: Enable parent propagation for clk_gate2
 2016-09-14 12:46 UTC  (3+ 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