Age | Commit message (Expand) | Author |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-04-10 | clk: add sandbox test for bulk API | Neil Armstrong |
2018-04-10 | reset: add sandbox test for bulk API | Neil Armstrong |
2018-04-01 | core: ofnode: Fix translation for #size-cells == 0 | Mario Six |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-02-18 | sandbox: Add 64-bit sandbox | Mario Six |
2018-02-18 | sandbox: Rename 'num-gpios' property to avoid dtc warning | Simon Glass |
2018-02-18 | sandbox: Correct dtc warning in /chosen node | Simon Glass |
2018-02-18 | fdt: Implement weak arch_fixup_fdt() | Alexey Brodkin |
2018-02-13 | fix spelling of 'functions' in 2 places (was 'funtcions') | Simon Goldschmidt |
2018-02-13 | SystemACE: Remove | Tom Rini |
2018-01-15 | dm: core: parse chosen node | Rob Clark |
2018-01-10 | build: Drop CONFIG_SPL_BUILD guards in some cases | Tom Rini |
2017-12-12 | power: extend prefix match to regulator-name property | Felix Brack |
2017-12-07 | Revert "sandbox: remove os_putc() and os_puts()" | Simon Glass |
2017-11-16 | sandbox: Add clrbits/setbits macros | Tom Rini |
2017-10-08 | sandbox: avoid memory leak in os_dirent_ls | Heinrich Schuchardt |
2017-10-03 | sandbox: Expand list of IO accessors | Maxime Ripard |
2017-10-02 | sandbox: Use asm-generic/io.h | Paul Burton |
2017-09-11 | dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test | Patrice Chotard |
2017-09-11 | sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig | Bin Meng |
2017-09-11 | sandbox: Introduce Kconfig option for 32/64 bit host | Bin Meng |
2017-08-28 | sandbox: Add a dummy invalidate_dcache_range() function | Bin Meng |
2017-07-28 | sandbox: remove os_putc() and os_puts() | Masahiro Yamada |
2017-07-27 | sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef... | Andy Yan |
2017-07-11 | sandbox: Stop printing platdata at the start of SPL | Simon Glass |
2017-07-11 | sandbox: Enable more console options | Simon Glass |
2017-07-11 | dm: core: Test uclass_first/next_device() on probe failure | Simon Glass |
2017-06-08 | sandbox: Fix comparison of unsigned enum expression warning | Tom Rini |
2017-06-05 | bootstage: Require timer_get_boot_us() to be defined | Simon Glass |
2017-06-05 | sandbox: Make u-boot-sandbox.h a private header | Simon Glass |
2017-06-01 | sandbox: Add a way to reset sandbox state for tests | Simon Glass |
2017-06-01 | dm: blk: Improve block device claiming | Simon Glass |
2017-06-01 | dm: Use dm.h header when driver mode is used | Simon Glass |
2017-05-09 | dm: test: Add tests for the generic PHY uclass | Jean-Jacques Hiblot |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |
2017-04-27 | dm: sandbox: pwm: Add a basic pwm test | Simon Glass |
2017-04-14 | sandbox: Add some test LEDs | Simon Glass |
2017-04-13 | sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded | Tom Rini |
2017-04-05 | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() | Simon Glass |
2017-04-05 | board_f: sandbox: Move setup_ram_buf() to private code | Simon Glass |
2017-02-08 | dtoc: Replace dot with underscore to avoid compiler errors | Simon Glass |
2016-12-09 | spl: sandbox: Drop spl_board_announce_boot_device() | Simon Glass |
2016-12-09 | spl: Add a name to the SPL load-image methods | Simon Glass |
2016-12-02 | libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada |
2016-10-27 | drivers/pci/Kconfig: Add PCI | Tom Rini |
2016-10-19 | efi: Use asmlinkage for EFIAPI | Simon Glass |
2016-10-11 | sandbox/fs: Set correct filetype for unknown filetype | Stefan Brüns |
2016-10-11 | sandbox: Use the address in readl/writel() functions | Simon Glass |
2016-10-11 | sandbox/fs: Use readdir instead of deprecated readdir_r | Stefan Brüns |