messages from 2018-10-01 13:40:44 to 2018-10-02 11:20:52 UTC [more...]
[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
2018-10-02 11:20 UTC (10+ messages)
` [U-Boot] [PATCH v4 2/3] board: Add gazerbeam driver
` [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass
[U-Boot] [PATCH v3 1/4] core: Add functions to set properties in live-tree
2018-10-02 11:20 UTC (13+ messages)
` [U-Boot] [PATCH v3 2/4] test: Add tests for DT-manipulation functions
` [U-Boot] [PATCH v3 3/4] core: Add dev_{disable,enable}_by_path
` [U-Boot] [PATCH v3 4/4] test: Add tests for dev_{enable, disable}_by_path
[U-Boot] [PATCH 00/31] binman: Expand support for SPL and TPL
2018-10-02 11:20 UTC (63+ messages)
` [U-Boot] [PATCH 01/31] fdt: Add Python support for adding/removing nodes
` [U-Boot] [PATCH 02/31] binman: Move 'special properties' docs to README.entries
` [U-Boot] [PATCH 03/31] binman: Allow 'fill' entry to have a size of 0
` [U-Boot] [PATCH 04/31] binman: Generate an error when text is not provided
` [U-Boot] [PATCH 05/31] binman: Add x86 support for starting TPL
` [U-Boot] [PATCH 06/31] binman: Tidy up the vblock entry
` [U-Boot] [PATCH 07/31] binman: Support building a selection of images
` [U-Boot] [PATCH 08/31] dtoc: Allow syncing of the device tree back to a file
` [U-Boot] [PATCH 09/31] dtoc: Fixed endianness in Prop.GetEmpty()
` [U-Boot] [PATCH 10/31] dtoc: Support adding new nodes
` [U-Boot] [PATCH 11/31] dtoc: Add methods for adding and updating properties
` [U-Boot] [PATCH 12/31] dtoc: Add a way to create an Fdt object from a data block
` [U-Boot] [PATCH 13/31] binman: Add an entry method for getting the default filename
` [U-Boot] [PATCH 14/31] binman: Move state information into a new module
` [U-Boot] [PATCH 15/31] binman: Move state logic into the state module
` [U-Boot] [PATCH 16/31] binman: Centralise device-tree updates within binman
` [U-Boot] [PATCH 17/31] binman: Obtain the list of device trees from the config
` [U-Boot] [PATCH 18/31] binman: Allow control of whether a fake DT is used
` [U-Boot] [PATCH 19/31] binman: Support updating all device tree files
` [U-Boot] [PATCH 20/31] patman: Detect missing tools and report them
` [U-Boot] [PATCH 21/31] binman: Support compressed entries
` [U-Boot] [PATCH 22/31] binman: Allow zero-size sections
` [U-Boot] [PATCH 23/31] binman: Support adding files
` [U-Boot] [PATCH 24/31] binman: Support expanding entries
` [U-Boot] [PATCH 25/31] binman: Mention section attributes in docs
` [U-Boot] [PATCH 26/31] binman: Support hashing entries
` [U-Boot] [PATCH 27/31] binman: Support x86 microcode in TPL
` [U-Boot] [PATCH 28/31] binman: Record the parent section of each section
` [U-Boot] [PATCH 29/31] binman: Correct fmap output on x86
` [U-Boot] [PATCH 30/31] binman: Support ELF files for U-Boot and SPL
` [U-Boot] [PATCH 31/31] binman: Allow writing a map file when something goes wrong
[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
2018-10-02 11:20 UTC (6+ messages)
[U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators
2018-10-02 10:50 UTC (10+ messages)
` [U-Boot] "
[U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name
2018-10-02 10:46 UTC (4+ messages)
[U-Boot] [PATCH] cmd: pxe: add support for FIT config selection
2018-10-02 8:54 UTC
[U-Boot] xzwrite
2018-10-02 8:04 UTC
[U-Boot] [PATCH 00/45] Various fixes and improvements
2018-10-02 7:37 UTC (50+ messages)
` [U-Boot] [PATCH 01/45] dm: core: Alloc uclass-private data to be cache-aligned
` [U-Boot] [PATCH 02/45] dm: core: Update some functions to use const
` [U-Boot] [PATCH 03/45] dm: core: Add a function to find the first inactive child
` [U-Boot] [PATCH 04/45] dm: core: Update ofnode to read binman-style flash entry
` [U-Boot] [PATCH 05/45] sf: Avoid allocating memory on every read operation
` [U-Boot] [PATCH 06/45] spl: input: Allow input in SPL and TPL
` [U-Boot] [PATCH 07/45] Makefile: Add a warning if SPL/TPL cannot be built
` [U-Boot] [PATCH 08/45] spl: misc: Allow misc drivers in SPL and TPL
` [U-Boot] [PATCH 09/45] blk: Support block drivers in TPL
` [U-Boot] [PATCH 10/45] Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig
` [U-Boot] [PATCH 11/45] rtc: Allow use of RTC in SPL and TPL
` [U-Boot] [PATCH 12/45] fdt: Document the fact that dtc is now built
` [U-Boot] [PATCH 13/45] doc: Update docs for device tree in SPL, TPL
` [U-Boot] [PATCH 14/45] fdt: Allow indicating a node is for U-Boot proper only
` [U-Boot] [PATCH 15/45] tpm: Add support for SPL and TPL
` [U-Boot] [PATCH 16/45] serial: Allow serial to be absent in TPL
` [U-Boot] [PATCH 17/45] fdt: Allow libfdt "
` [U-Boot] [PATCH 18/45] cros: Update cros_ec code to use struct udevice
` [U-Boot] [PATCH 19/45] cros: Adjust board_get_cros_ec_dev() to return a udevice
` [U-Boot] [PATCH 20/45] dm: spi: Add logging of some return values
` [U-Boot] [PATCH 21/45] fdt: Remove fdtdec_decode_region() function
` [U-Boot] [PATCH 22/45] video: Adjust video_clear() to return an error
` [U-Boot] [PATCH 23/45] tpm: Use livetree and allow children
` [U-Boot] [PATCH 24/45] tpm: Tidy up logging in tpm-common.c
` [U-Boot] [PATCH 25/45] tpm: Add a few new commands for v1
` [U-Boot] [PATCH 26/45] binman: Move to three-digit test-file numbers
` [U-Boot] [PATCH 27/45] binman: Add a test for Intel reference code
` [U-Boot] [PATCH 28/45] log: Add comments to the rest of the log categories
` [U-Boot] [PATCH 29/45] malloc_simple: Add logging of allocations
` [U-Boot] [PATCH 30/45] Add a header file for strings
` [U-Boot] [PATCH 31/45] Rename GPT_HEADER_SIGNATURE to avoid conflict
` [U-Boot] [PATCH 32/45] cros: Update ec_commands to latest version
` [U-Boot] [PATCH 33/45] x86: Update mtrr functions to allow leaving cache alone
` [U-Boot] [PATCH 34/45] cros_ec: Update cros_ec_read_hash() to specify the image
` [U-Boot] [PATCH 35/45] cros_ec: Add support for v3 messages on LPC
` [U-Boot] [PATCH 36/45] test: panel: Add a test for the panel uclass
` [U-Boot] [PATCH 37/45] panel: Expand the backlight support
` [U-Boot] [PATCH 38/45] ctags: Minor changes to fix ctags output
` [U-Boot] [PATCH 39/45] fdt: Allow C++ comments in link scripts and DT files
` [U-Boot] [PATCH 40/45] pci: Add a little more debugging to pci_rom
` [U-Boot] [PATCH 41/45] sysreset: Tidy up a few comments and logging
` [U-Boot] [PATCH 42/45] sysreset: Add a way to find the last reset
` [U-Boot] [PATCH 43/45] video: at91: Adjust vidconsole_position_cursor() to use char pos
` [U-Boot] [PATCH 44/45] video: Tidy up a few comments in video.o
` [U-Boot] [PATCH 45/45] dtoc: Fix the value of SetInt()
[U-Boot] [PATCH 1/1] fs: fat: fix set_cluster()
2018-10-02 7:30 UTC
[U-Boot] [PATCH] mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7
2018-10-02 7:03 UTC
[U-Boot] [PATCH v2] arm: zynq: Add support for DLC20 board
2018-10-02 6:49 UTC
[U-Boot] [PATCH 1/1] fs: fat: memory leak in fat_unlink()
2018-10-02 6:39 UTC (2+ messages)
[U-Boot] [PATCH 00/20] Add support for MediaTek SoCs - MT7623n / MT7629
2018-10-02 6:13 UTC (21+ messages)
` [U-Boot] [PATCH 01/20] tools: MediaTek: add MTK boot header generation to mkimage
` [U-Boot] [PATCH 02/20] arm: MediaTek: add basic support for MT7629 boards
` [U-Boot] [PATCH 03/20] arm: MediaTek: add basic support for MT7623 boards
` [U-Boot] [PATCH 04/20] arm: dts: MediaTek: add MT7629 reference board support
` [U-Boot] [PATCH 05/20] arm: dts: MediaTek: add MT7623 Bananapi R2 "
` [U-Boot] [PATCH 06/20] configs: MediaTek: add MT7629 reference "
` [U-Boot] [PATCH 07/20] configs: MediaTek: add MT7623 Bananapi R2 "
` [U-Boot] [PATCH 08/20] clk: MediaTek: add clock driver for MT7629 SoC
` [U-Boot] [PATCH 09/20] clk: MediaTek: add clock driver for MT7623 SoC
` [U-Boot] [PATCH 10/20] timer: MediaTek: add timer driver for MediaTek SoCs
` [U-Boot] [PATCH 11/20] watchdog: MediaTek: add watchdog "
` [U-Boot] [PATCH 12/20] pinctrl: MediaTek: add pinctrl driver for MT7629 SoC
` [U-Boot] [PATCH 13/20] pinctrl: MediaTek: add pinctrl driver for MT7623 SoC
` [U-Boot] [PATCH 14/20] power domain: MediaTek: add power domain driver for MT7629 SoC
` [U-Boot] [PATCH 15/20] power domain: MediaTek: add power domain driver for MT7623 SoC
` [U-Boot] [PATCH 16/20] serial: 16550: allow the driver to support MediaTek serial
` [U-Boot] [PATCH 17/20] ram: MediaTek: add DDR3 driver for MT7629 SoC
` [U-Boot] [PATCH 18/20] spi: mtk_qspi: add qspi "
` [U-Boot] [PATCH 19/20] mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC
` [U-Boot] [PATCH 20/20] MAINTAINERS: add an entry for MediaTek
[U-Boot] [PATCH] efi_loader: execute image's unload function
2018-10-02 5:04 UTC (4+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/1] efi_loader: error handling in read_console()
2018-10-02 4:43 UTC
[U-Boot] [PATCH 1/1] efi_loader: return type efi_console_register()
2018-10-02 4:08 UTC
[U-Boot] [PATCH 1/1] efi_loader: superfluous statement in is_dir()
2018-10-02 3:57 UTC
[U-Boot] [PATCH 1/1] efi_loader: memory leak in efi_set_variable()
2018-10-02 3:30 UTC
[U-Boot] [PATCH v2 00/17] test: Various test refinements and improvements
2018-10-02 3:12 UTC (18+ messages)
` [U-Boot] [PATCH v2 01/17] test/py: ignore console read exceptions after test failure
` [U-Boot] [PATCH v2 02/17] sandbox: Unprotect DATA regions in bus tests
` [U-Boot] [PATCH v2 03/17] patman: Handle unicode in _ProjectConfigParser tests
` [U-Boot] [PATCH v2 04/17] test/py: Fix unicode handling for log filtering
` [U-Boot] [PATCH v2 05/17] buildman: Make the toolchain test more forgiving
` [U-Boot] [PATCH v2 06/17] Makefile: Add a 'check' target for make
` [U-Boot] [PATCH v2 07/17] test: Simplify the PATH setup
` [U-Boot] [PATCH v2 08/17] test: Print the name of each test before running it
` [U-Boot] [PATCH v2 09/17] test: Tidy up comments and variable name
` [U-Boot] [PATCH v2 10/17] binman: Add a default path to libfdt.py
` [U-Boot] [PATCH v2 11/17] binman: Fix up removal of temporary directories
` [U-Boot] [PATCH v2 12/17] binman: Separate out testSplBssPad()
` [U-Boot] [PATCH v2 13/17] buildman: dtoc: Suppress unwanted output from test
` [U-Boot] [PATCH v2 14/17] tools: Set an initial value for indir
` [U-Boot] [PATCH v2 15/17] patman: Don't clear progress in tout unless it was used
` [U-Boot] [PATCH v2 16/17] test: Reduce the number of tests run with sandbox_flattree
` [U-Boot] [PATCH v2 17/17] binman: Run tests concurrently
[U-Boot] [PATCH 1/1] efi_loader: fix simple network protocol
2018-10-02 1:58 UTC
[U-Boot] [ANN] U-Boot v2018.11-rc1 released
2018-10-02 0:33 UTC
[U-Boot] [PATCH v2] MAINTAINERS: at91: update entry for at91 boards
2018-10-02 0:33 UTC (2+ messages)
[U-Boot] Errors when starting sandbox
2018-10-01 22:01 UTC (4+ messages)
[U-Boot] [PATCH 1/3] spi: davinci: Add platdata support
2018-10-01 21:58 UTC (7+ messages)
` [U-Boot] [PATCH 2/3] board: da8xxevm: Add SPL DM for serial, spi
[U-Boot] [PATCH v13 0/7] SPI-NAND support (third batch)
2018-10-01 20:39 UTC (10+ messages)
` [U-Boot] [PATCH v13 1/7] mtd: uclass: add probe function
` [U-Boot] [PATCH v13 2/7] mtd: mtdpart: add a generic mtdparts-like parser
` [U-Boot] [PATCH v13 3/7] mtd: uboot: search for an equivalent MTD name with the mtdids
` [U-Boot] [PATCH v13 4/7] mtd: mtdpart: implement proper partition handling
` [U-Boot] [PATCH v13 5/7] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v13 6/7] cmd: ubi: clean the partition handling
` [U-Boot] [PATCH v13 7/7] cmd: mtdparts: describe as legacy
[U-Boot] [RFQ PATCH] nand: mxs_nand: Add the option to have BBT in the nand device
2018-10-01 19:44 UTC
[U-Boot] [PATCH 00/15] sandbox: Add support for TPL and other improvements
2018-10-01 19:20 UTC (17+ messages)
` [U-Boot] [PATCH 01/15] log: Add helpers for common log levels
` [U-Boot] [PATCH 02/15] sandbox: Support file truncation with os_open()
` [U-Boot] [PATCH 03/15] sandbox: Add a way to write data to the host filesystem
` [U-Boot] [PATCH 04/15] sandbox: spi: Drop command-line SPI option
` [U-Boot] [PATCH 05/15] sandbox: Support booting from TPL to SPL
` [U-Boot] [PATCH 06/15] sandbox: Add a flag to set the default log level
` [U-Boot] [PATCH 07/15] sandbox: Remove the old memory file later
` [U-Boot] [PATCH 08/15] sandbox: spi: Add more logging
` [U-Boot] [PATCH 09/15] sandbox: video: Speed up video output
` [U-Boot] [PATCH 10/15] sandbox: Add a debug UART
` [U-Boot] [PATCH 11/15] serial: sandbox: Allow serial output without device tree
` [U-Boot] [PATCH 12/15] sandbox: tpm: Tidy up enums and return values
` [U-Boot] [PATCH 13/15] sandbox: tpm: Enhance to support the latest Chromium OS
` [U-Boot] [PATCH 14/15] dm: spi: Clean up detection of sandbox SPI emulator
` [U-Boot] [PATCH 15/15] sandbox: Restore blocking I/O on exit
[U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC
2018-10-01 17:55 UTC (7+ messages)
` [U-Boot] [PATCH 03/18] armv8: ls1043ardb: Enable GPIO driver
` [U-Boot] [PATCH 15/18] armv8: ls1088a: add i2c entry
[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
2018-10-01 17:32 UTC (5+ messages)
` [U-Boot] [PATCH 14/22] test/py: Add a way to pass flags to sandbox
[U-Boot] Please pull u-boot-dm
2018-10-01 17:26 UTC (3+ messages)
[U-Boot] [PATCH v12 0/8] SPI-NAND support (third batch)
2018-10-01 16:15 UTC (7+ messages)
` [U-Boot] [PATCH v12 1/8] dm: drop unused helper in MTD header
[U-Boot] [PATCH v2] Fixes the load command return code under btrfs
2018-10-01 14:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] fs: btrfs: Fix tree traversal with btrfs_next_slot()
2018-10-01 14:18 UTC (4+ messages)
[U-Boot] [PATCH] MAINTAINERS: at91: update entry for sama5 boards and 9x5ek
2018-10-01 14:14 UTC (2+ messages)
[U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum
2018-10-01 13:56 UTC (3+ 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