[PATCH 1/3] watchdog: remove wrong uses of timeout_cur
2019-10-28 11:41 UTC (5+ messages)
` [PATCH 2/3] watchdog: rename timeout_curr to poller_timeout_curr internally
` [PATCH 3/3] watchdog: add timeout_cur parameter only when poller is enabled
[PATCH] efi: populate boot source instance
2019-10-28 11:38 UTC (2+ messages)
[PATCH v6 1/2] Documentation: add watchdog documentation
2019-10-28 11:36 UTC (3+ messages)
` [PATCH v6 2/2] doc: watchdog: add note about danger of autoping
[PATCH] mfd: superio: use strerrorp helper instead of open-coding
2019-10-28 11:35 UTC (2+ messages)
[PATCH v2 1/8] pinctrl: stm32: fix debug print of uninitialized variable
2019-10-28 11:32 UTC (10+ messages)
` [PATCH v2 2/8] pinctrl: demote dev_info on successful probes to dev_dbg
` [PATCH v2 3/8] pinctrl: stm32: parse pinctrl nodes without subnodes as well
` [PATCH v2 4/8] ARM: sm: document SMC/PSCI related options
` [PATCH v2 5/8] ARM: stm32mp: select ARM_SMCCC always
` [PATCH v2 6/8] nvmem: add read support for STM32MP1 bsec OTP
` [PATCH v2 7/8] ARM: stm32mp: dk2: add barebox SD-Card update handler
` [PATCH v2 8/8] ARM: stm32mp: implement SoC and boot source identification
Uefi version with 'bare metal' drivers?
2019-10-28 11:10 UTC (2+ messages)
[PATCH 0/5] ARM: zynqmp: add support for bitstream loading
2019-10-28 11:00 UTC (15+ messages)
` [PATCH 1/5] ARM: zynqmp: dts: move firmware node to src tree
` [PATCH 5/5] firmware: zynqmp-fpga: print Xilinx bitstream header
` [PATCH 4/5] ARM: zynqmp: dts: move pcap node to src tree
` [PATCH 3/5] firmware: zynqmp-fpga: introduce driver to load bitstream to FPGA
` [PATCH 2/5] firmware-zynqmp: extend driver with fpga relavant functions
` [PATCH v2 0/4] ARM: zynqmp: add support for bitstream loading
` [PATCH v2 1/4] firmware-zynqmp: add macros for PMU and trustzone firmware versions
` [PATCH v2 2/4] firmware-zynqmp: extend driver with fpga relavant functions
` [PATCH v2 4/4] firmware: zynqmp-fpga: print Xilinx bitstream header
` [PATCH v2 3/4] firmware: zynqmp-fpga: introduce driver to load bitstream to FPGA
rom 3eed5e64521bacd6f8e84326aa98db7402ffc6fd Mon Sep 17 00:00:00 2001
2019-10-27 23:16 UTC (8+ messages)
` [PATCH 2/8] pinctrl: demote dev_info on successful probes to dev_dbg
` [PATCH 3/8] pinctrl: stm32: parse pinctrl nodes without subnodes as well
` [PATCH 4/8] ARM: sm: document SMC/PSCI related options
` [PATCH 5/8] ARM: stm32mp: select ARM_SMCCC always
` [PATCH 6/8] nvmem: add read support for STM32MP1 bsec OTP
` [PATCH 7/8] ARM: stm32mp: dk2: add barebox SD-Card update handler
` [PATCH 8/8] ARM: stm32mp: implement SoC and boot source identification
flash barebox to NAND
2019-10-25 16:43 UTC (7+ messages)
[PATCH] usb: storage: Increase retries for usb_stor_transport()
2019-10-25 16:07 UTC (2+ messages)
` [PATCH] test: "
[PATCH] sandbox: add_image: mmap block devices
2019-10-25 11:19 UTC (4+ messages)
` [PATCH v2] "
Oselas 2018.12.0 toolchain seems to break barebox for AM335x
2019-10-25 8:48 UTC (3+ messages)
[PATCH 1/6] Documentation: efi: emphasize watchdog deactivation on ExitBootServices
2019-10-24 7:59 UTC (8+ messages)
` [PATCH 2/6] efi: efi-image: don't mask x86 interrupts on boot
` [PATCH 3/6] watchdog: efi: bump down priority below default
` [PATCH 4/6] watchdog: export priority as device parameter
` [PATCH 5/6] watchdog: export API to configure watchdogs by name
` [PATCH 6/6] commands: wd: support configuring watchdog "
[PATCH v5 1/2] Documentation: add watchdog documentation
2019-10-23 16:50 UTC (5+ messages)
` [PATCH v5 2/2] doc: watchdog: add note about danger of autoping
[PATCH] libfile: copy_file: prevent spurious error message
2019-10-23 7:16 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] libfile: copy_file: fix error handling
[PATCH] common: state: improve kconfig help text
2019-10-23 7:11 UTC (2+ messages)
[PATCH 1/2] partition: include partuuid string in debug string
2019-10-23 7:10 UTC (3+ messages)
` [PATCH 2/2] fs: devfs-core: do a case-insensitive compare of partuuids
[PATCH] sandbox: add_image: output errno string on mmap failure
2019-10-23 7:08 UTC (2+ messages)
[PATCH 1/2] hwrng: dev-random: always use /dev/urandom
2019-10-23 7:07 UTC (3+ messages)
` [PATCH 2/2] commands: passwd: suggest sandbox for offline password generation
[PATCH v3 1/3] MIPS: reloc: remove init of relocated bss
2019-10-23 7:06 UTC (4+ messages)
` [PATCH v3 2/3] MIPS: move r4k_cache_init in to cpu_probe function
` [PATCH v3 3/3] MIPS: reloc: init bss and cpu
[PATCH 1/2] serial: efi-stdio: replace globals with handles in priv struct
2019-10-23 7:00 UTC (3+ messages)
` [PATCH 2/2] serial: efi-stdio: Add simple_text_input_ex_protocol backend
MFGTools from NXP
2019-10-21 12:39 UTC (24+ messages)
barebox 2019.07 ubiformat
2019-10-21 7:52 UTC (8+ messages)
[PATCH 1/2] edit: replace %c for literal with literal directly
2019-10-18 12:19 UTC (3+ messages)
` [PATCH 2/2] edit: add vi alias with vi-style bindings
[PATCH v4] readline: make ctrl-u to work like linux console
2019-10-18 12:00 UTC (2+ messages)
[PATCH] ARM: stm32mp: select ARCH_HAS_RESET_CONTROLLER
2019-10-18 11:58 UTC (2+ messages)
[PATCH] cp: complete command help
2019-10-18 11:57 UTC (2+ messages)
[PATCH 1/5] efi: Fix typo in description string
2019-10-18 11:56 UTC (6+ messages)
` [PATCH 2/5] efi: retire efi_compare_guid in favor of efi_guidcmp
` [PATCH 3/5] efi: use efi_guidcmp helper where appropriate
` [PATCH 4/5] x86: include: add asmlinkage 'storage class'
` [PATCH 5/5] efi: silence warning about un-prototyped assembly-called functions
[PATCH v2] MIPS: init cache before using it
2019-10-18 11:49 UTC (2+ messages)
[PATCH] console_simple: fix linking error when ARCH_HAS_CTRLC enabled
2019-10-18 10:55 UTC (2+ messages)
[PATCH] kbuild: remove ar-option
2019-10-18 10:52 UTC (2+ messages)
[PATCH 1/3] net: designware: socfpga: fix phy setup for Arria10
2019-10-18 10:51 UTC (4+ messages)
` [PATCH 2/3] ARM: socfpga: cyclone5-system-manager.h: remove defines
` [PATCH 3/3] ARM: socfpga: defconfig: enable state_drv
[PATCH 1/3] ARM: socfpga: reset-manager: fix Wmissing-prototypes
2019-10-18 10:51 UTC (4+ messages)
` [PATCH 2/3] ARM: socfpga: clock-manager: "
` [PATCH 3/3] ARM: socfpga: arria10-xload: "
[PATCH] fixup! ARM: at91: build for all SoCs when AT91_MULTI_BOARDS is selected
2019-10-18 10:44 UTC (2+ messages)
readling, ctrl-u is not working like linux console
2019-10-17 8:54 UTC (7+ messages)
[PATCH v2 1/3] ARM: stm32mp: enable ARM_AMBA
2019-10-16 9:32 UTC (4+ messages)
` [PATCH v2 2/3] mci: add support for stm32mp sd/mmc controller
` [PATCH v2 3/3] ARM: dts: stm32mp157a-dk1: overwrite regulator for sdmmc node
` [PATCH] fixup! mci: add support for stm32mp sd/mmc controller
[PATCH v3] readline: make ctrl-u to work like linux console
2019-10-16 7:39 UTC (2+ messages)
[PATCH] readline: make ctrl-u to work like linux console
2019-10-16 5:59 UTC (2+ messages)
[PATCH] readline: make ctrl-u to work like linux console
2019-10-16 5:29 UTC (2+ messages)
[PATCH] MIPS: init cache before flashing it
2019-10-16 4:34 UTC (4+ messages)
[PATCH] readline: make ctrl-u to work like linux console
2019-10-15 21:29 UTC
[PATCH] readline: make ctrl-u to work like linux console
2019-10-15 21:02 UTC
setup for a working framebuffer in qemu
2019-10-15 20:57 UTC (3+ messages)
[PATCH] fix compile error when set CONFIG_CONSOLE_SIMPLE=y
2019-10-15 16:25 UTC (3+ messages)
[PATCH 0/5] Allow to compile in rsa public keys directly
2019-10-15 13:19 UTC (9+ messages)
` [PATCH 1/5] Kbuild: Add config_filename macro from kernel
` [PATCH 2/5] scripts: Add rsatoc tool
` [PATCH 3/5] rsa: let rsa_of_read_key() return a fully allocated key
` [PATCH 4/5] rsa: Allow to directly compile in rsa public keys
` [PATCH 5/5] fit-image: Use compiled-in keys
imx7d enable second core
2019-10-15 12:47 UTC (5+ messages)
v2019.10.0
2019-10-15 9:05 UTC
[PATCH 0/4] ARM: stm32mp: dk2: support barebox_update and env
2019-10-15 8:21 UTC (6+ messages)
` [PATCH 4/5] ARM: stm32mp: dk2: add barebox SD-Card update handler
[RFC PATCH v1] edit: add vi alias with vi-style bindings
2019-10-14 19:58 UTC (3+ messages)
[PATCH 1/6] usb: hub: Use more accurate struct name
2019-10-14 15:09 UTC (4+ messages)
` [PATCH 4/6] usb: string: Use le16_to_cpu for langid
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox