2018-11-27 |
Sam Protsenko | arm: ti: boot: Fix U-Boot environment partition address |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Lokesh Vutla | armv7r: K3: Allow SPL to run only on core 0 |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Frank Wunderlich | add default-option to bootmenu |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-video |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-sunxi |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tom Rini | Merge git://git.denx.de/u-boot-riscv |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tom Rini | Merge branch '2018-11-25-master-imports' |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Add support for passing handoff info to U-Boot... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Boot in U-Boot through the standard call |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Filter arguments when starting U-Boot |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Use malloc() and free() from os layer |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Refactor code to create os_jump_to_file() |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Allow puts() output before global_data is... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Add a new 'sb' command |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Drop the deprecated 'sb' command |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Add an option to display of-platdata in SPL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | test/py: Add a way to pass flags to sandbox |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | sandbox: Add a memory map to the sandbox README |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Add a comment to spl_set_bd() |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Make SPL_DISABLE_BANNER_PRINT a positive option |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Add a define for SPL_TPL_PROMPT |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Support hash, input, pch, pci, rtc, tpm in SPL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | Add bloblist documentation |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | test: Add a simple test for bloblist |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | bloblist: Locate bloblist in U-Boot |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Set up the bloblist in SPL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | Add core support for a bloblist to convey data from SPL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Simon Glass | spl: Add support for logging in SPL and TPL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Tom Rini | fs-test.sh: Update to use 'host' not 'sb' |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Rick Chen | riscv: cache: Implement i/dcache [status, enable, disable] |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Rick Chen | riscv: dts: Add ae350_32.dts for RV32I |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Rick Chen | configs: ax25-ae350: Separate ax25-ae350 for RV32/64I. |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Rick Chen | riscv: dts: Sync to Linux Kernel ae350 dts. |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: qemu: clear kernel-start/-end in device tree... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: qemu: detect and boot the kernel passed by QEMU |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | dm: core: add missing prototype for ofnode_read_u64 |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: qemu: enable distro boot |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | distro_bootcmd: add VirtIO distro boot command |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: align bootm implementation with that of other... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: qemu: support booting Linux |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: qemu: use device tree passed by prior boot stage |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: save hart ID and device tree passed by prior... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: do not blindly modify the mstatus CSR |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: remove unused labels in start.S |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Bin Meng | Drop CONFIG_INIT_CRITICAL |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: align mtvec on a 4-byte boundary |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: fix inconsistent use of spaces and tabs in start.S |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: implement the invalidate_icache_* functions |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: hang on unhandled exceptions |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: treat undefined exception codes as reserved |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: complete the list of exception codes |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: do not reimplement generic io functions |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: make use of the barrier functions from Linux |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: fix use of incorrectly sized variables |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: enable -fdata-sections |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: set -march and -mabi based on the Kconfig config... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: add Kconfig entries for the C and A ISA extensions |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: select CONFIG_PHYS_64BIT on RV64I systems |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | riscv: rename CPU_RISCV_32/64 to match architecture... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | dts: riscv: update makefile to also clean the RISC... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Lukas Auer | tools: .gitignore: add prelink-riscv |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Tom Rini | Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Icenowy Zheng | sun8i_emac: add support for setting EMAC TX/RX delay |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Michael Trimarchi | sunxi: Fix memory 2-rank initialization for a33 cpu |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Vasily Khoruzhick | sunxi-mmc: use new mode on both controllers on A64 |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Vasily Khoruzhick | sunxi-mmc: don't double clock for new mode unconditionally |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Vasily Khoruzhick | sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sf: Add a method to obtain the block-protect setting |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | test: sf: Add a simple SPI flash test |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | misc: Update read() and write() methods to return bytes... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | string: Include the config header |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | video: Update video_set_default_colors() to support... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | binman: Set the pathname correctly for ELF files |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | binman: Drop an unnecessary comma in blob handling |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | binman: Add a way to enable debugging from the build |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | spl: lz4: Allow use of lz4 compression in SPL |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | spl: Support bootstage, log, hash and early malloc... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sandbox: Update some drivers to work in SPL/TPL |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sandbox: Add a function to read a host file |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sandbox: log: Add a category for sandbox |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | sandbox: tpm: Allow debugging of data packages |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | cros_ec: Add new features for events and power |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | cros_ec: Align uclass data to a cache boundary |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | cros_ec: Fail if we cannot determine the flash burst... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | cros_ec: Add error logging on a few commands |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | cros_ec: Use uint instead of u8 for parameters |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | buildman: Show boards with warning with w+ |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | buildman: Rename the good, better, worse variables |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | buildman: Detect dtc warnings |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Glass | buildman: Only print toolchain probing with -v |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Simon Goldschmidt | dm: spi: prevent setting a speed of 0 Hz |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Baruch Siach | fdt: restore board_fdt_blob_setup() declaration |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Hiroyuki Yokoyama | cmd: fdt: Fix fdt address information after the movement |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Marek Vasut | fdt: Fix uncompress_blob() for U-Boot proper |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Liviu Dudau | dm: core: Widen the dump tree to show more of the drive... |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Heinrich Schuchardt | sandbox: README: use setenv ethrotate no |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Heinrich Schuchardt | sandbox: README: setting environment variables |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Heinrich Schuchardt | sandbox: remove stray DEBUG |
commit | commitdiff | tree | snapshot |
2018-11-21 |
Hou Zhiqiang | dm/pci: Change the first CFG read to Vendor ID in enume... |
commit | commitdiff | tree | snapshot |
next |