aboutsummaryrefslogtreecommitdiff
path: root/post
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini35-36/+35
2024-05-06post: Remove <common.h> and add needed includesTom Rini35-35/+36
2023-09-14post: Remove unused NEEDS_MANUAL_RELOC code bitsWIP/2023-09-14-remove-NEEDS_MANUAL_RELOCMarek Vasut1-48/+0
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini35-103/+103
2022-12-05post: Migrate to KconfigTom Rini36-82/+82
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-6/+6
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese5-31/+31
2022-09-15post: memory: Fix format stringsSean Anderson1-18/+12
2022-08-04Audit <flash.h> inclusionTom Rini1-3/+1
2022-01-18common: remove bedbug debugger supportOvidiu Panait1-1/+0
2021-08-30global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini1-5/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-1/+3
2020-10-23post: remove redundant conditionHeinrich Schuchardt1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass1-1/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass19-0/+19
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass2-0/+2
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass1-3/+3
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini42-89/+42
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-12-07Drop the log bufferSimon Glass2-13/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-03powerpc: remove 4xx supportHeiko Schocher19-3001/+0
2017-06-23post: Fix unused variable warning on lwmon5Tom Rini1-0/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-86/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-7/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher10-2043/+0
2017-04-05Blackfin: RemoveTom Rini1-1/+1
2017-01-25powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass2-18/+0
2016-12-04post: cosmetic: fix typoNiko Mauno1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-04-01post: Remove references to scrapped "netta" board.Robert P. J. Day4-67/+1
2016-04-01post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYSRobert P. J. Day1-4/+4
2016-04-01post: Remove reference to deleted "lwmon" board from MakefileRobert P. J. Day1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-1/+1
2015-12-05mpc8xx: remove stale "lwmon" filesWolfgang Denk2-305/+0
2015-05-05dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass1-4/+18
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-3/+3
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-3/+3
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada1-1/+1
2014-10-25misc: use __weakJeroen Hofstee1-7/+2