summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Provide a generic io.h & address mapping functionsPaul Burton2017-10-021-0/+110
* efi_loader: rename __efi_hello_world_*Heinrich Schuchardt2017-09-181-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+1
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-081-1/+1
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-4/+0
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-34/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-5/+2
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-1/+1
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-1/+1
* bootstage: Support relocating boostage dataSimon Glass2017-06-051-0/+1
* bootstage: Convert to use malloc()Simon Glass2017-06-051-0/+3
* dm: gpio: Add live tree supportSimon Glass2017-06-011-5/+5
* dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass2017-06-011-1/+0
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-2/+4
* dm: core: Add livetree definitionsSimon Glass2017-06-011-0/+3
* asm-generic: global_data: change timebase_l/h to unsigned intPeng Fan2017-05-121-2/+2
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-051-0/+6
* spl: Add spl_early_init()Eddie Cai2017-03-161-0/+1
* efi: Add support for a hello world test programSimon Glass2016-11-141-0/+2
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-231-1/+1
* Add _image_binary_end section declarationSimon Glass2016-10-111-0/+1
* Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2016-09-231-139/+0
* global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day2016-09-071-18/+17
* armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-151-14/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-061-0/+1
|\
| * env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek2016-06-061-0/+1
* | dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-031-0/+34
|/
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-171-5/+14
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+12
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-081-4/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* dm: common: Add memory reservation for the video uclassSimon Glass2016-01-201-0/+4
* Reserve secure memoryYork Sun2015-12-151-0/+14
* console: Add a console bufferSimon Glass2015-11-191-0/+6
* include: Add generic bitops headersFabio Estevam2015-11-054-0/+163
* dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-041-0/+1
* dm: implement a Timer uclassThomas Chou2015-10-231-0/+3
* linux/bitops.h: GENMASK copy from linuxJagan Teki2015-10-211-0/+8
* Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-171-2/+1
* Align global_data to a 16-byte boundarySimon Glass2015-08-141-1/+2
* common: Display >=4GiB memory bank sizeBin Meng2015-08-141-2/+2
* Add a way to skip relocationSimon Glass2015-08-051-0/+1
* Reserve the top 16 flag bits for architecture-specific useSimon Glass2015-08-051-1/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-211-0/+1
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-0/+12
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-0/+13