oweals/u-boot.git
2019-12-04 Miquel Raynalmtd: rename CONFIG_MTD -> CONFIG_DM_MTD
2019-12-04 Miquel Raynalmtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
2019-12-03 Tom RiniMerge tag 'efi-2020-01-rc5' of https://gitlab.denx...
2019-12-03 Tom RiniMerge tag 'dm-pull-3dec19' of https://gitlab.denx.de...
2019-12-03 Tom RiniMerge branch '2019-12-03-master-imports'
2019-12-03 AKASHI Takahirocmd: efidebug: fix a build error in show_efi_boot_opt()
2019-12-03 Michal Simekarm64: zynqmp: Point zcu216 defconfig to correct dts...
2019-12-03 mingming leeARM: MediaTek: add basic support for MT8518 boards
2019-12-03 mingming leepinctrl: add driver for MT8518
2019-12-03 mingming leemmc: mtk-sd: Adjust the mmc tuning flow
2019-12-03 mingming leeclk: mediatek: add driver for MT8518
2019-12-03 mingming leeARM: MediaTek: Add support for MediaTek MT8518 SoC
2019-12-03 Faiz Abbasregmap: Fix potential memory leaks
2019-12-03 Faiz Abbasnet: cpsw: Add NULL pointer check
2019-12-03 Lokesh Vutlaspl: ymodem: Fix loading of fit image
2019-12-03 Bartosz Golaszewskimmc: davinci: fix mmc boot in SPL
2019-12-03 Bartosz Golaszewskiboard: omapl138_lcdk: add the mmc device to SPL
2019-12-03 Bartosz Golaszewskimmc: davinci: drop struct davinci_mmc_plat
2019-12-03 Bartosz Golaszewskimmc: davinci: drop support for ti,dm6441-mmc
2019-12-03 Adam FordARM: omapl138_lcdk: Allow early init to start instructi...
2019-12-03 Adam FordARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_...
2019-12-03 Adam FordARM: omapl138_lcdk: Increase malloc pool before relocation
2019-12-03 Adam FordARM: omapl138_lcdk: Separate BSS in SPL
2019-12-03 Abhishek Shahcmd: pxe: Fix bootm argument count
2019-12-03 Giulio Benettiarmv7m: cache: add invalidate_icache_all() stub
2019-12-03 Matthias BruggerMAINTAINERS: Add info for bcm283x
2019-12-03 Tom Riniblk: Make use of CONFIG_HAVE_BLOCK_DEVICE more
2019-12-03 Tom Rinimtd: mtdcore: Drop unused mtd_table
2019-12-03 Tom Rinipci: Only link pci_rom.o in some cases
2019-12-03 Tom RiniConvert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig
2019-12-03 Tom RiniConvert CONFIG_PHY_CORTINA to Kconfig
2019-12-03 Lihua Zhaobootm: vxworks: Support Linux compatible standard DTB...
2019-12-03 Tom Rinitbs2910: Disable VxWorks image booting support
2019-12-03 Thomas Hebbcosmetic: Fix spelling and whitespace errors
2019-12-03 Thomas HebbMakefile: add Rockchip idbloader.img to CLEAN_FILES
2019-12-03 Thomas HebbMakefile: consolidate hardcoded lists of files to clean
2019-12-03 Thomas HebbMakefile: don't try to construct CLEAN_FILES based...
2019-12-03 Thomas HebbKconfig: make TPL_DM_SERIAL depend on TPL_DM
2019-12-03 Thomas HebbKconfig: disambiguate config names for tiny printf
2019-12-03 Tom RiniPrepare v2020.01-rc4 v2020.01-rc4
2019-12-03 Tom RiniMerge branch '2019-12-02-master-imports'
2019-12-02 Simon Glasscommon: Move old EEPROM functions into a new header
2019-12-02 Simon Glasscommon: Drop get_endaddr()
2019-12-02 Simon Glasscommon: Move trap_init() out of common.h
2019-12-02 Simon Glasscommon: Move pci_init_board() out of common.h
2019-12-02 Simon Glasscommon: Move some board functions out of common.h
2019-12-02 Simon Glasscommon: Move board_get_usable_ram_top() out of common.h
2019-12-02 Simon Glasscommon: Drop board_show_dram()
2019-12-02 Simon Glasscommon: Move command functions out of common.h
2019-12-02 Simon Glasscommon: Move enable/disable_interrupts out of common.h
2019-12-02 Simon Glasscommon: Move interrupt functions into a new header
2019-12-02 Simon Glassarm: powerpc: Tidy up code style for interrupt functions
2019-12-02 Simon Glasscommon: Move ARM cache operations out of common.h
2019-12-02 Simon Glasscommon: Drop checkicache() and checkdcache()
2019-12-02 Simon Glasscommon: Move some cache and MMU functions out of common.h
2019-12-02 Simon Glassarm: powerpc: Tidy up code style for cache functions
2019-12-02 Simon Glasscommon: Move some SMP functions out of common.h
2019-12-02 Simon Glasscommon: Move checkcpu() out of common.h
2019-12-02 Simon Glasscommon: Drop cpu_init()
2019-12-02 Simon Glasscommon: Move some CPU functions out of common.h
2019-12-02 Simon Glasscommon: Move mii_init() function out of common.h
2019-12-02 Simon Glasscommon: Move get_ticks() function out of common.h
2019-12-02 Simon Glasscommon: Move timer_get_us() function out of common.h
2019-12-02 Simon Glassarm: pxa: Drop pxa_wait_ticks()
2019-12-02 Simon Glasscommon: Move wait_ticks functions out of common.h
2019-12-02 Simon Glasscommon: Move some time functions out of common.h
2019-12-02 Simon Glasscommon: Add a new lz4.h header file
2019-12-02 Simon Glasscommon: Move serial functions out of common.h
2019-12-02 Simon Glasscommon: Move serial_printf() to the serial header
2019-12-02 Simon Glassserial: usb: Correct the usbtty_...() prototypes
2019-12-02 Simon Glasscommon: Move env_get_ip() to net.h
2019-12-02 Simon GlassMove strtomhz() to vsprintf.h
2019-12-02 Simon Glasscommon: Move sorting functions to their own header...
2019-12-02 Simon Glasscommon: Move bootcount functions to their header file
2019-12-02 Simon Glassspl: bootcount: Move code out of header file
2019-12-02 Simon Glasscrc32: Use the crc.h header for crc functions
2019-12-02 Simon Glasscrc: Fix code style with crc functions
2019-12-02 Simon Glasscommon: Drop linux/crc8.h
2019-12-02 Simon Glasscommon: Move random-number functions into their own...
2019-12-02 Simon Glassstatus_led: Tidy up the code style
2019-12-02 Simon Glasscommon: Drop global inclusion of status_led.h
2019-12-02 Simon GlassDrop CONFIG_SHOW_ACTIVITY
2019-12-02 Simon Glasscommon: Move older CPU functions to their own header
2019-12-02 Bin Mengdm: serial: Handle "stdout-path" with ":options" correctly
2019-12-02 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-12-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2019-11-29 Daniel SchwierzeckMIPS: remove Micronas VCT boards
2019-11-29 Alex Margineanconfigs: ls1028a: enable CMD_DM
2019-11-29 Pankaj Bansalboard: fsl: lx2160a: Fix the typo in board_fix_fdt
2019-11-29 Priyanka Jainconfigs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig
2019-11-28 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2019-11-28 Tom RiniMerge git://git.denx.de/u-boot-usb
2019-11-28 Tom RiniMerge tag 'mmc-11-27-2019' of https://gitlab.denx.de...
2019-11-28 Tom RiniMerge tag 'u-boot-stm32-20191126' of https://gitlab...
2019-11-28 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-11-27 Marek Vasutmmc: tmio: sdhi: Add calibration tables
2019-11-27 Marek Vasutmmc: tmio: sdhi: Skip bad taps
2019-11-27 Marek Vasutmmc: tmio: sdhi: Add SCC error checking
2019-11-27 Marek Vasutmmc: tmio: sdhi: Disable auto-retuning in HS400
2019-11-27 Marek Vasutmmc: tmio: sdhi: Adjust HS400 calibration offsets
next