summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-05board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass1-6/+1
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass1-2/+0
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass1-1/+0
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass1-1/+0
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass1-1/+0
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass1-1/+0
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-0/+9
2017-04-05Blackfin: RemoveTom Rini1-3/+0
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc1-0/+1
2017-01-26Drop CONFIG_CMD_DOCSimon Glass1-3/+0
2017-01-26Drop the static inline print_cpuinfo()Simon Glass1-7/+0
2017-01-26powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+11
2017-01-21status_led: Kconfig migrationUri Mashiach1-1/+1
2017-01-15time: move timer APIs to include/time.hMasahiro Yamada1-7/+1
2017-01-15delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-5/+1
2017-01-04move UL() macro from armv8/mmu.h into common.hAndre Przywara1-1/+12
2016-09-17Use separate options for TPL supportSimon Glass1-6/+9
2016-07-15Add warn_non_spl() to show a message in U-Boot properSimon Glass1-0/+10
2016-07-15Add comments for debug() and pr_fmtSimon Glass1-0/+2
2016-07-06common: Always include errno.h in common.hJoe Hershberger1-0/+1
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-8/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-3/+0
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-20/+14
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass1-1/+0
2015-11-22eeprom: Add bus argument to eeprom_init()Marek Vasut1-1/+1
2015-11-22eeprom: Zap eeprom_probe()Marek Vasut1-3/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-17/+0
2015-10-29armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu1-0/+3
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-0/+3
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+3
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-87/+0
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-9/+0
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-0/+9
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass1-0/+43
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-0/+7
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass1-0/+7
2015-07-22Add a way of checking the position of a structure memberSimon Glass1-0/+11
2015-06-11arm: Allow cleanup_before_linux() without disabling cachesSimon Glass1-0/+15
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford1-1/+1
2015-04-30Move display_options functions to their own headerSimon Glass1-15/+1
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson1-0/+39
2015-04-20powerpc/mpc85xx: Remove some dead codeScott Wood1-1/+0
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-17/+0
2015-04-17dm: Add a new CPU init function which can use driver modelSimon Glass1-0/+11
2015-03-04powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha1-0/+2
2015-02-18common/board_f: factor out reserve_stacksAndreas Bießmann1-0/+18
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-0/+1