Commit Graph

  • 052ca37daa test/py: Import 'configparser' lower case to be python 3.x safe Paul Burton 2017-09-14 14:34:45 -07:00
  • b8c455500a test/py: Use range() rather than xrange() Paul Burton 2017-09-14 14:34:44 -07:00
  • dffd56d1d2 test/py: Make print statements python 3.x safe Paul Burton 2017-09-14 14:34:43 -07:00
  • e3396ffd72 Merge git://git.denx.de/u-boot-dm Tom Rini 2018-07-10 10:29:14 -04:00
  • 495c70f9df net: designware: Add reset ctrl to driver Ley Foon Tan 2018-06-14 18:45:23 +08:00
  • b051eecbda serial: ns16550: Add reset ctrl to driver Ley Foon Tan 2018-06-14 18:45:22 +08:00
  • 2d4d693772 mmc: dwmmc: socfpga: Add reset ctrl to driver Ley Foon Tan 2018-06-14 18:45:21 +08:00
  • d99894dd3a include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) Ley Foon Tan 2018-06-14 18:45:20 +08:00
  • bfc6bae8fa reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET Ley Foon Tan 2018-06-14 18:45:19 +08:00
  • e2a1484c3b MAINTAINERS: Add entries for Actions Semi OWL family Manivannan Sadhasivam 2018-06-14 23:38:39 +05:30
  • 6f9347f3bc serial: Add Actions Semi OWL UART support Manivannan Sadhasivam 2018-06-14 23:38:38 +05:30
  • ca769a1394 arm: dts: bubblegum_96: Enable UART5 for serial console Manivannan Sadhasivam 2018-06-14 23:38:37 +05:30
  • 2a8afb44ba arm: dts: s900: Add UART node Manivannan Sadhasivam 2018-06-14 23:38:36 +05:30
  • ae485b540f clk: Add Actions Semi OWL clock support Manivannan Sadhasivam 2018-06-14 23:38:35 +05:30
  • 69e62417c7 arm: dts: s900: Add Clock Management Unit (CMU) nodes Manivannan Sadhasivam 2018-06-14 23:38:34 +05:30
  • 188d7aa4e2 dt-bindings: clock: Add S900 CMU register definitions Manivannan Sadhasivam 2018-06-14 23:38:33 +05:30
  • eba6589f7e board: Add uCRobotics Bubblegum-96 board support Manivannan Sadhasivam 2018-06-14 23:38:32 +05:30
  • 97775d26c2 arm: Add support for Actions Semi OWL SoC family Manivannan Sadhasivam 2018-06-14 23:38:31 +05:30
  • 3eae864a23 configs: Resync with savedefconfig Tom Rini 2018-07-09 15:13:08 -04:00
  • 16b8d6b769 binman: Support updating the device tree with calc'd info Simon Glass 2018-07-06 10:27:42 -06:00
  • 078ab1a2f5 binman: Add a SetCalculatedProperties() method Simon Glass 2018-07-06 10:27:41 -06:00
  • ecab89737a binman: Add a ProcessFdt() method Simon Glass 2018-07-06 10:27:40 -06:00
  • 0a4357c4c2 binman: Complete documentation of stages Simon Glass 2018-07-06 10:27:39 -06:00
  • 116adecb5e dtoc: Add functions to add integer properties Simon Glass 2018-07-06 10:27:38 -06:00
  • fe57c784ad dtoc: Avoid unwanted output during tests Simon Glass 2018-07-06 10:27:37 -06:00
  • ef6f77a847 test: Enable cover-coverage tests for dtoc and fdt Simon Glass 2018-07-06 10:27:36 -06:00
  • 8512ea2e35 dtoc: Increase code coverage to 100% Simon Glass 2018-07-06 10:27:35 -06:00
  • c3f9454103 binman: Move capture_sys_output() to test_util Simon Glass 2018-07-06 10:27:34 -06:00
  • ba765217ed dtoc: Add a test for code coverage Simon Glass 2018-07-06 10:27:33 -06:00
  • dfe5f5b97d dtoc: Fix some minor errors Simon Glass 2018-07-06 10:27:32 -06:00
  • 760b7170c5 dtoc: Fix properties with a single zero-arg phandle Simon Glass 2018-07-06 10:27:31 -06:00
  • b9066ffc13 dtoc: Fix Fdt.GetNode() to handle a missing node Simon Glass 2018-07-06 10:27:30 -06:00
  • f9b88b3a5d dtoc: Keep track of property offsets Simon Glass 2018-07-06 10:27:29 -06:00
  • 2a2d91d0d6 dtoc: Update fdt tests to increase code coverage Simon Glass 2018-07-06 10:27:28 -06:00
  • 960662404f dtoc: Drop use of a local dtb buffer Simon Glass 2018-07-06 10:27:27 -06:00
  • 117f57b75a dtoc: Make use of the new pylibfdt methods Simon Glass 2018-07-06 10:27:26 -06:00
  • 57f0bc428a dtoc: Update tests to write failures to /tmp Simon Glass 2018-07-06 10:27:25 -06:00
  • 2ba9875312 dtoc: Add some tests for the fdt module Simon Glass 2018-07-06 10:27:24 -06:00
  • ff1fd6ccde binman: Move coverage logic into a new test_util file Simon Glass 2018-07-06 10:27:23 -06:00
  • c640ed0ce6 libfdt: Add get_property() and del_node() Simon Glass 2018-07-06 10:27:22 -06:00
  • a1e0085519 libfdt: Fix the Python pack() function Simon Glass 2018-07-06 10:27:21 -06:00
  • 3def0cf238 libfdt: Bring in proposed pylibfdt changes Simon Glass 2018-07-06 10:27:20 -06:00
  • 5c890238c4 binman: Tidy up setting of entry contents Simon Glass 2018-07-06 10:27:19 -06:00
  • 2cd01285b5 binman: Tidy up execution of tests Simon Glass 2018-07-06 10:27:18 -06:00
  • 736bb0aec8 binman: Correct operation of ObtainContents() Simon Glass 2018-07-06 10:27:17 -06:00
  • adc5701134 binman: Tidy up variables in _RunMicrocodeTest() Simon Glass 2018-07-06 10:27:16 -06:00
  • 1835cd2264 binman: Make the operation of Entry__testing explicit Simon Glass 2018-07-06 10:27:15 -06:00
  • 16d836cd6f binman: Switch to 'python-coverage' Tom Rini 2018-07-06 10:27:14 -06:00
  • 31e60ffa05 dm: core: Add logging of some common errors Simon Glass 2018-06-11 13:07:19 -06:00
  • 964cadc445 dm: core: Add a function to decode a memory region Simon Glass 2018-06-11 13:07:18 -06:00
  • 5e0a7341cd dm: core: Update of_read_fmap_entry() for livetree Simon Glass 2018-06-11 13:07:17 -06:00
  • 008dcddf99 dm: spi: Update sandbox SPI emulation driver to use ofnode Simon Glass 2018-06-11 13:07:16 -06:00
  • d677b00cb6 dm: core: Add a way to bind a device by ofnode Simon Glass 2018-06-11 13:07:15 -06:00
  • b616cef97a log: Add a way to log a return value with a message Simon Glass 2018-06-11 13:07:14 -06:00
  • c60f671b65 dm: core: Add a way to find an ofnode by compatible string Simon Glass 2018-06-11 13:07:13 -06:00
  • c98ad4434c dm: core: Add comments to ofnode_read_resource() functoins Simon Glass 2018-06-11 13:07:12 -06:00
  • fbe8d033fc dm: core: Fix a few ofnode function comments Simon Glass 2018-06-11 13:07:11 -06:00
  • 7e5196c409 dm: core: Add ofnode function to read a 64-bit int Simon Glass 2018-06-11 13:07:10 -06:00
  • 90c08fa038 fdt: Add device tree memory bindings Michael Pratt 2018-06-11 13:07:09 -06:00
  • 8c5d4fd0ec Prepare v2018.07 v2018.07 Tom Rini 2018-07-09 10:24:14 -04:00
  • 3f0492f207 Merge branch 'master' of git://git.denx.de/u-boot-video Tom Rini 2018-07-08 18:56:07 -04:00
  • 34d02ba4b9 Merge branch 'master' of git://git.denx.de/u-boot-tegra Tom Rini 2018-07-06 17:12:06 -04:00
  • 84996795c2 tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium Peter Robinson 2018-06-10 06:17:46 +01:00
  • ca962d32df Merge branch 'master' of git://git.denx.de/u-boot-usb Tom Rini 2018-07-06 08:55:09 -04:00
  • 0bc846a769 sunxi: A64: OHCI: prevent turning off shared USB clock Andre Przywara 2018-07-05 00:57:48 +01:00
  • ff5d5cc233 usb: dwc2: Add brcm,bcm2708-usb compatible Emmanuel Vadot 2018-07-02 14:34:23 +02:00
  • 4ac5df4b41 Merge branch 'master' of git://git.denx.de/u-boot-sunxi Tom Rini 2018-07-03 23:09:34 -04:00
  • be0d217952 arm: timer: sunxi: add Allwinner timer erratum workaround Andre Przywara 2018-06-27 01:42:53 +01:00
  • 38651588d3 arm: timer: factor out FSL arch timer erratum workaround Andre Przywara 2018-06-27 01:42:52 +01:00
  • 89c5c97619 Prepare v2018.07-rc3 v2018.07-rc3 Tom Rini 2018-07-02 23:23:15 -04:00
  • d4c7a9348f Merge branch 'master' of git://git.denx.de/u-boot-net Tom Rini 2018-07-02 16:11:09 -04:00
  • 03b54997d5 board/aries: Remove Tom Rini 2018-07-02 15:52:50 -04:00
  • a9ea30d267 ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP Alexander Graf 2018-06-15 10:29:29 +02:00
  • bdce340cc6 net: Add option to prefer bootp/dhcp serverip Alexander Graf 2018-06-15 10:29:28 +02:00
  • 449312c1c0 net: Prefer command line arguments Alexander Graf 2018-06-15 10:29:27 +02:00
  • d8970dae27 net: Add new wol command - Wake on LAN Lothar Felten 2018-06-22 22:29:54 +02:00
  • 318b5d76b6 net: mvneta: zero Tx descriptors on init Rabeeh Khoury 2018-06-19 21:36:51 +03:00
  • 0f8888b763 net: mvneta: dcache flush TX descriptors at init Rabeeh Khoury 2018-06-19 21:36:50 +03:00
  • 6dc73df73b net: fastboot: Fix build when FASTBOOT_FLASH is disabled Alex Kiernan 2018-06-15 05:06:00 +00:00
  • d1b226b7d4 net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read() Michal Simek 2018-06-14 09:08:44 +02:00
  • 6c88079e24 Merge branch 'master' of git://git.denx.de/u-boot-spi Tom Rini 2018-07-02 14:40:03 -04:00
  • 425daac481 video: arm: rpi: Add brcm,bcm2708-fb compatible Emmanuel Vadot 2018-07-02 14:33:14 +02:00
  • ac378bb05f Merge git://git.denx.de/u-boot-x86 Tom Rini 2018-07-01 22:13:34 -04:00
  • 168de20f3b Revert "fw_printenv: Don't bail out directly after one env read error" Tom Rini 2018-07-01 22:10:33 -04:00
  • 40144260a9 doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' Bin Meng 2018-06-27 20:38:06 -07:00
  • 73149164f4 x86: doc: Update EFI loader support Bin Meng 2018-06-27 20:38:05 -07:00
  • 47cae019ef efi_loader: helloworld: Output ACPI configuration table Bin Meng 2018-06-27 20:38:04 -07:00
  • 86df34d42b efi_loader: Install ACPI configuration tables Bin Meng 2018-06-27 20:38:03 -07:00
  • bb68c7fba0 efi_loader: Increase number of configuration tables to 16 Bin Meng 2018-06-27 20:38:02 -07:00
  • abe47ca728 x86: efi_loader: Build EFI memory map per E820 table Bin Meng 2018-06-27 20:38:01 -07:00
  • 8199a145c4 x86: Use microcode update from device tree for all processors Ivan Gorinov 2018-06-21 21:16:16 -07:00
  • fc48ebe6df x86: Add scsi command to coreboot and qemu Bin Meng 2018-06-26 03:58:55 -07:00
  • 94e72a6bd9 x86: timer: tsc: Allow specifying clock rate from device tree again Bin Meng 2018-06-23 03:03:47 -07:00
  • 3fcb00be25 Merge branch 'master' of git://git.denx.de/u-boot-usb Tom Rini 2018-06-30 08:52:06 -04:00
  • ee322f3c79 mx5: Select ARM_CORTEX_A8_CVE_2017_5715 Fabio Estevam 2018-06-20 15:08:21 -03:00
  • 2121bbe49c lib: div64: fix typeo in include/div64.h Heinrich Schuchardt 2018-06-28 19:55:46 +02:00
  • 94c6a89a99 ARM: mach-omap2: omap3/am335x: Enable ACR::IBE on Cortex-A8 SoCs for CVE-2017-5715 Nishanth Menon 2018-06-12 15:24:11 -05:00
  • dbb7caf110 ARM: mach-omap2: omap5/dra7: Enable ACTLR[0] (Enable invalidates of BTB) to facilitate CVE_2017-5715 WA in OS Nishanth Menon 2018-06-12 15:24:10 -05:00
  • c2ca3fdfb9 ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715 Nishanth Menon 2018-06-12 15:24:09 -05:00
  • 7b37a9c732 ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715 Nishanth Menon 2018-06-12 15:24:08 -05:00