messages from 2019-07-17 04:05:11 to 2019-07-18 07:12:02 UTC [more...]
[U-Boot] [PATCH 00/52] Support i.MX8MM/N
2019-07-18 7:12 UTC (8+ messages)
[U-Boot] SiFive clock driver changes for U-Boot 2019.10
2019-07-18 6:16 UTC (8+ messages)
[U-Boot] [PATCH] riscv: tools: Fix prelink-riscv to work on big endian hosts
2019-07-18 6:13 UTC (2+ messages)
[U-Boot] [PATCH 2/2] watchdog: omap_wdt: Disable DM watchdog support in SPL
2019-07-18 6:07 UTC (3+ messages)
[U-Boot] [PATCH v2 0/4] efi_loader: rework loading and starting of images
2019-07-18 6:00 UTC (3+ messages)
` [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi
[U-Boot] Moving GRUB building to Gitlab CI
2019-07-18 4:59 UTC
[U-Boot] [PATCH v6 0/4] SiFive SPI MMC Support
2019-07-18 4:47 UTC (7+ messages)
` [U-Boot] [PATCH v6 1/4] mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
` [U-Boot] [PATCH v6 2/4] spi: Add SiFive SPI driver
` [U-Boot] [PATCH v6 3/4] riscv: sifive: fu540: Enable SiFive SPI and MMC SPI drivers
` [U-Boot] [PATCH v6 4/4] doc: sifive-fu540: Update README for "
[U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig
2019-07-18 4:33 UTC
[U-Boot] [PATCH 1/2] riscv: Sync csr.h with Linux kernel v5.2
2019-07-18 3:34 UTC (7+ messages)
` [U-Boot] [PATCH 2/2] riscv: Access CSRs using CSR numbers
[U-Boot] [PATCH] gitlab-ci: Add pyelftools when needed
2019-07-18 2:52 UTC
[U-Boot] [PATCH] am335x_boneblack_vboot: Disable asm memcpy/memset in SPL
2019-07-18 2:51 UTC
[U-Boot] [PATCH v2 00/37] binman: Add CBFS support
2019-07-18 1:59 UTC (55+ messages)
` [U-Boot] [PATCH v2 11/37] binman: Add missing comments toentry
` [U-Boot] [PATCH v2 12/37] binman: Tidy up help for --indir
` [U-Boot] [PATCH v2 13/37] binman: Use a better error for missing Intel descriptor
` [U-Boot] [PATCH v2 14/37] binman: Detect skipped tests
` [U-Boot] [PATCH v2 15/37] binman: Add a function to create a sample ELF file
` [U-Boot] [PATCH v2 16/37] binman: Add a function to decode an "
` [U-Boot] [PATCH v2 17/37] binman: Ensure that coverage has access to site packages
` [U-Boot] [PATCH v2 18/37] binman: Assume Intel descriptor is at the start of the image
` [U-Boot] [PATCH v2 19/37] binman: Don't assume there is an ME region
` [U-Boot] [PATCH v2 20/37] binman: Update entry.SetOffsetSize to be optional
` [U-Boot] [PATCH v2 21/37] binman: Allow text directly in the node
` [U-Boot] [PATCH v2 22/37] patman: Add functions to compress and decompress data
` [U-Boot] [PATCH v2 23/37] binman: Use the tools.Decompress method
` [U-Boot] [PATCH v2 24/37] binman: Drop unnecessary debug handling
` [U-Boot] [PATCH v2 25/37] binman: Use tools compression function for blob handling
` [U-Boot] [PATCH v2 26/37] binman: Correct comment in u_boot_spl_elf
` [U-Boot] [PATCH v2 27/37] binman: Support ELF files for TPL
` [U-Boot] [PATCH v2 28/37] binman: Fix up the _DoTestFile() function -u argument
` [U-Boot] [PATCH v2 29/37] binman: Allow verbosity control when running tests
` [U-Boot] [PATCH v2 30/37] binman: Allow preserving test directories
` [U-Boot] [PATCH v2 31/37] binman: Pass the toolpath to tests
` [U-Boot] [PATCH v2 32/37] patman: Add a function to write ifwitool
` [U-Boot] [PATCH v2 33/37] binman: Add a utility library for coreboot CBFS
` [U-Boot] [PATCH v2 34/37] binman: Add support for CBFS entries
` [U-Boot] [PATCH v2 35/37] binman: Add support for Intel IFWI entries
` [U-Boot] [PATCH v2 36/37] binman: Pad empty areas of the CBFS with files
` [U-Boot] [PATCH v2 37/37] binman: Add support for fixed-offset files in CBFS
[U-Boot] [PATCH v2 00/31] binman: Allow reading of images to list contents
2019-07-18 1:59 UTC (63+ messages)
` [U-Boot] [PATCH v2 01/31] binman: Simplify the entry test
` [U-Boot] [PATCH v2 02/31] binman: Update future features
` [U-Boot] [PATCH v2 03/31] binman: Update help for new features
` [U-Boot] [PATCH v2 04/31] binman: Add a convenience functions for real-DTB tests
` [U-Boot] [PATCH v2 05/31] binman: Add an FDT map
` [U-Boot] [PATCH v2 06/31] binman: Add an image header
` [U-Boot] [PATCH v2 07/31] binman: Convert to use ArgumentParser
` [U-Boot] [PATCH v2 08/31] binman: Move compression into the Entry base class
` [U-Boot] [PATCH v2 09/31] binman: Drop an unused arg in Entry.Lookup()
` [U-Boot] [PATCH v2 10/31] binman: Allow easy importing of entry modules
` [U-Boot] [PATCH v2 11/31] binman: Fix up ProcessUpdateContents error and comments
` [U-Boot] [PATCH v2 12/31] binman: Call ProcessUpdateContents() consistently
` [U-Boot] [PATCH v2 13/31] binman: Add a return value to ProcessContentsUpdate()
` [U-Boot] [PATCH v2 14/31] binman: Add a control for post-pack entry expansion
` [U-Boot] [PATCH v2 15/31] binman: Allow entries to expand after packing
` [U-Boot] [PATCH v2 16/31] binman: Allow device-tree entries to be compressed
` [U-Boot] [PATCH v2 17/31] binman: Provide the actual data address for cbfs files
` [U-Boot] [PATCH v2 18/31] binman: Use the cbfs memlen field only for uncompressed length
` [U-Boot] [PATCH v2 19/31] binman: Support FDT update for CBFS
` [U-Boot] [PATCH v2 20/31] binman: Detect bad CBFS file types
` [U-Boot] [PATCH v2 21/31] binman: Allow listing the entries in an image
` [U-Boot] [PATCH v2 22/31] binman: Support locating an FDT map
` [U-Boot] [PATCH v2 23/31] binman: Support locating an image header
` [U-Boot] [PATCH v2 24/31] binman: Support reading an image into an Image object
` [U-Boot] [PATCH v2 25/31] binman: Convert Image to a subclass of Entry
` [U-Boot] [PATCH v2 26/31] binman: Support listing an image
` [U-Boot] [PATCH v2 27/31] binman: Allow for logging information to be displayed
` [U-Boot] [PATCH v2 28/31] binman: Allow reading an entry from an image
` [U-Boot] [PATCH v2 29/31] binman: Support reading from CBFS entries
` [U-Boot] [PATCH v2 30/31] binman: Add an 'extract' command
` [U-Boot] [PATCH v2 31/31] binman: Add a test for nested and aligned sections
[U-Boot] Support for i.MX7ULP rev B0
2019-07-18 1:46 UTC (3+ messages)
[U-Boot] [PATCH 0/4] Make some changes to SDP
2019-07-18 1:40 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] imx: spl: Change USB boot device type
` [U-Boot] [PATCH 2/4] SDP: use CONFIG_SDP_LOADADDR as default load address
` [U-Boot] [PATCH 3/4] SDP: fix wrong usb request size and add high speed endpoint descriptor
` [U-Boot] [PATCH 4/4] SDP: Call usb_gadget_initialize and usb_gadget_release to support UDC
[U-Boot] [PATCH 0/5] travis: Build and test ASPEED board
2019-07-18 1:39 UTC (8+ messages)
` [U-Boot] [PATCH 3/5] traivs: Build aspeed boards
[U-Boot] [RFC, PATCH v4 00/16] efi_loader: non-volatile variables support
2019-07-18 0:13 UTC (21+ messages)
` [U-Boot] [RFC, PATCH v4 01/16] hashtable: extend interfaces to handle entries with context
` [U-Boot] [RFC, PATCH v4 02/16] env: extend interfaces to import/export U-Boot environment per context
` [U-Boot] [RFC, PATCH v4 03/16] env: extend interfaces to label variable with context
` [U-Boot] [RFC, PATCH v4 04/16] env: flash: add U-Boot environment context support
` [U-Boot] [RFC, PATCH v4 05/16] env: fat: "
` [U-Boot] [RFC, PATCH v4 06/16] env: add variable storage attribute support
` [U-Boot] [RFC, PATCH v4 07/16] env: add/expose attribute helper functions for hashtable
` [U-Boot] [RFC, PATCH v4 08/16] hashtable: import/export entries with flags
` [U-Boot] [RFC, PATCH v4 09/16] hashtable: extend hdelete_ext for autosave
` [U-Boot] [RFC, PATCH v4 10/16] env: save non-volatile variables only
` [U-Boot] [RFC, PATCH v4 11/16] env: save a context immediately if 'autosave' variable is changed
` [U-Boot] [RFC, PATCH v4 12/16] env: extend interfaces to get/set attributes
` [U-Boot] [RFC, PATCH v4 13/16] cmd: env: show variable storage attribute in "env flags" command
` [U-Boot] [RFC,PATCH v4 14/16] env: fat: support UEFI context
` [U-Boot] [RFC, PATCH v4 15/16] env, efi_loader: define flags for well-known global UEFI variables
` [U-Boot] [RFC, PATCH v4 16/16] efi_loader: variable: rework with new extended env interfaces
[U-Boot] [PATCH] sunxi: H6: DRAM: Add support for half DQ
2019-07-17 22:16 UTC
[U-Boot] [PATCH 5/5] travis: Build aspeed board with qemu HEAD
2019-07-17 20:25 UTC (2+ messages)
` [U-Boot] [PATCH] gitlab-ci: Add evb-ast2500 test.py test
[U-Boot] [PATCH 1/1] video: dw_hdmi: Add support for ddc-i2c-bus property
2019-07-17 19:35 UTC
[U-Boot] [PATCH 0/4] Marvell MDIO driver and new MDIO name property
2019-07-17 19:09 UTC (6+ messages)
` [U-Boot] [PATCH 1/4] net: mdio-uclass: name MDIO according to device-name property if preset
` [U-Boot] [PATCH 2/4] doc: bindings: add mdio.txt describing generic MDIO properties
` [U-Boot] [PATCH 3/4] drivers: net: add marvell MDIO driver
` [U-Boot] [PATCH 4/4] arm: dts: Set custom names for cp110 master/slave MDIO buses
[U-Boot] [PATCH] spl: implement stack usage check
2019-07-17 18:18 UTC (3+ messages)
[U-Boot] [PATCH 1/1] travis-ci: qemu-system-riscv64: Parameter 'id' is missing
2019-07-17 17:52 UTC (3+ messages)
[U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
2019-07-17 17:24 UTC (5+ messages)
[U-Boot] [RFC] bug.h: Drop filename from BUG/WARNING logs if building for TPL/SPL
2019-07-17 17:22 UTC (2+ messages)
[U-Boot] [PATCH v3] board: mediatek: Add pumpkin board support
2019-07-17 16:35 UTC (2+ messages)
[U-Boot] [PATCH u-boot-spi 1/1] spi: mvebu_a3700_spi: Fix clock prescale computation
2019-07-17 16:21 UTC (2+ messages)
[U-Boot] Pull request for UEFI sub-system for v2019.10-rc1 (2)
2019-07-17 16:20 UTC
[U-Boot] [PATCH] menu: don't bother going interactive with just one menu item
2019-07-17 15:58 UTC (2+ messages)
[U-Boot] [PATCH] doc: fitImage: Cosmetics break lines
2019-07-17 15:57 UTC
[U-Boot] [PATCH] doc: fitImage: Fix conf number incrementation
2019-07-17 15:57 UTC
[U-Boot] [PATCH V2 1/3] phy: Add support for phy-da8xx-usb
2019-07-17 15:25 UTC (4+ messages)
` [U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb
[U-Boot] [PATCH 1/2] sandbox: remove CONFIG_SANDBOX_BITS_PER_LONG and GENMASK hack
2019-07-17 14:37 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] linux/bitops.h: split BITS, GENMASK macros out into <linux/bits.h>
[U-Boot] [PATCH] ARM: omap3/omap35_logic: Fix broken Logic PD Torpedo booting
2019-07-17 14:35 UTC
[U-Boot] [RFC] travis-ci: source for grub*.efi
2019-07-17 14:33 UTC (2+ messages)
[U-Boot] [PATCH] AM33xx: Fix bad addressing in PLL dividers setting
2019-07-17 14:29 UTC (2+ messages)
[U-Boot] [PATCH v3 00/18] ram: rk3399: Add rank detection
2019-07-17 12:53 UTC (3+ messages)
` [U-Boot] [PATCH v3 16/18] ram: rk3399: Add rank detection support
[U-Boot] [PATCH v3] board/BuR/brppt2: initial commit
2019-07-17 12:29 UTC
[U-Boot] Pull request: u-boot-sunxi/master
2019-07-17 12:27 UTC (2+ messages)
[U-Boot] [PATCH v5] board/BuR/zynq/brsmarc2: initial commit
2019-07-17 12:25 UTC
[U-Boot] [PATCH v3] board/BuR/brsmarc1: initial commit
2019-07-17 12:07 UTC
[U-Boot] [PATCH v3 0/2] rockchip: make_fit_atf.py Eliminate pyelftools dependency
2019-07-17 10:47 UTC (5+ messages)
` [U-Boot] [PATCH v3 1/2] rockchip: make_fit_atf.py: "
` [U-Boot] [PATCH v3 2/2] rockchip: Remove obsolete references to pyelftools
[U-Boot] [RFC PATCH 0/9] Initial layout for Sphinx HTML docs
2019-07-17 10:39 UTC (7+ messages)
` [U-Boot] [RFC PATCH 4/9] doc: driver-model: Convert README.txt to reST
` [U-Boot] [RFC PATCH 9/9] doc: board: Add Intel Crown Bay board doc
[U-Boot] [PATCH v6] board/fsl/lx2160a: Fix MC firmware loading during SD boot
2019-07-17 10:33 UTC
[U-Boot] [PATCH v2] board: fsl: lx2160a: implement board_fix_fdt
2019-07-17 10:23 UTC
[U-Boot] [PATCH] board: fsl: lx2160a: implement board_fix_fdt
2019-07-17 10:18 UTC (3+ messages)
[U-Boot] [PATCH] rockchip: spl-boot-order: update dependency to OF_LIBFDT
2019-07-17 10:15 UTC
[U-Boot] [PATCH 1/5] arm: dts: sync dts for i.MX6UL
2019-07-17 10:06 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] arm: dts: sync dts for i.MX6ULL
` [U-Boot] [PATCH 3/5] arm: dts: import dts for i.MX6ULZ
` [U-Boot] [PATCH 4/5] imx: add i.MX6ULZ cpu type
` [U-Boot] [PATCH 5/5] imx: add i.MX6ULZ board
[U-Boot] [PATCH v2] board/fsl/lx2160ardb: enable flexcan
2019-07-17 9:34 UTC
[U-Boot] [PATCH v2] board/BuR/brsmarc1: initial commit
2019-07-17 9:29 UTC (3+ messages)
` [U-Boot] Antwort: "
[U-Boot] [PATCH v2 0/7] Support Andes RISC-V l2cache on AE350 platform
2019-07-17 7:33 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/7] dm: cache: Add enable and disable ops for cache uclass
` [U-Boot] [PATCH v2 2/7] dm: cache: add v5l2 cache controller driver
` [U-Boot] [PATCH v2 5/7] riscv: cache: Flush L2 cache before jump to linux
[U-Boot] rpi2: u-boot misaligned operation
2019-07-17 7:19 UTC (5+ messages)
[U-Boot] [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s
2019-07-17 6:18 UTC (3+ messages)
` [U-Boot] [EXT] "
[U-Boot] [Patch V3] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s
2019-07-17 6:16 UTC
[U-Boot] [Patch V3] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID
2019-07-17 6:16 UTC
[U-Boot] [Patch V3] drivers: mtd: spi: Add flash property for Micron mt25qu512a
2019-07-17 6:15 UTC
[U-Boot] [PATCH v2] qemu-x86: Use config_distro_bootcmd
2019-07-17 5:43 UTC (3+ messages)
` [U-Boot] [PATCH v3] "
[U-Boot] [PATCH 0/3] Support distro boot in pico-imx7d BL33 case
2019-07-17 5:42 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] pico-imx7d: Support distro boot for FIT image case
[U-Boot] [PATCH v5 0/4] SiFive SPI MMC Support
2019-07-17 5:17 UTC (12+ messages)
` [U-Boot] [PATCH v5 1/4] mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
` [U-Boot] [PATCH v5 2/4] spi: Add SiFive SPI driver
[U-Boot] [PATCH v1] gpio: fixes for gpio-hog support
2019-07-17 4:59 UTC
[U-Boot] [PATCH v5 8/8] x86: Skip setting up MTRRs in slimbootloader
2019-07-17 4:42 UTC
[U-Boot] [PATCH v5 7/8] board: intel: Add new slimbootloader board
2019-07-17 4:42 UTC
[U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 6/8] x86: slimbootloader: Add a slimbootloader device tree
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 4/8] x86: slimbootloader: Add serial driver
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 3/8] x86: slimbootloader: Add memory configuration
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 2/8] x86: Add a common hob library
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 1/8] x86: Add new slimbootloader CPU type
2019-07-17 4:41 UTC
[U-Boot] [PATCH v5 0/8] x86: Add basic Slim Bootloader payload support
2019-07-17 4:40 UTC
[U-Boot] [PATCH v4] spl: kconfig: separate sysreset and firmware drivers from misc
2019-07-17 4:33 UTC (2+ messages)
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