platform/kernel/u-boot.git
2018-10-09 Simon Glassdtoc: Fix the value of SetInt()
2018-10-09 Simon Glassvideo: Tidy up a few comments in video.o
2018-10-09 Simon Glassvideo: at91: Adjust vidconsole_position_cursor() to...
2018-10-09 Simon Glasssysreset: Add a way to find the last reset
2018-10-09 Simon Glasssysreset: Tidy up a few comments and logging
2018-10-09 Simon Glasspci: Add a little more debugging to pci_rom
2018-10-09 Simon Glassfdt: Allow C++ comments in link scripts and DT files
2018-10-09 Simon Glassctags: Minor changes to fix ctags output
2018-10-09 Simon Glasspanel: Expand the backlight support
2018-10-09 Simon Glasstest: panel: Add a test for the panel uclass
2018-10-09 Simon Glasscros_ec: Add support for v3 messages on LPC
2018-10-09 Simon Glasscros_ec: Update cros_ec_read_hash() to specify the...
2018-10-09 Simon Glassx86: Update mtrr functions to allow leaving cache alone
2018-10-09 Simon Glasscros: Update ec_commands to latest version
2018-10-09 Simon GlassRename GPT_HEADER_SIGNATURE to avoid conflict
2018-10-09 Simon GlassAdd a header file for strings
2018-10-09 Simon Glasslog: Add comments to the rest of the log categories
2018-10-09 Simon Glassbinman: Move to three-digit test-file numbers
2018-10-09 Simon Glasstpm: Add a few new commands for v1
2018-10-09 Simon Glasstpm: Tidy up logging in tpm-common.c
2018-10-09 Simon Glasstpm: Use livetree and allow children
2018-10-09 Simon Glassvideo: Adjust video_clear() to return an error
2018-10-09 Simon Glassfdt: Remove fdtdec_decode_region() function
2018-10-09 Simon Glassdm: spi: Add logging of some return values
2018-10-09 Simon Glasscros: Adjust board_get_cros_ec_dev() to return a udevice
2018-10-09 Simon Glasscros: Update cros_ec code to use struct udevice
2018-10-09 Simon Glassfdt: Allow libfdt in TPL
2018-10-09 Simon Glassserial: Allow serial to be absent in TPL
2018-10-09 Simon Glasstpm: Add support for SPL and TPL
2018-10-09 Simon Glassfdt: Allow indicating a node is for U-Boot proper only
2018-10-09 Simon Glassdoc: Update docs for device tree in SPL, TPL
2018-10-09 Simon Glassfdt: Document the fact that dtc is now built
2018-10-09 Simon Glassrtc: Allow use of RTC in SPL and TPL
2018-10-09 Simon GlassKconfig: Convert CONFIG_RTC_MC146818 to Kconfig
2018-10-09 Simon Glassblk: Support block drivers in TPL
2018-10-09 Simon GlassMakefile: Add a warning if SPL/TPL cannot be built
2018-10-09 Simon Glassspl: input: Allow input in SPL and TPL
2018-10-09 Simon Glasssf: Avoid allocating memory on every read operation
2018-10-09 Simon Glassdm: core: Update ofnode to read binman-style flash...
2018-10-09 Simon Glassdm: core: Add a function to find the first inactive...
2018-10-09 Simon Glassdm: core: Update some functions to use const
2018-10-09 Simon Glassdm: core: Alloc uclass-private data to be cache-aligned
2018-10-09 Simon Glasssandbox: Restore blocking I/O on exit
2018-10-09 Simon Glassdm: spi: Clean up detection of sandbox SPI emulator
2018-10-09 Simon Glasssandbox: tpm: Enhance to support the latest Chromium OS
2018-10-09 Simon Glasssandbox: tpm: Tidy up enums and return values
2018-10-09 Simon Glassserial: sandbox: Allow serial output without device...
2018-10-09 Simon Glasssandbox: Add a debug UART
2018-10-09 Simon Glasssandbox: video: Speed up video output
2018-10-09 Simon Glasssandbox: spi: Add more logging
2018-10-09 Simon Glasssandbox: Remove the old memory file later
2018-10-09 Simon Glasssandbox: Add a flag to set the default log level
2018-10-09 Simon Glasssandbox: Support booting from TPL to SPL
2018-10-09 Simon Glasssandbox: spi: Drop command-line SPI option
2018-10-09 Simon Glasssandbox: Add a way to write data to the host filesystem
2018-10-09 Simon Glasssandbox: Support file truncation with os_open()
2018-10-09 Simon Glasslog: Add helpers for common log levels
2018-10-08 Simon Glasslog: Correct definition of log_msg_ret()
2018-10-08 Marek Vasutofnode: Add missing address translation into ofnode_get...
2018-10-08 Marek Vasutofnode: Replace of_n_addr_cells with of_n_size_cells
2018-10-08 Simon Glassbinman: Run tests concurrently
2018-10-08 Simon Glasstest: Reduce the number of tests run with sandbox_flattree
2018-10-08 Simon Glasspatman: Don't clear progress in tout unless it was...
2018-10-08 Simon Glasstools: Set an initial value for indir
2018-10-08 Simon Glassbuildman: dtoc: Suppress unwanted output from test
2018-10-08 Simon Glassbinman: Separate out testSplBssPad()
2018-10-08 Simon Glassbinman: Fix up removal of temporary directories
2018-10-08 Simon Glassbinman: Add a default path to libfdt.py
2018-10-08 Simon Glasstest: Tidy up comments and variable name
2018-10-08 Simon Glasstest: Print the name of each test before running it
2018-10-08 Simon Glasstest: Simplify the PATH setup
2018-10-08 Simon GlassMakefile: Add a 'check' target for make
2018-10-08 Simon Glassbuildman: Make the toolchain test more forgiving
2018-10-08 Simon Glasstest/py: Fix unicode handling for log filtering
2018-10-08 Simon Glasspatman: Handle unicode in _ProjectConfigParser tests
2018-10-08 Simon Glasssandbox: Unprotect DATA regions in bus tests
2018-10-07 Jens WiklanderKconfig: sandbox: enable cmd_avb and dependencies
2018-10-07 Jens Wiklanderavb_verify: support sandbox configuration
2018-10-07 Jens Wiklandertest_avb: Update pymark.buildconfigspec information...
2018-10-07 Jens Wiklanderavb_verify: support using OP-TEE TA AVB
2018-10-07 Jens Wiklandertest: tee: test TEE uclass
2018-10-07 Jens Wiklandertee: add sandbox driver
2018-10-07 Jens Wiklandersandbox: imply CONFIG_TEE (TEE uclass)
2018-10-07 Jens Wiklandersandbox: dt: add sandbox_tee node
2018-10-07 Jens Wiklandertee: optee: support AVB trusted application
2018-10-07 Jens Wiklanderoptee: support routing of rpmb data frames to mmc
2018-10-07 Jens Wiklanderarm: dt: hikey: Add optee node
2018-10-07 Jens WiklanderDocumentation: tee uclass and op-tee driver
2018-10-07 Jens Wiklandertee: add OP-TEE driver
2018-10-07 Jens Wiklanderdt/bindings: add bindings for optee
2018-10-07 Jens WiklanderAdd UCLASS_TEE for Trusted Execution Environment
2018-10-07 Jens Wiklandermmc: rpmb: add mmc_rpmb_route_frames()
2018-10-07 Jens Wiklandercmd: avb: print error message if command fails
2018-10-07 Jens Wiklandercmd: avb read_rb: print rb_idx in hexadecimal
2018-10-07 Jens Wiklanderdm: fdt: scan for devices under /firmware too
2018-10-06 Michal Simekspl: spi: Do not hardcode fixed size for header
2018-10-06 Michal Simekspl: ram: Fix u_boot_pos calculation
2018-10-06 Patrice Chotardmach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7
2018-10-06 Heinrich Schuchardtfs: fat: fix set_cluster()
2018-10-06 Heinrich Schuchardtfs: fat: memory leak in fat_unlink()
next