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-10 21:06 UTC  (4+ messages)

[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 0/5] ARM: rpi: refactor debug_ll
 2019-03-07 13:32 UTC  (11+ 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 1/2] images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded
 2019-03-07 10:45 UTC  (4+ messages)

[PATCH 00/26] USB storage improvements
 2019-03-07  8:00 UTC  (27+ 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()

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

[PATCH 00/17] lseek related fixes
 2019-03-07  7:49 UTC  (18+ 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] usb: dwc3: Toggle GCTL.CORESOFTRESET as a first step
 2019-03-07  7:48 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  (5+ 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 v2 0/2] ARM: rpi: refactor debug UART Kconfig settings
 2019-03-05  8:57 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: rpi: move "
` [PATCH v2 2/2] common: Kconfig: improve help text for DEBUG_LL

[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  (13+ messages)
` [PATCH 1/7] PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ
` [PATCH 2/7] ARM: imx8mq: Add node for SRC IP block
` [PATCH 3/7] ARM: imx8mq: Add node for GPC "
` [PATCH 4/7] ARM: imx8mq: Add nodes for PCIE1 and PCIE2 IP blocks
` [PATCH 5/7] ARM: imx8mq-zii-ultra: Enable PCIE1 and PCIE2
` [PATCH 6/7] ARM: dts: imx8mq: Add nodes for USB IP blocks
` [PATCH 7/7] ARM: imx8mq-zii-ultra: Add USB related nodes

[PATCH] drivers: Drop dummy_porbe()
 2019-02-27 10:53 UTC  (4+ messages)

[PATCH 0/5] i2c: i.MX driver some cleanup
 2019-02-27  8:19 UTC  (6+ messages)
` [PATCH 1/5] i2c: i.MX: Do not call i2c_fsl_bus_busy twice
` [PATCH 2/5] i2c: i.MX: move disabling of controller out of i2c_fsl_stop
` [PATCH 3/5] i2c: i.MX: Track stopped status in I2CR_MSTA bit
` [PATCH 4/5] i2c: i.MX: consolidate code
` [PATCH 5/5] i2c: i.MX: fix variable name

[PATCH] Documentation: imx8mq-evk: fix firmware path
 2019-02-27  7:38 UTC  (2+ messages)

[PATCH] include: Drop mem_memmap()
 2019-02-27  7:36 UTC  (2+ messages)

[PATCH] commands: uimage: Drop needless variable in uimage_flush()
 2019-02-27  7:36 UTC  (2+ messages)

[PATCH 1/6] fs: Drop needless OOM check
 2019-02-27  7:35 UTC  (7+ messages)
` [PATCH 2/6] fs: ramfs: "
` [PATCH 3/6] fs: Make use of cdev_erase()
` [PATCH 4/6] fs: Make use of cdev_flush()
` [PATCH 5/6] fs: Drop unused code in fstat()
` [PATCH 6/6] fs: Simplify fd to FILE lookup code

[PATCH] MIPS: ath79: increase malloc size to 8 MiB
 2019-02-27  7:30 UTC  (2+ messages)

[PATCH] usb: imx: Do not disable VBUS on ehci_register()'s success
 2019-02-27  7:27 UTC  (2+ messages)

[PATCH 0/3] VideoCore FDT interop for Raspberry Pi
 2019-02-26 15:21 UTC  (5+ messages)
` [PATCH 2/3] ARM: rpi: save fdt that was passed from VideoCore
` [PATCH 3/3] commands: add of_bootargs command

[PATCH 0/4] ARM: at91: misc fixes and cleanup
 2019-02-26  9:56 UTC  (10+ messages)
` [PATCH 2/4] ARM: at91: debug_ll: make UART base address configurable
` [PATCH 4/4] ARM: at91: remove duplicate get_ddram_size code

[PATCH v2 00/16] ARM: at91: microchip-kz9477-evb: support first stage boot
 2019-02-26  9:05 UTC  (7+ messages)
` [PATCH v2 02/16] ARM: at91: import at91bootstrap's at91_ddrsdrc.h
` [PATCH v2 14/16] ARM: at91: microchip-ksz9477-evb: implement first stage

[PATCH v4 0/11] at91: Support PMC clock bindings
 2019-02-26  9:03 UTC  (12+ messages)
` [PATCH v4 04/11] arm: at91: add SOC_SAMA5{D2,D3,D4}
` [PATCH v4 05/11] clk: at91: add at91sam9260
` [PATCH v4 06/11] clk: at91: add at91sam9rl
` [PATCH v4 07/11] clk: at91: add at91sam9x5
` [PATCH v4 08/11] clk: at91: add sama5d2
` [PATCH v4 09/11] clk: at91: add sama5d4
` [PATCH v4 10/11] clk: at91: add dt-compat to PMC bindings
` [PATCH v4 11/11] clk: at91: update "

[PATCH 1/2] imd: create new helper macro to add data from oftree to image meta data
 2019-02-25  8:41 UTC  (4+ messages)

[PATCH v2] ARM: phyCORE-i.MX8M SOM support
 2019-02-25  8:14 UTC  (2+ messages)

[PATCH] common: console_common: do not store color additions to the log buffer
 2019-02-25  8:10 UTC  (2+ messages)

[PATCH v1 1/2] commands: dmesg: add print raw parameter
 2019-02-25  8:10 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