mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/22] i.MX BBU improvements and bugfixes
 2018-08-21  6:25 UTC  (15+ messages)
` [PATCH 01/22] ARM: i.MX: bbu: Remove unused define
` [PATCH 02/22] filetype: Add code to detect i.MX image v1
` [PATCH 03/22] filetype: Add code to detect i.MX image v2
` [PATCH 04/22] ARM: i.MX: bbu: Move inner-image type check
` [PATCH 05/22] ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NAND
` [PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers
` [PATCH 07/22] ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()
` [PATCH 08/22] ARM: i.MX: bbu: Constify all 'devicefile' arguments
` [PATCH 09/22] ARM: i.MX: bbu: Detect which platforms need v2 i.MX header
` [PATCH 10/22] ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()
` [PATCH 11/22] ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()
` [PATCH 12/22] ARM: i.MX: bbu: Move protect code into a separate routine
` [PATCH 14/22] ARM: i.MX: bbu: Add support for SPI/I2C on VFxxx
` [PATCH 16/22] ARM: i.MX: bbu: Add support for MMC on i.MX8MQ

[PATCH v3 0/3] Add Davicom phy + reset-gpios
 2018-08-20 14:56 UTC  (4+ messages)
` [PATCH v3 1/3] phylib: add Davicom PHY support
` [PATCH v3 2/3] phylib: add support for reset-gpios
` [PATCH v3 3/3] at91sam9263ek: add PHY, miitool etc. to config

[PATCH 1/3] ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL use
 2018-08-20 10:00 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: update am335x-bone-common.dtsi to match kernel version
` [PATCH 3/3] ARM: dts: change am335x-bone-common.dtsi to include kernel variant directly

ARM: dts: udpates for am335x-bone-common
 2018-08-17  6:28 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL use
` [PATCH 2/3] ARM: dts: update am335x-bone-common.dtsi to match kernel version
` [PATCH 3/3] ARM: dts: change am335x-bone-common.dtsi to include kernel variant directly

[PATCH] nand command: fix null pointer when adding/deleting a bb device
 2018-08-17  6:18 UTC  (2+ messages)

[PATCH] ARM: MMU: fix wrong dma_flush_range in arm_create_pte()
 2018-08-16 21:30 UTC  (5+ messages)

[PATCH] ARM: i.MX: Disable OTG controller during startup
 2018-08-16  7:21 UTC 

[PATCH] scripts/dtc: Reenable fdtget
 2018-08-14  6:55 UTC  (7+ messages)
` [PATCH] scripts/dtc: add fdtget to .gitignore

[PATCH v3 00/14] MXS low-level improvements
 2018-08-14  6:55 UTC  (16+ messages)
` [PATCH v3 01/14] scripts: mxsimage: Allow unencrypted images
` [PATCH v3 02/14] images: MXS: allow generation of unencrypted bootstreams
` [PATCH v3 03/14] ARM: MXS: i.MX28: allow setup of low-voltage SDRAM
` [PATCH v3 04/14] ARM: MXS: allow configuration of EMI clock prescaler
` [PATCH v3 05/14] ARM: i.MX28: Add memory size detection
` [PATCH v3 06/14] ARM: i.MX23: "
` [PATCH v3 07/14] ARM: MXS: refactor mx2*_power_init source configuration
` [PATCH v3 08/14] ARM: MXS: allow starting from battery input without 4P2 source enabled
` [PATCH v3 09/14] ARM: MXS: make power levels configurable in mx2*_power_init
` [PATCH v3 10/14] ARM: MXS: fix VDDx brownout setup logic
` [PATCH v3 11/14] ARM: MXS: make VDDx brownout setup more understandable
` [PATCH v3 12/14] ARM: MXS: mxs_power_status: use less magic values
` [PATCH v3 13/14] ARM: MXS: mxs_power_status: align output
` [PATCH v3 14/14] Documentation: MXS: general update and improvements

[PATCH] ARM: i.MX: freescale-mx6sx-sabresdb: Make ar8031_phy_fixup static
 2018-08-14  6:50 UTC  (5+ messages)

[PATCH] ARM: lib64: Properly handle unaligned addresses in string functions
 2018-08-13 14:16 UTC  (3+ messages)

[PATCH 0/6] i.MX8MQ boot source, reset reason, etc
 2018-08-13 14:15 UTC  (10+ messages)
` [PATCH 1/6] ARM: i.MX8M: Expose code to query cpu revision
` [PATCH 2/6] ARM: i.MX: boot: Fix accidental comma
` [PATCH 3/6] ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQ
` [PATCH 4/6] ARM: i.MX8MQ: Replace magic numbers with named constants
` [PATCH 5/6] ARM: i.MX8MQ: Add code to detect reset reason
` [PATCH 6/6] ARM: i.MX8MQ: Save boot location during initialization

[PATCH v2 00/14] MXS low-level improvements
 2018-08-13 13:04 UTC  (18+ messages)
` [PATCH v2 01/14] scripts: mxsimage: Allow unencrypted images
` [PATCH v2 02/14] images: MXS: allow generation of unencrypted bootstreams
` [PATCH v2 03/14] ARM: MXS: i.MX28: allow setup of low-voltage SDRAM
` [PATCH v2 04/14] ARM: MXS: allow configuration of EMI clock prescaler
` [PATCH v2 05/14] ARM: i.MX28: Add memory size detection
` [PATCH v2 06/14] ARM: i.MX23: "
` [PATCH v2 07/14] ARM: MXS: refactor mx2*_power_init source configuration
` [PATCH v2 08/14] ARM: MXS: allow starting from battery input without 4P2 source enabled
` [PATCH v2 09/14] ARM: MXS: make power levels configurable in mx2*_power_init
` [PATCH v2 10/14] ARM: MXS: fix VDDx brownout setup logic
` [PATCH v2 11/14] ARM: MXS: make VDDx brownout setup more understandable
` [PATCH v2 12/14] ARM: MXS: mxs_power_status: use less magic values
` [PATCH v2 13/14] ARM: MXS: mxs_power_status: align output
` [PATCH v2 14/14] Documentation: MXS: general update and improvements

v2018.08.0
 2018-08-13  8:40 UTC 

[PATCH] serial: lpuart: Avoid division by zero when requested baudrate is
 2018-08-13  7:14 UTC  (6+ messages)

[PATCH] pinctrl: i.MX: Add code to parse "input-enable"
 2018-08-13  6:43 UTC  (2+ messages)

[PATCH] i.MX: Select DRIVER_SPI_IMX_2_3 for i.MX8MQ
 2018-08-13  6:42 UTC  (2+ messages)

[PATCH] i.MX: i2c: Fix build error in debug output code
 2018-08-13  6:42 UTC  (2+ messages)

[PATCH v2] HAB: fuse recommended OCOTP_DIR_BT_DIS
 2018-08-10 11:43 UTC 

[PATCH 1/2] ARM: imx: add fusemap entries for i.MX6SDL silicon revision >=1.4
 2018-08-10 10:42 UTC  (2+ messages)
` [PATCH 2/2] HAB: fuse recommended OCOTP_DIR_BT_DIS

Help requested with Barebox on Globalscale Mirabox
 2018-08-10  7:59 UTC  (4+ messages)

[PATCH v2 0/3] Add Davicom phy + reset-gpios
 2018-08-10  7:43 UTC  (6+ messages)
` [PATCH v2 1/3] phylib: add Davicom PHY support
` [PATCH v2 2/3] phylib: add support for reset-gpios
` [PATCH v2 3/3] at91sam9263ek: add PHY, miitool etc. to config

[PATCH 1/3] libfile: open_and_lseek: don't imply O_RDONLY
 2018-08-10  7:14 UTC  (5+ messages)
` [PATCH 2/3] libfile: open_and_lseek: enlarge small files enough to make lseek possible
` [PATCH 3/3] commands: teach commands that write to files to also create them

[RFC] Revert "i.MX: Add provisions to boot from IRAM"
 2018-08-10  6:49 UTC  (4+ messages)

[PATCH 1/2] ARM: VFxxx: zii-vf610-dev: Add newline before error banner
 2018-08-10  6:43 UTC  (3+ messages)
` [PATCH 2/2] ARM: VFxxx: zii-vf610-dev: Make get_sytem_type() static

[PATCH] net: eth: Make use of ETH_ALEN
 2018-08-10  6:42 UTC  (2+ messages)

[PATCH 1/2] Documentation: don't highlight literal blocks as shell script
 2018-08-10  6:41 UTC  (6+ messages)
` [PATCH 2/2] Documentation: fix code block and literal block highlighting
  ` [PATCH v2 "

[PATCH] FIT: be more verbose when RSA signature check fails
 2018-08-10  6:27 UTC  (3+ messages)
` [PATCH v2] "

NFS boot - could not open /.tftp_tmp_path
 2018-08-10  6:26 UTC  (6+ messages)

[PATCH] fs: ramfs: get chunks zero initialized
 2018-08-10  6:20 UTC 

[PATCH 1/4] ARM: i.MX: HAB: fix missing include for EPERM
 2018-08-09 21:32 UTC  (5+ messages)
` [PATCH 4/4] linux/types.h: fix missing include for BITS_TO_LONGS()

root= kernel cmdline parameter
 2018-08-09  7:45 UTC  (6+ messages)

scripts/dtc/fdtget: No such file or directory
 2018-08-09  6:58 UTC  (3+ messages)

optee in barebox
 2018-08-08 13:44 UTC  (2+ messages)

[PATCH v2] mx5: Implement Spectre v2 workaround for Cortex-A8
 2018-08-08 13:42 UTC  (2+ messages)

PATCH added tftp port to fsoptions
 2018-08-08  8:15 UTC  (5+ messages)

kernel ubi boot
 2018-08-08  7:41 UTC  (2+ messages)

[PATCH] ARM: Mark SP as being clobbered in arm_setup_stack()
 2018-08-08  7:34 UTC  (2+ messages)

[PATCH] ARM: phytec-som-am335x: make autoenable actually usable
 2018-08-08  7:33 UTC  (2+ messages)

[PATCH] usb: gadget: allow to actually enable sparse fastboot support
 2018-08-08  7:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mci: s3c: fix providing info callback
 2018-08-08  7:30 UTC  (2+ messages)

[PATCH] of_node: clearify help text and do stricter commandline parsing
 2018-08-08  7:30 UTC  (2+ messages)

[PATCH] ARM: mmu: fix cache flushing when replacing a section with a PTE
 2018-08-08  7:28 UTC  (6+ messages)
` [PATCH 1/3] PCI: link PCI devices with potentially existing OF nodes
` [PATCH 2/3] pci: add quirk infrastructure
` [PATCH 3/3] ARM: imx6: gw54xx: add fixup for PCIe switch

[PATCH 00/19] ARM: SoCFPGA: Arria10: Early FPGA config
 2018-08-08  7:24 UTC  (2+ messages)

[PATCH] arm: dts: am335x-bone-common.dtsi: add eeprom device to DT
 2018-08-08  7:06 UTC  (2+ messages)

[PATCH] reset: socfpga: add missing driver name
 2018-08-08  7:03 UTC  (2+ messages)

[PATCH 00/13] MXS/MX28 low-level improvements
 2018-08-08  6:41 UTC  (6+ messages)
` [PATCH 04/13] ARM: MXS: allow configuration of EMI clock dividers
` [PATCH 05/13] ARM: MXS: i.MX28: add autodetection of memory banks

[PATCH] mci: imx-esdhc: send required clock pulses to card on init
 2018-08-08  6:35 UTC  (2+ messages)

[PATCH v2 00/12] ARM: i.MX8MQ and EVK support, part II
 2018-08-08  6:34 UTC  (2+ messages)

[PATCH v1 0/2] Add Davicom phy + reset-gpios
 2018-08-08  4:51 UTC  (4+ messages)
` [PATCH v1 1/2] phylib: add Davicom support
` [PATCH v1 2/2] phylib: add support for reset-gpios

[PATCH] Documentation: imx8mq-evk: Fix typo
 2018-08-06 13:50 UTC  (2+ messages)

[PATCH 1/1] imx_thermal: Fixed missing dependency for the IMX_THERMAL config
 2018-08-06 13:40 UTC  (2+ messages)

[PATCH] aiodev: Fix whitespaces in Kconfig
 2018-08-06 13:39 UTC 

MFGTools support in barebox
 2018-08-06  8:42 UTC  (10+ messages)

Cannot set GPIOs in barebox
 2018-08-03  8:22 UTC  (5+ 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