public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-09-14 18:53:34 to 2018-09-18 07:35:47 UTC [more...]

[U-Boot] [PATCH v4 00/34] Add support for 1wire protocol and 1wire eeproms
 2018-09-18  7:35 UTC  (25+ messages)
` [U-Boot] [PATCH v4 01/34] w1: Add 1-Wire uclass
` [U-Boot] [PATCH v4 02/34] w1: Add 1-Wire gpio driver
` [U-Boot] [PATCH v4 03/34] dt-bindings: W1: w1-gpio: added bindings for w1-gpio
` [U-Boot] [PATCH v4 04/34] W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
` [U-Boot] [PATCH v4 05/34] w1: identify devices with w1-eeprom uclass
` [U-Boot] [PATCH v4 06/34] W1-EEPROM: add support for Maxim DS24 eeprom families
` [U-Boot] [PATCH v4 07/34] dt-bindings: w1-eeprom: ds24xxx: create bindings
` [U-Boot] [PATCH v4 08/34] W1-EEPROM: add sandbox driver
` [U-Boot] [PATCH v4 09/34] dt-bindings: w1-eeprom: eep_sandbox: create bindings
` [U-Boot] [PATCH v4 10/34] w1: add command for onewire protocol
` [U-Boot] [PATCH v4 11/34] pinctrl: sandbox: add gpio onewire w1 group
` [U-Boot] [PATCH v4 12/34] sandbox: DTS: w1: add node for one wire interface on GPIO
` [U-Boot] [PATCH v4 13/34] configs: sandbox: add onewire w1 and sandbox eeprom
` [U-Boot] [PATCH v4 14/34] configs: sama5d2_xplained: add onewire and eeprom drivers
` [U-Boot] [PATCH v4 15/34] configs: sama5d3_xplained: "
` [U-Boot] [PATCH v4 16/34] configs: sama5d27_som1_ek: "
` [U-Boot] [PATCH v4 17/34] configs: sama5d2_ptc_ek: "
` [U-Boot] [PATCH v4 18/34] configs: sama5d4_xplained: "
` [U-Boot] [PATCH v4 19/34] board: atmel: add support for pda detection
` [U-Boot] [PATCH v4 20/34] board: sama5d2_xplained: add pda detect call at init time
` [U-Boot] [PATCH v4 21/34] board: sama5d3_xplained: "
` [U-Boot] [PATCH v4 22/34] board: sama5d27_som1_ek: "
` [U-Boot] [PATCH v4 23/34] board: sama5d2_ptc_ek: "
` [U-Boot] [PATCH v4 24/34] board: sama5d4_xplained: "

[U-Boot] [RFC PATCH v1] tools: Add a tool to get an overview of the usage of CONFIG options
 2018-09-18  6:57 UTC  (3+ messages)

[U-Boot] [PATCH] dm: fix alignment in DM dump when 2-digit index exists
 2018-09-18  6:16 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: Avoid hanging when the config changes
 2018-09-18  5:55 UTC 

[U-Boot] [PATCH] armv8: lx2160a: Add LX2160A SoC Support
 2018-09-18  5:51 UTC 

[U-Boot] [PATCH] ls2080ardb: remove dhcp function from env as boot source
 2018-09-18  5:27 UTC 

[U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller
 2018-09-18  4:21 UTC  (2+ messages)

[U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators
 2018-09-18  4:19 UTC  (2+ messages)

[U-Boot] [PATCH] misc: Add support for the Arm Versatile Express config bus
 2018-09-18  4:18 UTC  (2+ messages)

[U-Boot] [PATCH] include/dm.h: Remove duplicated include directive
 2018-09-18  4:15 UTC  (3+ messages)

[U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist
 2018-09-18  4:14 UTC  (3+ messages)

[U-Boot] [PATCH] uclass: Use uclass_foreach_dev() macro instead of open coding
 2018-09-18  4:14 UTC  (3+ messages)

[U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment
 2018-09-18  4:13 UTC  (3+ messages)

[U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name
 2018-09-18  2:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] test/py: catch errors occuring when reading the console
 2018-09-18  2:05 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] Makefile: Use -fno-strict-aliasing globally
 2018-09-18  2:05 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] config.mk: Remove duplicated -fno-strict-aliasing

[U-Boot] [PATCH 0/2] Convert fdtdec_setup_memory_banksize() to use livetree
 2018-09-18  2:05 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] fdt: fdtdec_setup_memory_banksize() "

[U-Boot] sandbox does not complete efi_selftest
 2018-09-18  0:41 UTC  (7+ messages)

[U-Boot] [RESEND PATCH v2 00/15] riscv: Add QEMU virt board support
 2018-09-17 22:01 UTC  (38+ messages)
` [U-Boot] [RESEND PATCH v2 01/15] riscv: kconfig: Normalize architecture name spelling
` [U-Boot] [RESEND PATCH v2 02/15] riscv: Remove setup.h
` [U-Boot] [RESEND PATCH v2 03/15] riscv: bootm: Correct the 1st kernel argument to hart id
` [U-Boot] [RESEND PATCH v2 04/15] riscv: Remove mach type
` [U-Boot] [RESEND PATCH v2 05/15] riscv: Move the linker script to the CPU root directory
` [U-Boot] [RESEND PATCH v2 06/15] riscv: Fix coding style issues in the linker script
` [U-Boot] [RESEND PATCH v2 07/15] riscv: Explicitly pass -march and -mabi to the compiler
` [U-Boot] [RESEND PATCH v2 08/15] riscv: Add a helper routine to print CPU information
` [U-Boot] [RESEND PATCH v2 09/15] riscv: Remove CSR read/write defines in encoding.h
` [U-Boot] [RESEND PATCH v2 10/15] riscv: bootm: Pass mhartid CSR value to kernel
` [U-Boot] [RESEND PATCH v2 11/15] riscv: Make start.S available for all targets
` [U-Boot] [RESEND PATCH v2 12/15] riscv: ae350: Clean up mixed tabs and spaces in the dts
` [U-Boot] [RESEND PATCH v2 13/15] riscv: kconfig: Select DM and OF_CONTROL
` [U-Boot] [RESEND PATCH v2 14/15] riscv: Add QEMU virt board support
` [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

[U-Boot] [PATCH v2 00/13] Import Undefined Behavior Sanitizer
 2018-09-17 21:10 UTC  (10+ messages)
` [U-Boot] [PATCH v2 07/13] x86: Fix signed shift overflow in MSR_IA32_APICBASE_BASE
` [U-Boot] [PATCH v2 13/13] configs: sandbox*: Enable UBSAN

[U-Boot] [PATCH v5] arm: socfpga: fix U-Boot running from fpga OnChip RAM
 2018-09-17 20:44 UTC  (15+ messages)

[U-Boot] [PATCH] arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
 2018-09-17 20:39 UTC  (6+ messages)

[U-Boot] git clone http://git.denx.de/u-boot-dm.git fails
 2018-09-17 20:22 UTC 

[U-Boot] [PATCH] sf: remove spi-flash chip names from SPL binary
 2018-09-17 20:20 UTC  (2+ messages)

[U-Boot] Modulos and rsquared in rsa-verify.c
 2018-09-17 19:40 UTC 

[U-Boot] [PATCH] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option
 2018-09-17 19:03 UTC 

[U-Boot] [PATCH 0/2] work_92105: remove a couple of unused config options
 2018-09-17 18:56 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] work_92105: remove unused CONFIG_LPC32XX_SPL configuration option
` [U-Boot] [PATCH 2/2] work_92105: remove unused CONFIG_SPL_NAND_BOOT "

[U-Boot] [PATCH 0/2] arm: lpc32xx: create platform specific Kconfig file
 2018-09-17 18:43 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option
` [U-Boot] [PATCH 2/2] Makefile: add LPC32xx precondition for building platform images

[U-Boot] [PATCH v2 1/1] efi_loader: refactor efi_setup_loaded_image()
 2018-09-17 18:11 UTC 

[U-Boot] [PATCH 1/1] efi_loader: refactor efi_setup_loaded_image()
 2018-09-17 17:18 UTC 

[U-Boot] [PATCH] configs: mx7: Remove CONFIG_DBG_MONITOR
 2018-09-17 17:16 UTC 

[U-Boot] [RFC] colibri_imx7: Do not hardcode the memory size
 2018-09-17 17:09 UTC 

[U-Boot] [PATCH] video: Add support for Arm's Mali Display Processors
 2018-09-17 16:56 UTC 

[U-Boot] [PATCH] video: Add support for NXP's TDA19988 HDMI encoder
 2018-09-17 16:52 UTC 

[U-Boot] [PATCH v2 2/2] arm: at91: wdt: Convert watchdog config to Kconfig
 2018-09-17 16:12 UTC 

[U-Boot] Some tegra cleanups and Kconfig migrations
 2018-09-17 14:04 UTC  (14+ messages)
` [U-Boot] [PATCH 1/6] tegra: cleanup dangling comments in include/configs
` [U-Boot] [PATCH 2/6] tegra20: common: fix USB_EHCI_TXFIFO_THRESH value
` [U-Boot] [PATCH 3/6] Kconfig: tegra: Migrate SYS_I2C_TEGRA
` [U-Boot] [PATCH 4/6] Kconfig: tegra: Migrate USB_EHCI_TEGRA
` [U-Boot] [PATCH 5/6] Kconfig: tegra: Migrate TEGRA_KEYBOARD
` [U-Boot] [PATCH 6/6] nyan-big: drop CONFIG_KEYBOARD

[U-Boot] [PULL] u-boot-sh/master
 2018-09-17 12:03 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2018-09-17 12:03 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2018-09-17 12:03 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-coldfire/master
 2018-09-17 12:03 UTC  (2+ messages)

[U-Boot] [PATCH v2] efi_loader: Align runtime section to 64kb
 2018-09-17 11:54 UTC 

[U-Boot] [PATCH] efi_loader: Align runtime section to 64kb
 2018-09-17 11:43 UTC  (4+ messages)

[U-Boot] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09
 2018-09-17 11:34 UTC  (4+ messages)
    ` [U-Boot] [OE-core] "

[U-Boot] Please pull u-boot-x86 (take 2)
 2018-09-17  9:39 UTC 

[U-Boot] [PATCH] x86: tangier: Fix pinmux warning
 2018-09-17  9:37 UTC  (4+ messages)

[U-Boot] Please pull u-boot-x86
 2018-09-17  9:21 UTC  (2+ messages)

[U-Boot] QSPI driver for Zynq and ZynqMP
 2018-09-17  8:09 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/5] Add a pinctrl driver for Merrifield to pinmux I2C#6
 2018-09-17  6:30 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/5] x86: cpu: introduce scu_ipc_raw_command()

[U-Boot] [PATCH v2] x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define
 2018-09-17  6:21 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] Device tree support for PowerPC in U-Boot
 2018-09-17  5:58 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/8] powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files
` [U-Boot] [PATCH v3 4/8] binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry

[U-Boot] [PATCH] efi_loader: Merge memory map entries
 2018-09-17  2:35 UTC 

[U-Boot] [PATCH 1/1] efi_loader: memory leak in efi_set_bootdev()
 2018-09-16  5:20 UTC 

[U-Boot] [PATCH 1/1] efi_loader: do not use local variable for handle
 2018-09-16  5:19 UTC 

[U-Boot] [PATCH 1/1] efi_loader: query serial console size reliably
 2018-09-15 21:52 UTC 

[U-Boot] [PATCH 1/1] efi_selftest: missing braces in efi_selftest_textinputex.c
 2018-09-15 19:00 UTC 

[U-Boot] [PATCH v2 1/1] efi_loader: check parameter new_handle of efi_file_open()
 2018-09-15 18:43 UTC 

[U-Boot] [PATCH v3] drivers: spi: migrate cf_spi to DM
 2018-09-15 14:32 UTC  (8+ messages)

[U-Boot] Pull request: u-boot-ubi/master
 2018-09-15 14:15 UTC  (2+ messages)

[U-Boot] [PATCH] dm: uclass: Adding missing child_pre_probe description
 2018-09-15 13:41 UTC  (3+ messages)

[U-Boot] [PATCH v5 05/10] sandbox: Allow to execute from RAM
 2018-09-15 13:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v5,05/10] "

[U-Boot] [PATCH v5 04/10] sandbox: Fix setjmp/longjmp
 2018-09-15 12:17 UTC  (2+ messages)
` [U-Boot] [U-Boot,v5,04/10] "

[U-Boot] [PATCH v9 00/18] efi: Enable sandbox support for EFI loader
 2018-09-15  8:32 UTC  (11+ messages)
` [U-Boot] [PATCH v9 04/18] efi: sandbox: Enable EFI loader build for sandbox
` [U-Boot] [PATCH v9 12/18] sandbox: Enhance map_to_sysmem() to handle foreign pointers

[U-Boot] [PATCH 1/1] efi_loader: check parameter new_handle of efi_file_open()
 2018-09-15  8:06 UTC  (2+ messages)

[U-Boot] [PATCH v10 00/10] efi: Enable sandbox support for EFI loader
 2018-09-15  7:54 UTC  (21+ messages)
` [U-Boot] [PATCH v10 01/10] efi: sandbox: Add distroboot support
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 02/10] efi: sandbox: Enable EFI loader build for sandbox
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 03/10] sandbox: Align RAM buffer to the machine page size
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 04/10] sandbox: Add support for calling abort()
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 05/10] sandbox: Enhance map_to_sysmem() to handle foreign pointers
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 06/10] efi: Relocate FDT to 127MB instead of 128MB
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 07/10] efi: sandbox: Tidy up copy_fdt() to work with sandbox
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 08/10] efi_loader: Pass address to fs_read()
` [U-Boot] [PATCH v10 09/10] efi: Correct the operation of efi_file_write()
  ` [U-Boot] [U-Boot, v10, "
` [U-Boot] [PATCH v10 10/10] efi: sandbox: Enable selftest command
  ` [U-Boot] [U-Boot, v10, "

[U-Boot] [PATCH v2] sandbox: Build with -fPIC
 2018-09-15  2:03 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] arm: at91: wdt: Convert watchdog driver to dm/dt
 2018-09-14 22:29 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] arm: at91: wdt: Convert watchdog config to Kconfig

[U-Boot] [PATCH 1/1] efi_loader: more debug info for efi_file_getinfo()
 2018-09-14 20:46 UTC 

[U-Boot] [PATCH] linux/compat.h: Add netdev_### log macros
 2018-09-14 20:36 UTC  (4+ messages)

[U-Boot] [PATCH 1/6] pico-imx6ul: Fix TechNexion spelling on MAINTAINERS file
 2018-09-14 18:53 UTC  (4+ messages)
` [U-Boot] [PATCH 4/6] pico-imx7d: "
` [U-Boot] [PATCH 5/6] pico-imx7d: Add PICO-Hobbit baseboard support
` [U-Boot] [PATCH 6/6] pico-imx7d: Add a new defconfig with PICO-Hobbit selected


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox