Age | Commit message (Expand) | Author |
2018-07-10 | vboot: Do not use hashed-strings offset | Teddy Reed |
2018-07-10 | vboot: Add FIT_SIGNATURE_MAX_SIZE protection | Teddy Reed |
2018-07-10 | board: arm: Add support for Broadcom BCM7445 | Thomas Fitzsimmons |
2018-07-10 | spl: fit: verify images prior to post processing | Ben Whitten |
2018-07-10 | configs: Remove empty #ifdef/#ifndef blocks from configs | Alex Kiernan |
2018-07-10 | spl: fit: Fix support for loading FPGA bitstream | Marek Vasut |
2018-07-10 | spl: spi: Support full fitImage handling | Marek Vasut |
2018-07-10 | spl: fat: Support full fitImage handling | Marek Vasut |
2018-07-10 | fit: Verify all configuration signatures | Marek Vasut |
2018-07-10 | test/py: vboot: Remove stderr redirect from openssl command | Paul Burton |
2018-07-10 | test/py: hush_if_test: Use open() in place of file() | Paul Burton |
2018-07-10 | test/py: fit: Open files as binary files | Paul Burton |
2018-07-10 | test/py: Import 'configparser' lower case to be python 3.x safe | Paul Burton |
2018-07-10 | test/py: Use range() rather than xrange() | Paul Burton |
2018-07-10 | test/py: Make print statements python 3.x safe | Paul Burton |
2018-07-10 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2018-07-09 | net: designware: Add reset ctrl to driver | Ley Foon Tan |
2018-07-09 | serial: ns16550: Add reset ctrl to driver | Ley Foon Tan |
2018-07-09 | mmc: dwmmc: socfpga: Add reset ctrl to driver | Ley Foon Tan |
2018-07-09 | include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) | Ley Foon Tan |
2018-07-09 | reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET | Ley Foon Tan |
2018-07-09 | MAINTAINERS: Add entries for Actions Semi OWL family | Manivannan Sadhasivam |
2018-07-09 | serial: Add Actions Semi OWL UART support | Manivannan Sadhasivam |
2018-07-09 | arm: dts: bubblegum_96: Enable UART5 for serial console | Manivannan Sadhasivam |
2018-07-09 | arm: dts: s900: Add UART node | Manivannan Sadhasivam |
2018-07-09 | clk: Add Actions Semi OWL clock support | Manivannan Sadhasivam |
2018-07-09 | arm: dts: s900: Add Clock Management Unit (CMU) nodes | Manivannan Sadhasivam |
2018-07-09 | dt-bindings: clock: Add S900 CMU register definitions | Manivannan Sadhasivam |
2018-07-09 | board: Add uCRobotics Bubblegum-96 board support | Manivannan Sadhasivam |
2018-07-09 | arm: Add support for Actions Semi OWL SoC family | Manivannan Sadhasivam |
2018-07-09 | configs: Resync with savedefconfig | Tom Rini |
2018-07-09 | binman: Support updating the device tree with calc'd info | Simon Glass |
2018-07-09 | binman: Add a SetCalculatedProperties() method | Simon Glass |
2018-07-09 | binman: Add a ProcessFdt() method | Simon Glass |
2018-07-09 | binman: Complete documentation of stages | Simon Glass |
2018-07-09 | dtoc: Add functions to add integer properties | Simon Glass |
2018-07-09 | dtoc: Avoid unwanted output during tests | Simon Glass |
2018-07-09 | test: Enable cover-coverage tests for dtoc and fdt | Simon Glass |
2018-07-09 | dtoc: Increase code coverage to 100% | Simon Glass |
2018-07-09 | binman: Move capture_sys_output() to test_util | Simon Glass |
2018-07-09 | dtoc: Add a test for code coverage | Simon Glass |
2018-07-09 | dtoc: Fix some minor errors | Simon Glass |
2018-07-09 | dtoc: Fix properties with a single zero-arg phandle | Simon Glass |
2018-07-09 | dtoc: Fix Fdt.GetNode() to handle a missing node | Simon Glass |
2018-07-09 | dtoc: Keep track of property offsets | Simon Glass |
2018-07-09 | dtoc: Update fdt tests to increase code coverage | Simon Glass |
2018-07-09 | dtoc: Drop use of a local dtb buffer | Simon Glass |
2018-07-09 | dtoc: Make use of the new pylibfdt methods | Simon Glass |
2018-07-09 | dtoc: Update tests to write failures to /tmp | Simon Glass |
2018-07-09 | dtoc: Add some tests for the fdt module | Simon Glass |