Age | Commit message (Expand) | Author |
2019-08-30 | board_f: fix noncached reservation calculation | Stephen Warren |
2019-08-27 | image: add new "copro" image type | Patrick Delaunay |
2019-08-26 | Merge branch '2019-08-26-master-imports' | Tom Rini |
2019-08-26 | Kconfig: Varios: Fix more SPL, TPL dependencies | Adam Ford |
2019-08-26 | board_f: reserve noncached space below malloc area | Vikas Manocha |
2019-08-26 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv | Tom Rini |
2019-08-26 | riscv: support SPL stack and global data relocation | Lukas Auer |
2019-08-26 | spl: support booting via RISC-V OpenSBI | Lukas Auer |
2019-08-26 | spl: fit: use U-Boot device tree when FIT image has no device tree | Lukas Auer |
2019-08-25 | Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig | Hannes Schmelzer |
2019-08-23 | Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies | Adam Ford |
2019-08-11 | Drop PCMCIA | Simon Glass |
2019-08-11 | env: Rename environment.h to env_internal.h | Simon Glass |
2019-08-11 | env: Drop environment.h header file where not needed | Simon Glass |
2019-08-11 | env: Move get/set_default_env() to env.h | Simon Glass |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-08-11 | env: Move env_set() to env.h | Simon Glass |
2019-08-11 | env: Move env_get_hex() to env.h | Simon Glass |
2019-08-11 | env: Move env_set_hex() to env.h | Simon Glass |
2019-08-11 | env: Move env_relocate() to env.h | Simon Glass |
2019-08-11 | env: Move env_init() to env.h | Simon Glass |
2019-08-11 | env: Create a new file for environment functions | Simon Glass |
2019-08-11 | common: Remove video_setmem() | Simon Glass |
2019-08-11 | common: Move lcd_setmem() to lcd.h | Simon Glass |
2019-08-11 | common: Move gzip functions into a new gzip header | Simon Glass |
2019-08-11 | spl: implement stack usage check | Simon Goldschmidt |
2019-08-07 | common: image-android-dt: Fix logic in print fdt info routine | Sam Protsenko |
2019-08-07 | fit: Do not automatically decompress ramdisk images | Julius Werner |
2019-08-07 | console: execute flush on uart when silent is removed | Patrick Delaunay |
2019-08-07 | console: update silent tag after env load | Patrick Delaunay |
2019-08-07 | avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled | Sam Protsenko |
2019-08-07 | autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION | Heiko Schocher |
2019-08-02 | autoboot: Adjust the implementation in autoboot_command() | Simon Glass |
2019-08-02 | autoboot: Move a few more options from #ifdef to if() | Simon Glass |
2019-08-02 | autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT | Simon Glass |
2019-08-02 | autoboot: Tidy up use of menukey | Simon Glass |
2019-08-02 | autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY | Simon Glass |
2019-08-02 | autoboot: Drop unused CONFIG_MENUPROMPT | Simon Glass |
2019-08-02 | autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED | Simon Glass |
2019-08-02 | autoboot: Use if() for CONFIG_SILENT_CONSOLE | Simon Glass |
2019-08-02 | autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION | Simon Glass |
2019-08-02 | autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION | Simon Glass |
2019-08-02 | autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly | Simon Glass |
2019-08-02 | Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig | Simon Glass |
2019-08-02 | main: Use conditional run_preboot_environment_command() | Simon Glass |
2019-07-30 | Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians... | Tom Rini |
2019-07-29 | edid: fix edid_get_timing_validate() mode_valid lookup | Neil Armstrong |
2019-07-29 | Merge branch '2019-07-29-master-imports' | Tom Rini |
2019-07-29 | gpio: fixes for gpio-hog support | Heiko Schocher |
2019-07-29 | fit: Support compat string property in configuration node | Julius Werner |