aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy1-1/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-4/+0
2017-07-03powerpc: remove 4xx supportHeiko Schocher1-34/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-5/+2
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-1/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-1/+1
2017-06-05bootstage: Support relocating boostage dataSimon Glass1-0/+1
2017-06-05bootstage: Convert to use malloc()Simon Glass1-0/+3
2017-06-01dm: gpio: Add live tree supportSimon Glass1-5/+5
2017-06-01dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass1-1/+0
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-2/+4
2017-06-01dm: core: Add livetree definitionsSimon Glass1-0/+3
2017-05-12asm-generic: global_data: change timebase_l/h to unsigned intPeng Fan1-2/+2
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-0/+6
2017-03-16spl: Add spl_early_init()Eddie Cai1-0/+1
2016-11-14efi: Add support for a hello world test programSimon Glass1-0/+2
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass1-1/+1
2016-10-11Add _image_binary_end section declarationSimon Glass1-0/+1
2016-09-23Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada1-139/+0
2016-09-07global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day1-18/+17
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun1-14/+0
2016-06-06Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+1
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek1-0/+1
2016-06-03dm: gpio: Add methods for open drain settingmario.six@gdsys.cc1-0/+34
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-5/+14
2016-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+12
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-4/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass1-0/+4
2015-12-15Reserve secure memoryYork Sun1-0/+14
2015-11-19console: Add a console bufferSimon Glass1-0/+6
2015-11-05include: Add generic bitops headersFabio Estevam4-0/+163
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass1-0/+1
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+3
2015-10-21linux/bitops.h: GENMASK copy from linuxJagan Teki1-0/+8
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass1-2/+1
2015-08-14Align global_data to a 16-byte boundarySimon Glass1-1/+2
2015-08-14common: Display >=4GiB memory bank sizeBin Meng1-2/+2
2015-08-05Add a way to skip relocationSimon Glass1-0/+1
2015-08-05Reserve the top 16 flag bits for architecture-specific useSimon Glass1-1/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-0/+1
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass1-0/+12
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass1-0/+13
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+1
2015-06-04gpio: fix typos in GPIO headerMasahiro Yamada1-8/+8
2015-05-14dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass1-1/+1
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+12