summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2017-06-05common: Drop inclusion of pci.hSimon Glass
2017-05-15i2c: Drop use of CONFIG_I2C_HARDSimon Glass
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-04-05powerpc: Move setup_board_extra() into a PPC fileSimon Glass
2017-04-05Move dram_init_banksize() to a common headerSimon Glass
2017-04-05board_f: Drop return value from initdram()Simon Glass
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass
2017-04-05board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass
2017-04-05Blackfin: RemoveTom Rini
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc
2017-01-25Drop CONFIG_CMD_DOCSimon Glass
2017-01-25Drop the static inline print_cpuinfo()Simon Glass
2017-01-25powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass
2017-01-21status_led: Kconfig migrationUri Mashiach
2017-01-14time: move timer APIs to include/time.hMasahiro Yamada
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada
2017-01-04move UL() macro from armv8/mmu.h into common.hAndre Przywara
2016-09-16Use separate options for TPL supportSimon Glass
2016-07-14Add warn_non_spl() to show a message in U-Boot properSimon Glass
2016-07-14Add comments for debug() and pr_fmtSimon Glass
2016-07-06common: Always include errno.h in common.hJoe Hershberger
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass
2015-11-21eeprom: Add bus argument to eeprom_init()Marek Vasut
2015-11-21eeprom: Zap eeprom_probe()Marek Vasut
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-10-29armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass
2015-07-21Add a way of checking the position of a structure memberSimon Glass
2015-06-10arm: Allow cleanup_before_linux() without disabling cachesSimon Glass
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford
2015-04-29Move display_options functions to their own headerSimon Glass
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson