messages from 2018-09-20 21:07:51 to 2018-09-24 07:43:53 UTC [more...]
[U-Boot] [PATCH v1 0/2] ACPI: Generate SPCR table
2018-09-24 7:43 UTC (4+ messages)
` [U-Boot] [PATCH v1 1/2] WIP: serial: Introduce ->getinfo() callback
` [U-Boot] [PATCH v1 2/2] WIP: x86: acpi: Generate SPCR table
[U-Boot] [PATCH] fw_setenv: avoid writing environment when nothing has changed
2018-09-24 7:42 UTC (4+ messages)
[U-Boot] [PATCH 00/15] test: Various test refinements and improvements
2018-09-24 6:34 UTC (17+ messages)
` [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests
` [U-Boot] [PATCH 02/15] patman: Handle unicode in _ProjectConfigParser tests
` [U-Boot] [PATCH 03/15] test/py: Fix unicode handling for log filtering
` [U-Boot] [PATCH 04/15] buildman: Make the toolchain test more forgiving
` [U-Boot] [PATCH 05/15] binman: Reorder tests to put helper functions first
` [U-Boot] [PATCH 06/15] Makefile: Add a 'check' target for make
` [U-Boot] [PATCH 07/15] test: Simplify the PATH setup
` [U-Boot] [PATCH 08/15] test: Print the name of each test before running it
` [U-Boot] [PATCH 09/15] test: Tidy up comments and variable name
` [U-Boot] [PATCH 10/15] binman: Add a default path to libfdt.py
` [U-Boot] [PATCH 11/15] binman: Fix up removal of temporary directories
` [U-Boot] [PATCH 12/15] binman: Separate out testSplBssPad()
` [U-Boot] [PATCH 13/15] buildman: dtoc: Suppress unwanted output from test
` [U-Boot] [PATCH 14/15] tools: Set an initial value for indir
` [U-Boot] [PATCH 15/15] patman: Don't clear progress in tout unless it was used
[U-Boot] [PATCH 1/6 v4] mips: Add basic MediaTek MT7620/88 support
2018-09-24 6:32 UTC (3+ messages)
[U-Boot] [PATCH v2 1/1] test/py: cleanup test_efi_selftest.py
2018-09-23 20:38 UTC
[U-Boot] [PATCH 1/1] riscv: allow native compilation
2018-09-23 20:06 UTC (3+ messages)
[U-Boot] [PULL] efi patch queue 2018-09-23
2018-09-23 20:03 UTC
[U-Boot] [PATCH 0/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig
2018-09-23 20:02 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] arm: opos6uldev: use real value for CONFIG_STANDALONE_LOAD_ADDR
` [U-Boot] [PATCH 2/3] arm: sunxi: use real values "
` [U-Boot] [PATCH 3/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig
[U-Boot] [PATCH 1/1] test/py: cleanup test_efi_selftest.py
2018-09-23 19:52 UTC
[U-Boot] [PATCH] efi_loader: Fix loaded_image handle passing from EL3
2018-09-23 18:30 UTC (2+ messages)
[U-Boot] [PATCH v3 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y
2018-09-23 18:22 UTC (9+ messages)
` [U-Boot] [PATCH v3 2/3] efi_loader: ARM: run EFI payloads non-secure
[U-Boot] [PATCH 0/3] MIPS: fix building and linking of standalone programs
2018-09-23 17:15 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE
` [U-Boot] [PATCH 2/3] Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS
` [U-Boot] [PATCH 3/3] MIPS: fix linking of standalone programs
[U-Boot] [GIT PULL] u-boot-mips/master
2018-09-23 16:58 UTC
[U-Boot] [PATCH v4 1/1] efi_loader: refactor efi_setup_loaded_image()
2018-09-23 15:21 UTC
[U-Boot] [PATCH v3 01/26] fs: fat: guard the content of include/fat.h
2018-09-23 14:42 UTC (3+ messages)
` [U-Boot] [PATCH v3.1 "
[U-Boot] [PATCH 00/27] virtio: Introduce VirtIO driver support
2018-09-23 13:42 UTC (28+ messages)
` [U-Boot] [PATCH 01/27] dm: core: Allow uclass to set up a device's child after it is probed
` [U-Boot] [PATCH 02/27] dm: Add a new uclass driver for VirtIO transport devices
` [U-Boot] [PATCH 03/27] virtio: Add codes for virtual queue/ring management
` [U-Boot] [PATCH 04/27] virtio: Add virtio over mmio transport driver
` [U-Boot] [PATCH 05/27] virtio: Add net driver support
` [U-Boot] [PATCH 06/27] test: dm: blk: Correct blk_base test case
` [U-Boot] [PATCH 07/27] sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
` [U-Boot] [PATCH 08/27] efi_driver: "
` [U-Boot] [PATCH 09/27] blk: Call part_init() in the post_probe() method
` [U-Boot] [PATCH 10/27] blk: Drop blk_prepare_device()
` [U-Boot] [PATCH 11/27] blk: Make blk_next_free_devnum() public
` [U-Boot] [PATCH 12/27] blk: Introduce IF_TYPE_VIRTIO
` [U-Boot] [PATCH 13/27] virtio: Add block driver support
` [U-Boot] [PATCH 14/27] virtio: cmd: Add virtio command for virtio block devices
` [U-Boot] [PATCH 15/27] arm: qemu: Add a Kconfig in the board directory
` [U-Boot] [PATCH 16/27] arm: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH 17/27] riscv: "
` [U-Boot] [PATCH 18/27] riscv: qemu: Include some useful commands
` [U-Boot] [PATCH 19/27] kconfig: Introduce HAVE_ARCH_IOMAP
` [U-Boot] [PATCH 20/27] x86: Implement arch-specific io accessor routines
` [U-Boot] [PATCH 21/27] virtio: Add virtio over pci transport driver
` [U-Boot] [PATCH 22/27] x86: qemu: Imply virtio PCI transport and device drivers
` [U-Boot] [PATCH 23/27] dm: pci: Add APIs to find next capability and extended capability
` [U-Boot] [PATCH 24/27] test: dm: pci: Add cases for finding next PCI capability APIs
` [U-Boot] [PATCH 25/27] virtio: pci: Support non-legacy PCI transport device
` [U-Boot] [PATCH 26/27] virtio: net: Support non-legacy device
` [U-Boot] [PATCH 27/27] doc: Document virtio support
[U-Boot] [PATCH v3 1/1] efi_loader: refactor efi_setup_loaded_image()
2018-09-23 13:29 UTC (5+ messages)
[U-Boot] [PATCH] efi_loader: Disable efi selftest on sandbox for now
2018-09-23 13:24 UTC
[U-Boot] [PATCH V3 2/3] ARM: tegra: reserve unmapped RAM so EFI doesn't use it
2018-09-23 12:42 UTC (3+ messages)
` [U-Boot] [U-Boot, V3, "
[U-Boot] [PATCH 1/1] efi_loader: remove efi_exit_caches()
2018-09-23 12:33 UTC
[U-Boot] [RFC] efi_loader: efi_exit_caches()
2018-09-23 11:55 UTC (2+ messages)
[U-Boot] [PATCH 1/1] efi_loader: refactor loaded image handle
2018-09-23 11:38 UTC (2+ messages)
[U-Boot] [PATCH 1/1] dm: video: check bounds for column and row
2018-09-23 11:35 UTC (2+ messages)
[U-Boot] [PATCH 00/11] efi_loader: patches for Shell.efi
2018-09-23 10:11 UTC (4+ messages)
` [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols
[U-Boot] [PATCH 1/1] efi_selftest: test qemu-arm(64)_defconfig
2018-09-23 2:25 UTC
[U-Boot] [PATCH 1/1] efi_loader: avoid out of bound access in efi_get_variable()
2018-09-23 2:08 UTC
[U-Boot] [PATCH v2 00/13] Import Undefined Behavior Sanitizer
2018-09-22 23:10 UTC (8+ messages)
` [U-Boot] [PATCH v2 07/13] x86: Fix signed shift overflow in MSR_IA32_APICBASE_BASE
[U-Boot] [PATCH v2 2/2] arm: at91: wdt: Convert watchdog config to Kconfig
2018-09-22 7:18 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] arm: at91: wdt: Convert watchdog driver to dm/dt
2018-09-22 7:16 UTC (2+ messages)
[U-Boot] [PATCH 1/2] pico-imx6ul, pico-imx7d: Use eMMC user partition by default
2018-09-22 6:23 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support
[U-Boot] [PATCH] fs: btrfs: Fix cache alignment bugs
2018-09-22 2:13 UTC
[U-Boot] [PATCH 1/6] ofnode: Add missing address translation into ofnode_get_addr_size()
2018-09-21 22:59 UTC (6+ messages)
` [U-Boot] [PATCH 2/6] pci: Check ops before using them for config space access
` [U-Boot] [PATCH 3/6] pci: Support parsing PCI controller DT subnodes
` [U-Boot] [PATCH 4/6] pci: Update documentation to make 'compatible' string optional
` [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node
` [U-Boot] [PATCH 6/6] test: Add test for PCI device "
[U-Boot] [PATCH] armv8: lsch3: Add support of serdes3 module
2018-09-21 21:09 UTC (2+ messages)
[U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC
2018-09-21 21:05 UTC (3+ messages)
[U-Boot] [PATCH v6 01/14] test: regmap: Increase size of syscon0 memory
2018-09-21 19:55 UTC (5+ messages)
` [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions
[U-Boot] [PATCH 1/3] qe: kconfig: U QE kconfig
2018-09-21 18:50 UTC (2+ messages)
[U-Boot] [PATCH 4/4] scsi: ceva: add ls1021a soc support
2018-09-21 18:39 UTC (2+ messages)
` [U-Boot] [U-Boot,4/4] "
[U-Boot] Socfpga ocram warm boot
2018-09-21 17:08 UTC (2+ messages)
[U-Boot] [v3 patch] net: fman: Support both new and legacy FMan Compatibles
2018-09-21 15:40 UTC (3+ messages)
[U-Boot] [PATCH V2] test/py: ignore console read exceptions after test failure
2018-09-21 15:39 UTC (3+ messages)
[U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board
2018-09-21 14:49 UTC (2+ messages)
[U-Boot] [PATCH] cmd: usb_mass_storage: add protection for block_dev
2018-09-21 14:07 UTC (2+ messages)
[U-Boot] [PATCH] bootm: fdt: Use panic() instead of hang() when presented with a bad image
2018-09-21 13:11 UTC (3+ messages)
[U-Boot] [PATCH v2 0/7] [RESEND] Improvements for the dwc3_generic driver
2018-09-21 13:02 UTC (8+ messages)
[U-Boot] [PATCH] net: macb: Clean 64b dma addresses if they are not detected
2018-09-21 12:38 UTC (4+ messages)
[U-Boot] [PATCH v2 00/14] Introduce fastboot support for dragonboard410c
2018-09-21 10:35 UTC (15+ messages)
` [U-Boot] [PATCH v2 01/14] ehci: Replace board_prepare_usb with board_usb_init
` [U-Boot] [PATCH v2 02/14] ehci: msm: Add missing platdata
` [U-Boot] [PATCH v2 03/14] dts: db410c: add alias for USB
` [U-Boot] [PATCH v2 04/14] db410c: serial# env using msm board serial
` [U-Boot] [PATCH v2 05/14] phy: db410c: Add MSM USB PHY driver
` [U-Boot] [PATCH v2 06/14] dts: db410c: Add bindings for MSM USB phy
` [U-Boot] [PATCH v2 07/14] configs: db410c: Enable USB PHY
` [U-Boot] [PATCH v2 08/14] ehci: msm: switch to generic PHY uclass
` [U-Boot] [PATCH v2 09/14] ehci: msm: use init_type in probe
` [U-Boot] [PATCH v2 10/14] usb:ci_udc: Introduce init_after_reset phy function
` [U-Boot] [PATCH v2 11/14] usb: ehci-msm: Add init_after_reset for CI_UDC
` [U-Boot] [PATCH v2 12/14] DB410c: Enable fastboot support
` [U-Boot] [PATCH v2 13/14] db410c: automatically launch fastboot
` [U-Boot] [PATCH v2 14/14] usb:ci_udc: don't overwrite configuration on pullup
[U-Boot] [PATCH V3 1/2] pci: Support parsing PCI controller DT subnodes
2018-09-21 9:17 UTC (10+ messages)
` [U-Boot] [PATCH V3 2/2] pci: Update documentation to make 'compatible' string optional
[U-Boot] [PATCH 0/4] rockchip: allow rk3188 to boot from mmc devices
2018-09-21 9:16 UTC (9+ messages)
` [U-Boot] [PATCH 1/4] mmc: dw_mmc: check fifo status with a timeout in fifo mode
` [U-Boot] [PATCH 2/4] rockchip: dwmmc: add rk2928-dw-mshc compatible
` [U-Boot] [PATCH 3/4] rockchip: rk3188: add u-boot-specific mmc properties
` [U-Boot] [PATCH 4/4] rockchip: rk3188: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock
[U-Boot] mainline u-boot on radxarock (rockchip rk3188) from SDcard
2018-09-21 9:13 UTC (3+ messages)
[U-Boot] [PATCH] arm: socfpga: Remove unused function socfpga_emac_manage_reset()
2018-09-21 9:08 UTC (4+ messages)
[U-Boot] [PATCH 1/2 v2] board: freescale: ls1012afrx:Common files to support
2018-09-21 9:00 UTC (3+ messages)
[U-Boot] [PATCH v7 00/12] SPI-NAND support
2018-09-21 8:25 UTC (7+ messages)
[U-Boot] [PATVH v7 01/14] test: regmap: Increase size of syscon0 memory
2018-09-21 7:51 UTC (14+ messages)
` [U-Boot] [PATVH v7 02/14] regmap: Fix documentation
` [U-Boot] [PATVH v7 03/14] regmap: Add documentation
` [U-Boot] [PATVH v7 04/14] regmap: Improve error handling
` [U-Boot] [PATVH v7 05/14] regmap: Introduce init_range
` [U-Boot] [PATVH v7 06/14] regmap: Add error output
` [U-Boot] [PATVH v7 07/14] mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
` [U-Boot] [PATVH v7 08/14] regmap: Add raw read/write functions
` [U-Boot] [PATVH v7 09/14] regmap: Support reading from specific range
` [U-Boot] [PATVH v7 10/14] regmap: Define regmap_{get,set}
` [U-Boot] [PATVH v7 11/14] test: regmap: Add test for regmap_{set, get}
` [U-Boot] [PATVH v7 12/14] misc: Sort Makefile entries
` [U-Boot] [PATVH v7 13/14] misc: Add gdsys_soc driver
` [U-Boot] [PATVH v7 14/14] misc: Add IHS FPGA driver
[U-Boot] [PATCH] arm: new board - Emlid Neutis N5 support
2018-09-21 7:34 UTC
[U-Boot] [PATCH v4 01/17] ram: Add driver for MPC83xx
2018-09-21 6:56 UTC (4+ messages)
` [U-Boot] [PATCH v4 12/17] board_f: Use static print_cpuinfo if CONFIG_CPU is active
[U-Boot] [PATCH v2 0/4] port for the Aspeed ast2500 FMC/SPI controllers
2018-09-21 6:39 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] aspeed: ast2500: Add AHB clock
` [U-Boot] [PATCH v2 2/4] spi: Add support for the Aspeed ast2500 SPI controllers
` [U-Boot] [PATCH v2 3/4] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level
` [U-Boot] [PATCH v2 4/4] aspeed: Activate SPI support on the ast2500 Eval Board
[U-Boot] [PATCH v3] usb: dwc3: convert to livetree
2018-09-21 5:57 UTC (2+ messages)
[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
2018-09-21 4:42 UTC (13+ messages)
[U-Boot] Building for ARMv5 - uint64_t alignment issues
2018-09-21 3:45 UTC
[U-Boot] [PATCH v2] tools: socfpga: fix sfp_verify_header
2018-09-21 0:30 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] Add Rock960 and Ficus 96Board support
2018-09-21 0:22 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] arm: dts: rockchip: add some common pin-settings to rk3399
` [U-Boot] [PATCH v2 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs
` [U-Boot] [PATCH v2 3/4] rockchip: rk3399: Add Rock960 CE board support
` [U-Boot] [PATCH v2 4/4] rockchip: rk3399: Add Ficus EE "
[U-Boot] [PATCH] tools: socfpga: fix sfp_verify_header
2018-09-21 0:10 UTC (3+ messages)
[U-Boot] [PATCH V2 1/2] pci: Support parsing PCI controller DT subnodes
2018-09-20 23:56 UTC (17+ messages)
[U-Boot] [PATCH] test/py: ignore console read exceptions after test failure
2018-09-20 22:52 UTC (3+ messages)
[U-Boot] (no subject)
2018-09-20 21:07 UTC (6+ messages)
` [U-Boot] [PATCH 3/7] drivers: serial: mcfuart: add DT support
` [U-Boot] [PATCH 4/7] drivers: serial: mcfuart: add Kconfig option
` [U-Boot] [PATCH 5/7] m68k: architecture changes to support fdt
` [U-Boot] [PATCH 6/7] m68k: add stmark2 fdt support
` [U-Boot] [PATCH 7/7] board: stmark2: updates for DM and DT
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox