summaryrefslogtreecommitdiff
path: root/common/hwconfig.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2011-02-03Minor Coding Style Cleanup.Wolfgang Denk1-2/+2
2011-01-20powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala1-42/+44
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala1-6/+9
2010-12-01hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala1-8/+6
2010-10-24hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala1-1/+20
2010-06-30hwconfig: Add some unit testsAnton Vorontsov1-0/+55
2010-06-30hwconfig: Fix stop characters parsing for subkeysAnton Vorontsov1-9/+10
2009-07-17Add simple hwconfig infrastructureAnton Vorontsov1-0/+210