U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-15 04:51:49 to 2017-09-16 05:10:45 UTC [more...]

[U-Boot] [PATCH v2 0/8] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc
 2017-09-16  5:10 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/8] stdio.h: move printf() stuff from <common.h> to <stdio.h>
` [U-Boot] [PATCH v2 2/8] printk: collect printk stuff into <linux/printk.h> with loglevel support
` [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()
` [U-Boot] [PATCH v2 4/8] common.h: remove error()
` [U-Boot] [PATCH v2 5/8] vsprintf.h: include <linux/types.h>
` [U-Boot] [PATCH v2 6/8] bug.h: sync BUILD_BUG stuff with Linux 4.13
` [U-Boot] [PATCH v2 7/8] bug.h: move runtime BUG/WARN macros into <linux/bug.h>

[U-Boot] [PATCH 00/13] x86: Add Intel Braswell SoC and Cherry Hill board support
 2017-09-16  4:32 UTC  (17+ messages)
` [U-Boot] [PATCH 09/13] x86: Add Intel Braswell SoC support
` [U-Boot] [PATCH 10/13] x86: braswell: Add microcode for B0/C0/D0 stepping SoC
` [U-Boot] [PATCH 11/13] x86: braswell: Add FSP configuration
` [U-Boot] [PATCH 12/13] x86: braswell: Disable PUNIT power configuration for B0 stepping
` [U-Boot] [PATCH 13/13] x86: Support Intel Cherry Hill board

[U-Boot] [PATCH] spl: Fix compiling warning on gunzip argument
 2017-09-16  2:34 UTC  (5+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: davinci: Remove CONFIG_SOC_DA830
 2017-09-16  2:33 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: dts: Add missing u-boot specific dtsi for dra7-evm
 2017-09-16  2:32 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: mach-omap2: Relax checks on OP-TEE location to allow pageable image
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fs/fat: fix fatbuf leak
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 9/9] fs/fat: Clean up open-coded sector <-> cluster conversions
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 8/9] fs/fat: fix case for FAT shortnames
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,8/9] "

[U-Boot] [PATCH v3 7/9] fat/fs: move ls to generic implementation
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 6/9] fat/fs: remove a bunch of dead code
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,6/9] "

[U-Boot] [PATCH v3 5/9] fs/fat: implement opendir/readdir/closedir
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/9] fs: add fs_readdir()
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,4/9] "

[U-Boot] [PATCH v3 3/9] fat/fs: convert to directory iterators
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/9] fs/fat: introduce new director iterators
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/9] fs/fat: split out helper to init fsdata
 2017-09-16  2:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] Pull request: u-boot-ubi/master
 2017-09-16  2:31 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2017-09-16  2:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] x86: ivybridge: remove unused variables
 2017-09-16  2:24 UTC  (2+ messages)

[U-Boot] [PATCH v2] net/tftp: fix build if CMD_BOOTEFI is not set
 2017-09-16  1:57 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: Kconfig: DM_GPIO depends on OF_CONTROL
 2017-09-15 20:44 UTC 

[U-Boot] [PATCH] MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds
 2017-09-15 20:25 UTC  (2+ messages)

[U-Boot] [PATCH] boston: Remove unused label in lowlevel_display
 2017-09-15 20:25 UTC  (2+ messages)

[U-Boot] [PATCH] boston: Drop unused return value
 2017-09-15 20:24 UTC  (2+ messages)

[U-Boot] [PATCH V2] test/py: gpt: make use of infra-structure
 2017-09-15 19:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fdt
 2017-09-15 19:31 UTC 

[U-Boot] [PATCH v1] cmd: usb: add blk devices to ignore list in tree graph
 2017-09-15 19:27 UTC  (4+ messages)

[U-Boot] [PATCH v3 14/14] test: overlay: Add unit test for stacked overlay
 2017-09-15 19:26 UTC  (36+ messages)
` [U-Boot] [PATCH v3 00/14] uboot overlays, FIT image & unittest
  ` [U-Boot] [PATCH v3 01/14] Introduce fdt_setprop_placeholder() method
  ` [U-Boot] [PATCH v3 02/14] fdt: Introduce helper method fdt_overlay_apply_verbose()
  ` [U-Boot] [PATCH v3 03/14] fdt: Switch to using the verbose overlay application method
  ` [U-Boot] [PATCH v3 04/14] fdt: Allow stacked overlays phandle references
  ` [U-Boot] [PATCH v3 05/14] fit: Allow multiple images per property
  ` [U-Boot] [PATCH v3 06/14] fit: Do not throw away extra configuration on fit_image_load()
  ` [U-Boot] [PATCH v3 07/14] fit: Introduce methods for applying overlays on fit-load
  ` [U-Boot] [PATCH v3 08/14] fit: fdt overlays doc
  ` [U-Boot] [PATCH v3 09/14] doc: Document how to apply fdt overlays
  ` [U-Boot] [PATCH v3 10/14] doc: overlays: Tweak documentation regarding overlays
  ` [U-Boot] [PATCH v3 11/14] dtbo: make dtbos special
  ` [U-Boot] [PATCH v3 12/14] config: sandbox: Add unit tests
  ` [U-Boot] [PATCH v3 13/14] ut: fix fdt_getprop_u32() change

[U-Boot] [PATCH v2 16/16] dtoc: Add a header to the generated files
 2017-09-15 19:25 UTC  (21+ messages)
` [U-Boot] [PATCH v2 00/16] dtoc: Add support for 64-bit addresses
  ` [U-Boot] [PATCH v2 05/16] dtoc: Add support for 32 or "
  ` [U-Boot] [PATCH v2 15/16] dtoc: Rename the auto-generated dt-structs.h file
  ` [U-Boot] [PATCH v2 14/16] dtoc: Support properties containing multiple phandle values
  ` [U-Boot] [PATCH v2 13/16] dtoc: Put phandle args in an array
  ` [U-Boot] [PATCH v2 12/16] dtoc: Put each phandle on a separate line
  ` [U-Boot] [PATCH v2 11/16] dtoc: Rename the phandle struct
  ` [U-Boot] [PATCH v2 10/16] dtoc: Rename is_phandle() and adjust it to return more detail
  ` [U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function
  ` [U-Boot] [PATCH v2 08/16] dtoc: Use the Fdt's class's phandle map
  ` [U-Boot] [PATCH v2 06/16] dtoc: Handle 'reg' properties with unusual sizes
  ` [U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles
  ` [U-Boot] [PATCH v2 03/16] dtoc: Add a 64-bit type and a way to convert cells into 64 bits
  ` [U-Boot] [PATCH v2 04/16] dtoc: Avoid very long lines in output
  ` [U-Boot] [PATCH v2 02/16] dtoc: Adjust Node to record its parent
  ` [U-Boot] [PATCH v2 01/16] fdt: Sync libfdt up to upstream

[U-Boot] [PATCH] libfdt: Initialize the stack variable
 2017-09-15 19:25 UTC  (5+ messages)

[U-Boot] efi_loader: queued patches
 2017-09-15 19:24 UTC  (3+ messages)

[U-Boot] [PATCH] Travis-CI: Switch back to using the top of tree dtc
 2017-09-15 19:19 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] pinctrl: rmobile: Add Renesas RCar pincontrol driver
 2017-09-15 19:13 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] gpio: rmobile: Add Renesas RCar GPIO driver
` [U-Boot] [PATCH 3/5] ARM: rmobile: Switch to DM PFC pinmux and "
` [U-Boot] [PATCH 4/5] ARM: rmobile: Zap ad-hoc PFC and GPIO setup in board files
` [U-Boot] [PATCH 5/5] ARM: rmobile: Zap Gen3 PFC tables

[U-Boot] [PATCH] ARM: rmobile: Enable GPIO command
 2017-09-15 19:12 UTC 

[U-Boot] [PATCH] ARM: rmobile: Enable DM regulator support
 2017-09-15 19:12 UTC 

[U-Boot] [PATCH 1/3] ARM: rmobile: Remove SD clock configuration from board files
 2017-09-15 19:12 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: rmobile: Remove AVB "
` [U-Boot] [PATCH 3/3] ARM: rmobile: Remove SCIF "

[U-Boot] [PATCH] ARM: dts: rmobile: Add PHY reset GPIO
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] serial: sh: Enable clock if available
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] net: ravb: Add PHY reset GPIO support
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] clk: rmobile: Add RPC hyperflash clock
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] clk: rmobile: Add support for setting SDxCKCR
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] ARM: rmobile: Place initial stack right below U-Boot
 2017-09-15 19:09 UTC 

[U-Boot] [PATCH v3 03/21] efi: add some missing __packed
 2017-09-15 18:58 UTC  (3+ messages)
` [U-Boot] [U-Boot,v3,03/21] "

[U-Boot] [PATCH v3 01/21] part: move efi_guid_t
 2017-09-15 18:34 UTC  (3+ messages)
` [U-Boot] [U-Boot,v3,01/21] "

[U-Boot] [PATCH] test/py: gpt: make use of infra-structure
 2017-09-15 17:54 UTC  (2+ messages)

[U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3
 2017-09-15 17:41 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] add pytests for 'gpt rename' and 'gpt swap'
 2017-09-15 16:29 UTC  (5+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [Patch v2] spl: Fix compiling warning on gunzip argument
 2017-09-15 15:21 UTC 

[U-Boot] [PATCH] spl: fit: Fixed incompatible type warning in spl_load_fit_image()
 2017-09-15 14:57 UTC  (4+ messages)

[U-Boot] [PATCH] Fix s25fl256s position in spi_flash_ids list
 2017-09-15 14:21 UTC 

[U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
 2017-09-15 13:57 UTC 

[U-Boot] [PATCH v4 0/3] Allwinner DE2 HDMI SimpleFB support
 2017-09-15 13:37 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform
 2017-09-15 13:26 UTC  (4+ messages)

[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
 2017-09-15 13:20 UTC  (9+ messages)

[U-Boot] Please pull u-boot-video/next
 2017-09-15 13:12 UTC 

[U-Boot] [PATCH] rockchip: puma_rk3399: increase serialno_str size
 2017-09-15 12:46 UTC 

[U-Boot] [PATCH 1/2] mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
 2017-09-15 12:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mtd: nand: do not check R/B# for CMD_SET_FEATURES "

[U-Boot] [PATCH 1/4] mtd: nand: denali: allow to override corrupted revision register
 2017-09-15 12:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: uniphier: merge two defconfig files into uniphier_v7_defconfig
` [U-Boot] [PATCH 3/4] ARM: uniphier: remove bit field macros from sc64-regs.h
` [U-Boot] [PATCH 4/4] ARM: uniphier: add GPU(Mali) reset deassert and clk enable

[U-Boot] [PATCH 1/1] test/py: u_boot_console_base.py: fix typo
 2017-09-15 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] checkpatch.pl: Add warning for new __packed additions
 2017-09-15 12:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] cmd: blk: Use LBAFU in the common block command
 2017-09-15 12:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] blk: Remove various places that do flush cache after read
 2017-09-15 12:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 1/1] checkpatch: update from Linux v4.13-rc6
 2017-09-15 12:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] lib: strto: fix incorrect handling of specified base
 2017-09-15 12:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] add pytests for 'gpt guid' command in sandbox
 2017-09-15 12:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] GPT: create block device for sandbox testing
 2017-09-15 12:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/2] ARM: DRA7: Cleanup old pinctrl macros
 2017-09-15 12:21 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] arm: am57xx: cl-som-am57x: Use new pinctrl macros
 2017-09-15 12:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 0/3] rockchip: back-to-bootrom: replace assembly-implementation with C-code
 2017-09-15 12:02 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] arm: make save_boot_params_ret prototype visible for AArch64
` [U-Boot] [PATCH 2/3] rockchip: back-to-bootrom: replace assembly-implementation with C-code
` [U-Boot] [PATCH 3/3] rockchip: back-to-bootrom: allow passing a cmd to the bootrom

[U-Boot] [PATCH] cmd/gpt.c: Fix warning over memset args in allocate_disk_part
 2017-09-15 12:02 UTC 

[U-Boot] [PATCH v6 00/10] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-09-15 10:57 UTC  (11+ messages)
` [U-Boot] [PATCH v6 01/10] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH v6 02/10] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH v6 03/10] fit: fixed bug in locate_dtb_in_fit()
` [U-Boot] [PATCH v6 04/10] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH v6 05/10] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH v6 06/10] gzip: add a function to parse "
` [U-Boot] [PATCH v6 07/10] lib: allow building lzo for the SPL
` [U-Boot] [PATCH v6 08/10] fdtdec: sort include files
` [U-Boot] [PATCH v6 09/10] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
` [U-Boot] [PATCH v6 10/10] omap: detect board before spl_early_init()

[U-Boot] [PATCH 00/10] efi_loader: event services & API test
 2017-09-15  8:06 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] efi_loader: allow return value in EFI_CALL
` [U-Boot] [PATCH 02/10] efi_selftest: provide an EFI selftest application
` [U-Boot] [PATCH 03/10] test/py: add a test calling the EFI selftest
` [U-Boot] [PATCH 04/10] efi_loader: implement queueing of the notification function
` [U-Boot] [PATCH 05/10] efi_loader: efi_set_timer: reset signaled state
` [U-Boot] [PATCH 06/10] efi_selftest: provide unit test for event services
` [U-Boot] [PATCH 07/10] efi_loader: implement task priority level (TPL)
` [U-Boot] [PATCH 08/10] efi_selftest: test task priority levels
` [U-Boot] [PATCH 09/10] efi_loader: notify when ExitBootServices is invoked
` [U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

[U-Boot] [PATCH 00/23] efi_loader implement missing functions
 2017-09-15  7:45 UTC  (9+ messages)
` [U-Boot] [PATCH 10/23] efi_loader: open_info in OpenProtocol
  ` [U-Boot] [PATCH 15/23] efi_loader: implement ConnectController
      ` [U-Boot] [PATCH 1/1] efi_loader: provide comment for protocol GUIDs
  ` [U-Boot] [PATCH 16/23] efi_loader: implement DisconnectController

[U-Boot] [PATCH v2 00/13] Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches
 2017-09-15  7:36 UTC  (5+ messages)
` [U-Boot] [PATCH v2 01/13] Provide a generic io.h & address mapping functions
` [U-Boot] [PATCH v2 10/13] mips: Use asm-generic/io.h

[U-Boot] [PATCH] net/tftp: fix build if CMD_BOOTEFI is not set
 2017-09-15  7:24 UTC  (2+ messages)

[U-Boot] [PATCH] FSL PCI: Configure PCIe reference ratio
 2017-09-15  6:14 UTC  (3+ messages)

[U-Boot] [PATCH] cmd: set filesize variable in ubi read
 2017-09-15  5:49 UTC  (3+ messages)
` [U-Boot] [PATCH v1] "

[U-Boot] [PATCH v3] i2c: muxes: pca954x: Add support for GPIO reset line
 2017-09-15  5:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] board: atmel: Convert to support video driver model
 2017-09-15  5:15 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO
` [U-Boot] [PATCH v2 2/5] board: sama5d3xek: "
` [U-Boot] [PATCH v2 3/5] board: sama5d4ek: "
` [U-Boot] [PATCH v2 4/5] board: sama5d4_xplained: "
` [U-Boot] [PATCH v2 5/5] board: at91sam9x5ek: "

[U-Boot] [PATCH] board/ls2080ardb: Add mcmemsize variable in default env
 2017-09-15  4:56 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: Remove dependency of SERDES for LS CHASIS3
 2017-09-15  4:51 UTC  (3+ messages)

[U-Boot] [PATCH v3 13/14] ut: fix fdt_getprop_u32() change
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 12/14] config: sandbox: Add unit tests
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 10/14] doc: overlays: Tweak documentation regarding overlays
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 09/14] doc: Document how to apply fdt overlays
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 08/14] fit: fdt overlays doc
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 07/14] fit: Introduce methods for applying overlays on fit-load
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 06/14] fit: Do not throw away extra configuration on fit_image_load()
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 05/14] fit: Allow multiple images per property
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 04/14] fdt: Allow stacked overlays phandle references
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 02/14] fdt: Introduce helper method fdt_overlay_apply_verbose()
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 01/14] Introduce fdt_setprop_placeholder() method
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v2 15/16] dtoc: Rename the auto-generated dt-structs.h file
 2017-08-29 20:16 UTC 

[U-Boot] [PATCH v2 14/16] dtoc: Support properties containing multiple phandle values
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 13/16] dtoc: Put phandle args in an array
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 12/16] dtoc: Put each phandle on a separate line
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 11/16] dtoc: Rename the phandle struct
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 10/16] dtoc: Rename is_phandle() and adjust it to return more detail
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 08/16] dtoc: Use the Fdt's class's phandle map
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 06/16] dtoc: Handle 'reg' properties with unusual sizes
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 04/16] dtoc: Avoid very long lines in output
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 03/16] dtoc: Add a 64-bit type and a way to convert cells into 64 bits
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 02/16] dtoc: Adjust Node to record its parent
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 01/16] fdt: Sync libfdt up to upstream
 2017-08-29 20:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).