summaryrefslogtreecommitdiffstats
path: root/post
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-1/+3
* post: remove redundant conditionHeinrich Schuchardt2020-10-231-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass2020-01-171-1/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-0219-0/+19
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-022-0/+2
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-021-3/+3
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada2019-01-151-3/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0742-89/+42
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* Drop the log bufferSimon Glass2017-12-072-13/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* powerpc: remove 4xx supportHeiko Schocher2017-07-0319-3001/+0
* post: Fix unused variable warning on lwmon5Tom Rini2017-06-231-0/+2
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-86/+0
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-7/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-1210-2043/+0
* Blackfin: RemoveTom Rini2017-04-051-1/+1
* powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass2017-01-252-18/+0
* post: cosmetic: fix typoNiko Mauno2016-12-041-1/+1
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* post: Remove references to scrapped "netta" board.Robert P. J. Day2016-04-014-67/+1
* post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYSRobert P. J. Day2016-04-011-4/+4
* post: Remove reference to deleted "lwmon" board from MakefileRobert P. J. Day2016-04-011-1/+1
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* mpc8xx: remove stale "lwmon" filesWolfgang Denk2015-12-052-305/+0
* dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass2015-05-051-4/+18
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-3/+3
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-3/+3
* powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada2015-01-051-1/+1
* misc: use __weakJeroen Hofstee2014-10-251-7/+2
* mpc8xx: remove fads board supportMasahiro Yamada2014-07-072-26/+0
* mpc8xx: remove RPXlite_dw, quantum board supportMasahiro Yamada2014-07-072-9/+0
* powerpc: remove RPXClassic, RPXlite boards supportMasahiro Yamada2014-04-182-8/+1
* powerpc: remove MBX and MBX860T boards supportMasahiro Yamada2014-04-182-8/+0
* kbuild: post: fix dependency tracking correctlyMasahiro Yamada2014-03-041-1/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-15/+14
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* Makfile: move suffix rules to Makefile.buildMasahiro Yamada2014-02-191-1/+1
* Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-161-3/+3
* post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada2013-12-1310-36/+34
* post: remove unnecessary include path settingsMasahiro Yamada2013-11-2510-20/+0
* post: convert makefiles to Kbuild styleMasahiro Yamada2013-11-0112-153/+54