mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] mmc: atmel: Make write work on sama5d3
 2018-11-02  9:11 UTC 

[PATCH] Add initial support for the EVB-KSZ9477 eval board
 2018-11-02  9:07 UTC 

[PATCH] net: macb: Add compatible for atmel,sama5d3-gem
 2018-11-02  9:06 UTC 

[PATCH] pinctrl: at91: Do not print registration messages
 2018-11-02  7:27 UTC 

[PATCH 1/4] net: macb: no need for coherent memory for receive buffer
 2018-11-02  7:26 UTC  (4+ messages)
` [PATCH 2/4] net: macb: remove unused variable
` [PATCH 3/4] net: macb: simplify private data allocation
` [PATCH 4/4] net: macb: add remove callback

[PATCH 1/4] ARM: rdu2: config PMIC SW1AB and SW1C rails to 1.375
 2018-11-02  6:35 UTC  (5+ messages)
` [PATCH 2/4] ARM: rdu2: configure the USB port as OTG
` [PATCH 3/4] ARM: rdu2: program e1000 iNVM
` [PATCH 4/4] ARM: rdu2: fix warnings in Barebox internal DT

[PATCH] net: designware: look for a child device node for MDIO bus
 2018-11-02  6:32 UTC  (2+ messages)

[PATCH] Display barebox instead of kernel in build message
 2018-11-02  6:28 UTC  (2+ messages)

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

common/ddr_spd.c:281:28: warning: bitwise comparison always evaluates to false
 2018-11-01 10:52 UTC 

[PATCH 00/16] NAND update (1st step)
 2018-10-30  9:07 UTC  (20+ messages)
` [PATCH 01/16] mtd: nand: refactor chip->block_markbad interface
` [PATCH 02/16] mtd: nand: remove multiplied-by-2 block logic
` [PATCH 03/16] mtd: nand: hide in-memory BBT implementation details
` [PATCH 04/16] mtd: nand: remove NAND_BBT_SCANEMPTY
` [PATCH 05/16] mtd: nand: Request strength instead of bytes for soft BCH
` [PATCH 06/16] mtd: atmel_nand: Add per board ECC setup
` [PATCH 07/16] mtd: nand: simplify nand_bch_init() usage
` [PATCH 08/16] mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES
` [PATCH 09/16] mtd: nand_bbt: handle error case for nand_create_badblock_pattern()
` [PATCH 10/16] mtd: nand_bbt: make nand_scan_bbt() static
` [PATCH 11/16] mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()
` [PATCH 12/16] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()
` [PATCH 13/16] mtd: nand_bbt: scan for next free bbt block if writing bbt fails
` [PATCH 14/16] mtd: nand: Kill the chip->scan_bbt() hook
` [PATCH 15/16] mtd: nand: Kill cellinfo
` [PATCH 16/16] mtd: nand: detect OOB size for Toshiba 24nm raw SLC

No default env without Barebox wanting to load from persistant storage
 2018-10-30  8:50 UTC  (5+ messages)

(no subject)
 2018-10-30  7:39 UTC  (2+ messages)
` your mail

[PATCH] of: unflatten: access property properly
 2018-10-30  7:30 UTC 

[PATCH 00/11] Allow GPIOs to be referenced by label
 2018-10-29 17:14 UTC  (17+ messages)
` [PATCH 01/11] gpio: VF610: Propagate error code of gpiochip_add() up
` [PATCH 02/11] VF610: Initialize pinctrl driver before gpio
` [PATCH 03/11] linux/ctype.h: Port _tolower()
` [PATCH 04/11] lib: Port kstrtox.c from Linux kernel
` [PATCH 05/11] commands: gpio: Move argument parsing into a shared function
` [PATCH 06/11] commands: gpio: Use kstrtoint() instead of simple_strtoul()
` [PATCH 07/11] gpiolib: Introduce gpio_find_by_label()
` [PATCH 08/11] commands: gpio: Allow GPIOs to be specified by label
` [PATCH 09/11] VF610: zii-vf610-dev: Drop switch reset GPIO configuration
` [PATCH 10/11] VF610: zii-vf610-dev: Replace board code with gpio-hog nodes
` [PATCH 11/11] ARM: rdu2: "

issues loading a FIT image with bootm
 2018-10-29 15:00 UTC  (2+ messages)

[PATCH] bootm: abort if kernel is outside the first 128MB
 2018-10-29 13:24 UTC  (3+ messages)

[PATCH 0/6] Refactor driver resource allocation code
 2018-10-29  9:00 UTC  (14+ messages)
` [PATCH 1/6] drivers: base: Simplify generic_memmap_ro()
` [PATCH 2/6] drivers: base: Drop dev_get_mem_region_by_name()
` [PATCH 3/6] drivers: base: Share implementations for dev_get_resource*()
` [PATCH 4/6] drivers: base: Simplify dev_request_mem_region_err_null()
` [PATCH 5/6] drivers: base: Share code for dev_request_mem_region*()
` [PATCH 6/6] drivers: base: Share code for getting and then requesting a region

[PATCH 0/6] Switch EEPROM aliases to ZII boards
 2018-10-29  7:50 UTC  (10+ messages)
` [PATCH 1/6] ARM: rdu2: Add switch EEPROM alias
` [PATCH] miitool: Fix inconsistent spacing
` [PATCH 2/6] ARM: rdu1: Add switch EEPROM alias
` [PATCH 3/6] ARM: vf610-zii-dev-rev-c: "
` [PATCH 4/6] ARM: vf610-zii-cfu1: "
` [PATCH 5/6] ARM: vf610-zii-ssmb-spu3: "
` [PATCH 6/6] ARM: imx7d-zii-rpu2: "

[PATCH] partitions: efi: Constify force_gpt
 2018-10-29  7:45 UTC  (2+ messages)

[PATCH 1/2] Documentation: USB gadget: document usbgadget.fastboot_bbu variable
 2018-10-29  7:44 UTC  (3+ messages)
` [PATCH v2 2/2] usbgadget: autostart: add DFU support

IMX6UL: Booting kernel with initramfs blocks
 2018-10-28 14:29 UTC  (7+ messages)

[PATCH] usbgadget: autostart: add DFU support
 2018-10-26 13:54 UTC  (5+ messages)

[PATCH] scripts: imx-usb-loader: list_imx_device_types(): move variable declaration out of for() loop
 2018-10-26 11:33 UTC  (2+ messages)

[PATCH] USB: gadget: prevent unnecessary warning message
 2018-10-26 10:04 UTC 

[PATCH 1/3] mtd: atmel_nand: replace printk with dev_info
 2018-10-26  9:52 UTC  (4+ messages)
` [PATCH 2/3] mtd: nand: add accessors, macros for in-memory BBT
` [PATCH 3/3] mtd: nand: don't break long print messages

[PATCH] usb: gadget: set maxpacket_limit
 2018-10-26  9:50 UTC  (2+ messages)

[PATCH] net: dhcp: fix option 54
 2018-10-26  9:44 UTC  (2+ messages)

[PATCH 0/8] USB ehci/chipidea fixes
 2018-10-26  9:33 UTC  (9+ messages)
` [PATCH 1/8] usb: gadget: fsl_udc: Drop using global variable
` [PATCH 2/8] usb: host: ehci: rename ehci_priv to ehci_host
` [PATCH 3/8] usb: Add usb_unregister_host()
` [PATCH 4/8] usb: host: ehci: add ehci_unregister()
` [PATCH 5/8] usb: host: ehci: do not use dev->priv
` [PATCH 6/8] usb: host: ehci-atmel: unregister host on device remove
` [PATCH 7/8] usb: imx: unregister ehci controller on device removal
` [PATCH 8/8] usb: gadget: fsl_udc: pass controller instance to unregister

[PATCH v2] ARM: i.MX: Add liteboard support
 2018-10-26  6:59 UTC  (2+ messages)

Secure boot support
 2018-10-24  6:28 UTC  (2+ messages)

[PATCH] usb: ehci: call platform init before ehci reset
 2018-10-19 12:33 UTC  (2+ messages)

[PATCH 0/4] gpio-hog fixes
 2018-10-19 12:19 UTC  (6+ messages)
` [PATCH 1/4] gpiolib: fix of_gpio_hog error handling
` [PATCH 2/4] gpiolib: fix of_hog_gpio gpio label assignment
` [PATCH 3/4] gpio: tree-wide don't probe devices during core_initcall
` [PATCH 4/4] pinctrl: tree-wide "

[PATCH v1] Makefile: move -Wmissing-prototypes from mips to main Makefile
 2018-10-19 12:00 UTC  (2+ messages)

[PATCH v1] fs: fix different compile warnings
 2018-10-19 11:59 UTC  (2+ messages)

[PATCH] state: fix indentation
 2018-10-19 11:57 UTC  (2+ messages)

[PATCH] rtc: ds1307: Add ds3231 to driver's ID list
 2018-10-19 11:55 UTC  (2+ messages)

[PATCH] i2c: introduce device_i2c_driver() macro
 2018-10-19 11:54 UTC  (4+ messages)

[PATCH] of: base: fix typo
 2018-10-19 11:52 UTC  (2+ messages)

[PATCH 00/20] Fixes for -Wmissing-prototypes warnings
 2018-10-19 11:51 UTC  (25+ messages)
` [PATCH 01/20] ARM: Fix missing prototype warning
` [PATCH 02/20] mtd: nand: mxs: make locally used functions static
` [PATCH 03/20] video: imx-ipu-v3: Make locally used function static
` [PATCH 04/20] ARM: mmu: rename dma_alloc
` [PATCH 05/20] dma: Add missing re-inclusion protector
` [PATCH 06/20] ARM: mmu: include dma.h
` [PATCH 07/20] fs: Make locally used functions static
` [PATCH 08/20] ARM: cache: include mmu.h
` [PATCH 09/20] ARM: boards: GuF Vincell: Make locally used function static
` [PATCH 10/20] ARM: boards: karo-tx6x: "
` [PATCH 11/20] ARM: boards: kindle mx50: "
` [PATCH 12/20] ARM: boards: kontron-samx6i: Add include file to provide prototype
` [PATCH 13/20] ARM: boards: phytec-som-imx6: Make locally used function static
` [PATCH 14/20] ARM: legacy Linux support: Make locally used functions static
` [PATCH 15/20] drivers: clk: imx5: "
` [PATCH 16/20] usb: ulpi: "
` [PATCH 17/20] ARM: unwind: Provide prototypes for exported functions
` [PATCH 18/20] ARM: unwind: Make locally used function static
` [PATCH 19/20] ARM: i.MX: Add missing include
` [PATCH 20/20] nvmem: i.MX ocotp: Make locally used functions static

Issues compiling barebox on raspberry pi
 2018-10-18 15:07 UTC  (3+ messages)

[PATCH 1/2] bootchooser: put bootchooser after creating a boot entry
 2018-10-18 11:43 UTC  (2+ messages)
` [PATCH 2/2] bootchooser: Add reference counting

[PATCH] of: fix reproducible node name for legacy vs. new partition binding
 2018-10-18  9:07 UTC  (4+ messages)

[PATCH v4 00/22] MV88E6xxx switch family support
 2018-10-18  7:02 UTC  (2+ messages)

[PATCH v1 1/2] ratp: fix compile warnings
 2018-10-18  6:59 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