mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/6] include: add SPDX GPL-2.0-only license tags where applicable
 2019-03-13  9:42 UTC  (5+ messages)

[PATCH 00/15] barebox Layerscape support
 2019-03-13  9:41 UTC  (2+ messages)
` [PATCH 01/15] mci: imx-esdhc: Actually enable cache snooping

[RFC][PATCH] pbl multiimage: Allow to check image sizes
 2019-03-13  9:32 UTC 

[PATCH 0/3] Earlycon command line option support
 2019-03-13  8:45 UTC  (6+ messages)
` [PATCH 1/3] console: Add plumbing to expose earlycon/bootconsole parameter
` [PATCH 2/3] serial: i.MX: Add code to export "earlycon" setting
` [PATCH 3/3] serial: lpuart: "

[PATCH] libfile: Make use of write_full() in copy_file()
 2019-03-13  8:42 UTC  (2+ messages)

[PATCH 1/2] commands: memcpy: Make use of write_full()
 2019-03-13  8:41 UTC  (3+ messages)
` [PATCH 2/2] commands: memcpy: Make use of min_t()

[PATCH 1/2] ARM: zii-vf610-dev: Add ZII SPB4 board
 2019-03-13  8:40 UTC  (3+ messages)
` [PATCH 2/2] ARM: zii-vf610-dev: Switch SCU4 AIB board to use upstream DTS

[PATCH 1/3] fs: ramfs: Drop unused 'handle' filed from struct ramfs_inode
 2019-03-13  8:37 UTC  (4+ messages)
` [PATCH 2/3] fs: ramfs: Drop unused 'chunks' conter
` [PATCH 3/3] fs: ramfs: Drop unnecessary check in ramfs_mknod()

[PATCH 00/14] Add initial STMicroelectronics MP1 support
 2019-03-13  8:35 UTC  (17+ messages)
` [PATCH 01/14] clk: clk-composite: return parent_rate if no rate clk
` [PATCH 02/14] clk: parent_names should be const
` [PATCH 03/14] clk: export clk_gate_is_enabled()
` [PATCH 04/14] clk: Make CLK_IGNORE_UNUSED generic
` [PATCH 05/14] clk: Support CLK_IS_CRITICAL flag
` [PATCH 06/14] clk: divider: pass divider flags
` [PATCH 07/14] clk: divider: Support CLK_DIVIDER_READ_ONLY flag
` [PATCH 08/14] clk: mux: Support mux specific flags
` [PATCH 09/14] clk: mux: Support CLK_MUX_READ_ONLY flag
` [PATCH 10/14] clk: mux: Support CLK_SET_RATE_NO_REPARENT flag
` [PATCH 11/14] ARM: stm32mp1: Add clk driver
` [PATCH 12/14] ARM: stm32mp1: Add serial driver
` [PATCH 13/14] clocksource: Enable architected timer support for CPU_V7
` [PATCH 14/14] ARM: Add initial STM32MP1 support

[PATCH] commands: bootaux: New command bootaux for iMX
 2019-03-13  8:32 UTC  (5+ messages)

[PATCH 1/2] ARM: i.MX7: Make sure CNTFRQ is initialized early enough
 2019-03-13  3:31 UTC  (2+ messages)
` [PATCH 2/2] ARM: i.MX8MQ: Don't use cpu_is_mx8mq() at core_initcall level

[PATCH 0/6] ZynqMP clock driver
 2019-03-12 10:20 UTC  (7+ messages)
` [PATCH 1/6] of: populate "/firmware" while populating device tree
` [PATCH 2/6] ARM: zynqmp: populate zynqmp_firmware dt node
` [PATCH 3/6] ARM: zynqmp: move PAYLOAD_ARG_CNT to firmware header
` [PATCH 4/6] clk: add ZynqMP clock driver
` [PATCH 5/6] ARM: zynqmp: add firmware DT node
` [PATCH 6/6] ARM: zynqmp: switch to firmware clock driver

[PATCH] usb: dwc3: Toggle GCTL.CORESOFTRESET as a first step
 2019-03-12  1:48 UTC  (3+ messages)

[PATCH 1/3] net: phy: Add PHY_ID_MATCH_* macros
 2019-03-11 13:21 UTC  (3+ messages)
` [PATCH 2/3] net: phy: Add register access helper functions for phys
` [PATCH 3/3] realtek phy driver

[PATCH 0/5] ARM: rpi: refactor debug_ll
 2019-03-11  7:25 UTC  (12+ messages)
` [PATCH 1/5] ARM: rpi: Move UART base address definitions to header file
` [PATCH 2/5] debug_ll: Move pl011 header file to architecture independent place
` [PATCH 3/5] debug_ll: Add ns16550 early debugging functions
` [PATCH 4/5] ARM: rpi: move debug UART Kconfig settings
` [PATCH 5/5] ARM: rpi: Add mini UART debug_ll support
      ` [HELP] Kernel + initrd in FIT

[PATCH v2 0/2] ARM: rpi: refactor debug UART Kconfig settings
 2019-03-11  7:14 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: rpi: move "
` [PATCH v2 2/2] common: Kconfig: improve help text for DEBUG_LL

[PATCH 00/26] USB storage improvements
 2019-03-11  7:11 UTC  (28+ messages)
` [PATCH 01/26] usb: storage: Simplify memory allocation in usb_stor_probe()
` [PATCH 02/26] usb: storage: Replace custom debug tracing with dev_dbg
` [PATCH 03/26] usb: storage: Don't use "unsigned long" for 32-bit values
` [PATCH 04/26] usb: storage: Make usb_stor_read_capacity() a standalone function
` [PATCH 05/26] usb: storage: Make usb_stor_inquiry() "
` [PATCH 06/26] usb: storage: Make usb_stor_test_unit_ready() "
` [PATCH 07/26] usb: storage: Make usb_stor_read_10() "
` [PATCH 08/26] usb: storage: Make usb_stor_write_10() "
` [PATCH 09/26] usb: storage: Drop extra call to transport in usb_stor_write_10()
` [PATCH 10/26] usb: storage: Share code for READ(10) and WRITE(10)
` [PATCH 11/26] usb: storage: Make usb_stor_request_sense() a standalone function
` [PATCH 12/26] usb: storage: Remove unused variables
` [PATCH 13/26] usb: storage: Drop struct SCSI_cmd_block
` [PATCH 14/26] usb: hub: Do not include <scsi.h>
` [PATCH 15/26] ata: ahci: "
` [PATCH 16/26] usb: storage: Drop unused fields in struct us_data
` [PATCH 17/26] usb: storage: Drop unused us_blkdev_list
` [PATCH 18/26] usb: storage: Introduce usb_stor_transport()
` [PATCH 19/26] usb: storage: Use put_unaligned_be* helpers
` [PATCH 20/26] usb: Drop usb_disable_asynch()
` [PATCH 21/26] usb: storage: Drop unnecessary check in usb_stor_blk_io()
` [PATCH 22/26] usb: storage: Drop needless macro
` [PATCH 23/26] usb: storage: Use simple boolean to speficy read vs. write operation
` [PATCH 24/26] usb: storage: Simplify I/O loop in usb_stor_blk_io()
` [PATCH 25/26] usb: storage: Drop unnecessary assignment
` [PATCH 26/26] usb: storage: Inline usb_limit_blk_cnt()

[PATCH 00/17] lseek related fixes
 2019-03-11  6:56 UTC  (19+ messages)
` [PATCH 01/17] libfile: Make failure path of open_and_lseek() consistent
` [PATCH 02/17] common: Always return enum filetype in file_name_detect_type_offset()
` [PATCH 03/17] MIPS: ath79: Use errno to get error code from open_and_lseek()
` [PATCH 04/17] ARM: i.MX: bbu: Fix variable type in imx_bbu_external_nand_update()
` [PATCH 05/17] ARM: i.MX: bbu: Fix lseek error check "
` [PATCH 06/17] ARM: i.MX: bbu: Fix lseek error check in imx_bbu_internal_v2_write_nand_dbbt()
` [PATCH 07/17] ARM: i.MX: bbu: Fix variable type "
` [PATCH 08/17] bpkfs: Fix lseek error check in bpkfs_probe()
` [PATCH 09/17] uimage: Fix lseek error check in uimage_verify()
` [PATCH 10/17] uimage: Fix lseek error check in uimage_load()
` [PATCH 11/17] uimage: Fix lseek error check in uimage_load_to_buf()
` [PATCH 12/17] state: Fix lseek error check in state_backend_bucket_direct_read()
` [PATCH 13/17] state: Fix lseek error check in state_backend_bucket_direct_write()
` [PATCH 14/17] state: Fix lseek error check in state_mtd_peb_read()
` [PATCH 15/17] state: Fix lseek error check in state_mtd_peb_write()
` [PATCH 16/17] commands: loadxy: Make use of open_and_lseek()
` [PATCH 17/17] commands: loadb: "

[PATCH v2 0/4] MIPS: add relocation support
 2019-03-08 10:58 UTC  (5+ messages)
` [PATCH v2 1/4] MIPS: relocation: pass ram size to pbl_main_entry
` [PATCH v2 2/4] MIPS: relocation: add relocation support
` [PATCH v2 3/4] MIPS: relocation: do not use configurable memory layout
` [PATCH v2 4/4] MIPS: remove request_sdram_region "fdt"

[PATCH 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded
 2019-03-07 10:45 UTC  (4+ messages)

v2019.03.0
 2019-03-07  7:55 UTC 

[PATCH v2] ARM: dts: imx6*phytec*: switch to new partitioning scheme
 2019-03-07  7:25 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] ARM: i.MX6UL: liteSOM: depend on DDR controller settings
 2019-03-07  7:24 UTC  (4+ messages)

[PATCH] fix zbarebox linking with new ld
 2019-03-07  7:21 UTC  (2+ messages)

[PATCH] PCI: dwc: tune down link up messages
 2019-03-07  7:19 UTC  (2+ messages)

[PATCH] ARM: rpi: refactor debug UART Kconfig settings
 2019-03-06  9:45 UTC  (6+ messages)

[PATCH v1 1/4] MIPS: relocation: pass ram size to pbl_main_entry
 2019-03-05  8:07 UTC  (4+ messages)
` [PATCH v1 2/4] MIPS: relocation: add relocation support

Tutorial on how to boot Raspbian from Barebox
 2019-03-05  7:29 UTC 

[PATCH 0/6] SPD EEPROM improvements
 2019-03-04 13:22 UTC  (12+ messages)
` [PATCH 1/6] crc: import crc_itu_t() from kernel
` [PATCH 2/6] crc: Add PBL variant for crc_itu_t()
` [PATCH 3/6] ddr_spd: Update from U-Boot
` [PATCH 4/6] ddr_spd: Add function to read eeprom
` [PATCH 5/6] ddr_spd: provide common SPD type
` [PATCH 6/6] ddr_spd: Enable in PBL

[PATCH 0/5] ESDHC xload: Prepare for Layerscape support
 2019-03-04 13:18 UTC  (6+ messages)
` [PATCH 1/5] esdhc-xload: Move to drivers/mci
` [PATCH 2/5] esdhc-xload: move some register defines to header file
` [PATCH 3/5] esdhc-xload: Use static inline io wrappers
` [PATCH 4/5] esdhc-xload: Add bigendian support
` [PATCH 5/5] esdhc-xload: check for PRSSTAT_BREN only after each block

[PATCH] ARM: Fix cpu_info for armv8
 2019-03-04 11:33 UTC 

[PATCH] include/phy: Add missing modes
 2019-03-04 11:31 UTC 

[PATCH] fs: ubifs: Remove unused crc16 functions
 2019-03-04 10:39 UTC 

[PATCH 00/10] i2c: i.MX more cleanup, early driver
 2019-03-04  9:18 UTC  (11+ messages)
` [PATCH 01/10] i2c: i.MX: remove unnecesary define
` [PATCH 02/10] i2c: i.MX: remove unnecessary ifdef
` [PATCH 03/10] i2c: i.MX: Fix FSL_I2C_DFSRR register offset
` [PATCH 04/10] i2c: i.MX: remove unnecessary ifdef
` [PATCH 05/10] i2c: i.MX: Consolidate status polling loops
` [PATCH 06/10] i2c: i.MX: stop after read only in last transfer of a message
` [PATCH 07/10] i2c: i.MX: remove unused define
` [PATCH 08/10] i2c: i.MX: Read clock-frequency from device tree
` [PATCH 09/10] i2c: i.MX: Create header file for register defines
` [PATCH 10/10] i2c: i.MX: Add early driver for use in PBL

Loading Barebox to RAM
 2019-03-04  8:11 UTC  (3+ messages)

[PATCH] i.MX habv3: add missing includes and make locally used function static
 2019-03-04  8:06 UTC  (2+ messages)

[PATCH v2 0/3] VideoCore FDT interop for Raspberry Pi
 2019-03-04  7:48 UTC  (5+ messages)
` [PATCH v2 1/3] ARM: start: save end of memory passed to start
` [PATCH v2 2/3] ARM: rpi: save fdt that was passed from VideoCore
` [PATCH v2 3/3] ARM: rpi: save bootargs from VC FDT to vc.bootargs

[PATCH 1/2] fixup! ARM: imx8mq-zii-ultra: Enable PCIE1 and PCIE2
 2019-03-04  7:44 UTC  (3+ messages)
` [PATCH 2/2] fixup! ARM: imx8mq-zii-ultra: Add USB related nodes

[PATCH v2 0/2] LICENSES: adopt Linux-like LICENSES directory structure
 2019-03-04  7:26 UTC  (5+ messages)
` [PATCH v2 2/2] scripts/checkpatch.pl: rebase on top of upstream v5.0-rc6

[PATCH 0/7] i.MX8MQ PCIe/USB DT changes
 2019-02-28  2:43 UTC  (7+ messages)
` [PATCH 5/7] ARM: imx8mq-zii-ultra: Enable PCIE1 and PCIE2
` [PATCH 7/7] ARM: imx8mq-zii-ultra: Add USB related nodes

[PATCH] drivers: Drop dummy_porbe()
 2019-02-27 10:53 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